Jump to content

mi5key

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by mi5key

  1. 7 hours ago, tsakodim said:

    Thanks mi5key i did it and now its running but.... can't connect to it. This is what docker logs xeoma returns:

     

    ...

     

    I run it in bridge mode but I have tried also host mode and still the same. I ping the address from a windows pc and nothing there too.

     

    I must have missed an important step I guess

     

     

    Screenshot 2020-12-19 133203.jpg

    That all looks normal, same as mine.  Is this a first time setup?

  2. 11 hours ago, tsakodim said:

    So is it official? Xeoma app dead?

    No, I just put the VERSION in the /mnt/user/appdata/Xeoma/xeoma.config and it works just fine.  But coppit will have to update the image with the correct URL for the automatic updates to come in.

     

    # The version to use. Valid values are a string like '17.5.5', 'latest', 'latest_beta', or a URL.
    #VERSION='latest'
    VERSION='20.11.30'

     

  3. Anyone else having issues starting this docker?

     

    *** Running /etc/my_init.d/40_install_xeoma.py...
    2020-12-15 20:56:48 Determining version of Xeoma to use
    2020-12-15 20:56:48 Config version is "latest"
    2020-12-15 20:56:48 Fetching version information from Felenasoft at http://felenasoft.com/xeoma/downloads/version3.xml
    Traceback (most recent call last):
    File "/etc/my_init.d/40_install_xeoma.py", line 182, in <module>
    version_number, download_url, alternate_download_url = resolve_download_info()
    File "/etc/my_init.d/40_install_xeoma.py", line 70, in resolve_download_info
    version_number, download_url, alternate_download_url = latest_version()
    File "/etc/my_init.d/40_install_xeoma.py", line 38, in latest_version
    e = xml.etree.ElementTree.ElementTree(file=urllib.request.urlopen(VERSION_URL)).getroot()
    File "/usr/lib/python3.6/urllib/request.py", line 223, in urlopen
    return opener.open(url, data, timeout)
    File "/usr/lib/python3.6/urllib/request.py", line 532, in open
    response = meth(req, response)
    File "/usr/lib/python3.6/urllib/request.py", line 642, in http_response
    'http', request, response, code, msg, hdrs)
    File "/usr/lib/python3.6/urllib/request.py", line 570, in error
    return self._call_chain(*args)
    File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
    result = func(*args)
    File "/usr/lib/python3.6/urllib/request.py", line 650, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
    urllib.error.HTTPError: HTTP Error 404: Not Found
    *** /etc/my_init.d/40_install_xeoma.py failed with status 1
    
    *** Killing all processes...
    Dec 15 20:56:49 5f32b2e3a36b syslog-ng[13]: syslog-ng shutting down; version='3.13.2'

     

  4. Recommendations from Storj support to change the -v to --mount.  Any idea how to do this in Unraid/CA? 

     

    "-v ‘/mnt/user/appdata/StorjNode-V3/identity/’:’/app/identity’:‘rw’
    -v ‘/mnt/user/appdata/StorjNode-V3/share/’:’/app/config’:‘rw’"

     

    Please, replace to --mount asap: https://documentation.storj.io/setup/cli/storage-node#running-the-storage-node
    https://documentation.storj.io/resources/faq/how-do-i-change-my-parameters-such-as-payout-address-allotted-storage-space-and-bandwidth

  5. Just set up tdarr yesterday, loving the control that it gives me as opposed to something like Unmanic.  I have it pointed at my movies folder using Handbrake, and have pinned four cores to the container.  Right now, the ETA is about 16 hours @ 20% complete.  The ETA bounces around between 14-18 hours.

     

    I just copied this same file to my Handbrake container watch folder, and the ETA is ~8 hours with .31% complete.  Also four separate cores pinned to the container.  Using the same preset: H.265 MKV 1080p30.  Per the logs the ETA is steady, doesn't change much, except to decrease normally as it processes.

     

    Wondering why the discrepancy between the two?  I really want to like tdarr for the control it gives.  I'm confident I'm doing something wrong, just don't know what yet.

  6. Unraid 6.7.2

     

    I am having issues gaining external access to a Xeoma docker container in unraid.  I am able to use the ios app when I am on Wifi and hit the container directly via the ip/port and I can see the cameras.  But when I try to hit my external IP addr on the router, it will not make a connection.  I can see the traffic via tcpdump...

     

    09:48:39.649610 IP MY.EXT.IP.ADDR.64568 > 192.168.1.5.8090: Flags , seq 1887646583, win 65535, options [mss 1460,nop,wscale 6,nop,nop,TS val 652724141 ecr 0,sackOK,eol], length 0
        0x0000:  4500 0040 0000 4000 4006 ce46 ac5b fe68  E..@..@[email protected].[.h
        0x0010:  c0a8 0105 fc38 1f9a 7083 3377 0000 0000  .....8..p.3w....
        0x0020:  b002 ffff 1c28 0000 0204 05b4 0103 0306  .....(..........
        0x0030:  0101 080a 26e7 c7ad 0000 0000 0402 0000  ....&...........
    09:48:39.650387 IP MY.EXT.IP.ADDR.64568 > 192.168.1.5.8090: Flags , seq 1887646583, win 65535, options [mss 1460,nop,wscale 6,nop,nop,TS val 652724141 ecr 0,sackOK,eol], length 0
        0x0000:  4500 0040 0000 4000 3f06 cf46 ac5b fe68  E..@..@.?..F.[.h
        0x0010:  c0a8 0105 fc38 1f9a 7083 3377 0000 0000  .....8..p.3w....
        0x0020:  b002 ffff 1c28 0000 0204 05b4 0103 0306  .....(..........
        0x0030:  0101 080a 26e7 c7ad 0000 0000 0402 0000  ....&........... 

    Repeating these blocks of attempts until failure.

    I'm at a loss here.  I've looked at the Docker iptables config and it looks ok, but not 100% sure.  Do I have to explicitly allow my external IP?

     

    Mike

×
×
  • Create New...