Jump to content

surfshack66

Members
  • Posts

    223
  • Joined

  • Last visited

Everything posted by surfshack66

  1. Is there an error log in the config directory, or is there just the docker log. I'm having trouble connecting to rdp but can't find the error.
  2. another question for you @binhex Some of my torrents are stuck and I'm seeing this in the log Any idea what's causing this?
  3. Thanks @bobokun. I changed the settings to the recommended so we'll see what happens.
  4. Hey - I'm getting this error but I don't recall changing any of the ports Docker Application binhex-rtorrentvpn, Container Port 3000 not found or changed on installed application
  5. I'm receiving a couple errors on my server Out Of Memory errors detected on your server Your server has run out of memory, and processes (potentially required) are being killed off. You should post your diagnostics and ask for assistance on the unRaid forums Call Traces found on your server Your server has issued one or more call traces. This could be caused by a Kernel Issue, Bad Memory, etc. You should post your diagnostics and ask for assistance on the unRaid forums Would someone mind taking a look at my diagnostics? tower-diagnostics-20170730-1151.zip
  6. I'm glad you mentioned this. I have a duplicati docker. I have backups of the cache. What happens in the case I need to restore the cache, but I can't start the duplicati docker because my appdata and vdisks(docker.img, VMs) is on the cache?
  7. Interesting that it works for you, but still no go for me.
  8. I meant instructions of adding a 2nd cache when coming from xfs..in terms of how to change the filesystem (without losing data)
  9. This link doesn't seem to work. Is there another location of instructions on how to add a 2nd cache drive (with the current cache drive having an xfs filesystem type)?
  10. What would prompt that IP to change? I have a tracker that needs a static IP.
  11. Under "Additional BitTorrent Features" in settings, there is an "IP/Hostname to report to tracker" Is this field populated by default? If so, how does it determine the IP?
  12. Hi guys. I'd like to segment dockers and vms into their own subnets. For example, dockers a, b, and c in one subnet and dockers d and e in another. Same idea with vms. I'm under the impression this would secure them..Meaning if one were to be compromised the others would be unaffected. Not sure how to go about doing this. Can someone point me in the right direction? Also, I have a pfsense vm in unraid with a dedicated 4 Port nic, 2 of which are currently being used for my wan and lan interfaces. In addition I have an unmanaged 8 port poe+ switch, specifically https://www.amazon.com/dp/B008OJM0T8/ref=cm_sw_r_cp_apa_OPT3ybF8CQQ7F Any help would be awesome
  13. Hey @binhex. Thanks again for this docker, its awesome. I'm wondering if you have any suggestions with my issue. Are you aware of a way to have rtorrent download torrents labeled "movies" (from couch) to one folder and labeled "tv" from sonarr to a different folder? I believe this setup would prevent couch from incorrectly trying to process tv shows added by sonarr. Any suggestions/input would help Thanks!
  14. ErrorWarningSystemArrayLogin [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 10-adduser: executing... ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We do accept donations at: https://www.linuxserver.io/donations ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... [cont-init.d] 30-keygen: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. OpenJDK 64-Bit Server VM warning: You have loaded library /usr/lib/unifi/lib/native/Linux/amd64/libubnt_webrtc_jni.so which might have disabled stack guard. The VM will try to fix the stack guard now. It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 10-adduser: executing... ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We do accept donations at: https://www.linuxserver.io/donations ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... [cont-init.d] 30-keygen: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. OpenJDK 64-Bit Server VM warning: You have loaded library /usr/lib/unifi/lib/native/Linux/amd64/libubnt_webrtc_jni.so which might have disabled stack guard. The VM will try to fix the stack guard now. It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
  15. I don't believe so. ErrorWarningSystemArrayLogin res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! 17:52:08 CRITICAL [ __main__] Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! 17:52:09 CRITICAL [ __main__] Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! 17:52:10 CRITICAL [ __main__] Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! 17:52:11 CRITICAL [ __main__] Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! 17:52:12 CRITICAL [ __main__] Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! 17:52:13 CRITICAL [ __main__] Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists! Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 135, in <module> l.run() File "/app/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato db.open() File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 112, in open_index self._open_storage() File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 137, in _open_storage self.storage.open() File "/app/couchpotato/libs/CodernityDB/storage.py", line 99, in open raise IOError("Storage doesn't exists!") IOError: Storage doesn't exists!
  16. App port 8444 is mapped to host 8443 app port 8843 is mapped to host 8843
  17. Thanks for helping @trurl, but I don't see what you're seeing.
  18. Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="CouchPotato" --net="bridge" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 5050:5050/tcp -v "/mnt/cache/appdata/couchpotato":"/config":rw -v "/mnt/user/media/downloads/incomplete/":"/downloads":rw -v "/mnt/user/media/movies/":"/movies":rw linuxserver/couchpotato 1a1b1d867bce184628e9b80166df54174617320717719009fc11b3bf97eb100f The command finished successfully! Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="unifi" --net="bridge" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 8082:8080/tcp -p 8083:8081/tcp -p 8444:8443/tcp -p 8843:8843/tcp -p 8880:8880/tcp -v "/mnt/cache/appdata/unifi":"/config":rw linuxserver/unifi 9759c4825c335d4a73fa8389712ad608b35300f65f126930edcf8b09a0d19412 The command finished successfully!
  19. Are you talking about the upgrade to 6.2? Did you read the first 2 posts of the release thread? Yep - the upgrade to 6.2. Are you referring to ?
  20. Yes they have been working for a while now and haven't changed anything except the upgrade to the OS.
  21. Yes I do. I should also mention this started happening after the upgrade to 6.2.
  22. Yes. This particular port is couchpotato. Unifi on 8083 doesn't respond either.
×
×
  • Create New...