Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Target machine actively refused connection to docker

Featured Replies

Hey guys.

 

I'm unable to reach several dockers because of the error message below. Any ideas whats blocking the connection?

 

The connection to '192.168.1.2' failed. 
Error: ConnectionRefused (0x274d). 
System.Net.Sockets.SocketException No connection could be made because the target machine actively refused it 192.168.1.2:5050

  • Community Expert

Do you actually have a docker on port 5050?

  • Author

Do you actually have a docker on port 5050?

 

Yes. This particular port is couchpotato. Unifi on 8083 doesn't respond either.

  • Community Expert

Do you have other dockers that work?

  • Author

Do you have other dockers that work?

 

Yes I do. I should also mention this started happening after the upgrade to 6.2.

  • Community Expert

Did these ever work? Are you sure you are configuring them correctly wrt host/container ports?

  • Author

Did these ever work? Are you sure you are configuring them correctly wrt host/container ports?

 

Yes they have been working for a while now and haven't changed anything except the upgrade to the OS.

  • Community Expert

Did these ever work? Are you sure you are configuring them correctly wrt host/container ports?

 

Yes they have been working for a while now and haven't changed anything except the upgrade to the OS.

Are you talking about the upgrade to 6.2? Did you read the first 2 posts of the release thread?
  • Author

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

However, there is a one-time update procedure that each container will need to go through in order to point it towards that new API going forward, even if the container itself truly isn't in need of an update.

?
  • Community Expert

The simplest and most foolproof way of making sure docker is up-to-date after the upgrade is to delete docker.img and install all dockers again from Community Applications - Previous Apps.

  • Author

The simplest and most foolproof way of making sure docker is up-to-date after the upgrade is to delete docker.img and install all dockers again from Community Applications - Previous Apps.

 

Tried this as well but no luck

  • Community Expert

See here and post the docker run command for each of these problem dockers.

  • Author

See here and post the docker run command for each of these problem dockers.

 

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!

  • Community Expert

I don't use either of these dockers, but it looks like you have port 8843 mapped twice.

  • Author

I don't use either of these dockers, but it looks like you have port 8843 mapped twice.

 

Thanks for helping @trurl, but I don't see what you're seeing.

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

 

  • Author

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

 

 

App port 8444 is mapped to host 8443

app port 8843 is mapped to host 8843

 

 

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

 

Yeah, you're right...  Been staring at numbers all day and eyes got blurry...

App port 8444 is mapped to host 8443

app port 8843 is mapped to host 8843

  • Community Expert

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

 

Yeah, you're right...  Been staring at numbers all day and eyes got blurry...

App port 8444 is mapped to host 8443

app port 8843 is mapped to host 8843

Wow, we both misread it the same way!
  • Community Expert

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

 

Yeah, you're right...  Been staring at numbers all day and eyes got blurry...

App port 8444 is mapped to host 8443

app port 8843 is mapped to host 8843

Wow, we both misread it the same way!

Obviously my fault since I put the idea in your head. That's what happens when you assume I know what I'm talking about.

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

 

Yeah, you're right...  Been staring at numbers all day and eyes got blurry...

App port 8444 is mapped to host 8443

app port 8843 is mapped to host 8843

Wow, we both misread it the same way!

Obviously my fault since I put the idea in your head. That's what happens when you assume I know what I'm talking about.

Fair enough, Going forward, I will always assume that you know absolutely nothing.  And when you post anything, I will proceed under the assumption that you have to be completely wrong about everything.    8)

 

As to the OP's problems, the one thing that I find is noticeably missing from this thread is any of the logs from the containers themselves.  Are they even starting up? etc.

  • Author
As to the OP's problems, the one thing that I find is noticeably missing from this thread is any of the logs from the containers themselves.  Are they even starting up? etc.

 

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!

  • Author
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'.

Yup... Certainly doesn't look like its starting up.  What you might try doing is assigning a different /config mapping (ie: start from scratch without deleting the existing folder) and see what happens.

 

If still no go, then delete the container and image and try adding it all again.

 

After that, you're going to be best off posting in the specific lsio threads regarding those two apps.

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.