Everything posted by mi5key
-
Xeoma - Surveillance Software
That all looks normal, same as mine. Is this a first time setup?
-
Xeoma - Surveillance Software
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'
-
Xeoma - Surveillance Software
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'
-
[Support] QDirStat, Jcloud - cryptoCoin templates
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
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
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.