Dockerization of some popular applications.


Recommended Posts

I am wondering if anyone can help me with an issue I'm having with couchpotato.

 

It was up and running fine since upgrading to beta 12 until about a week ago and now I can't connect to couchpotato even though it says that the docker is running.

 

I have tried removing the container and image and reinstalling but that did not fix the problem.

 

The log looks like this:

 

root@localhost:# /usr/bin/docker logs --tail=350 CouchPotato
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")

Link to comment

Needo.

 

the Deluge docker...

how you get that blackhole working ?

i installed the autoadd plugin...

put /blackhole and path to my servers blackhole in paths

 

set the path to blackhole in deluge

 

but it won't pick up anything

also nothing in the logs that i can see.....

so i think there is something with the path ?

 

any help would be greatly appreciated ...

Link to comment

Upgraded to the latest nzbdrone needo container, all works perfectly...

only issue, and this is one I've gotten since I started using docker, is any time I click on refresh series or rename, or really anything that requires the docker to refresh, the spinny wheel will continuously spin and never stop, like as if because it's a docker it simply doesn't react the same way it would as a plugin.

 

Does anyone else get this?  Tried looking through the forum to see if it happened with others but haven't found anything yet.

Does this mean it's actually endlessly trying to scan the disk too or is this just a random bug?

Link to comment

@Needo, Can you update Sonarr/Nzbdrone again.  I'm having trouble adding a tvshow with the name, tvdb or imdb number even though it previously was there.  I believe the latest sonarr update fixes it.  I'm currently on v2549 and the latest is v2572.  Thanks!

Link to comment

Does anyone have nzbget running 14.1 or higher?  I was running needo's on 14.0 with no problem until I've hit a bug with nzbget getting stuck during a checking phase. Looks like it was fixed in 14.1, but I haven't had success getting 14.1 to run, and the EDGE svn needo's used only goes up to 14.0.

 

 

 

 

Link to comment

Does anyone have nzbget running 14.1 or higher?  I was running needo's on 14.0 with no problem until I've hit a bug with nzbget getting stuck during a checking phase. Looks like it was fixed in 14.1, but I haven't had success getting 14.1 to run, and the EDGE svn needo's used only goes up to 14.0.

 

Gfjardims nzbget dockers runs 14.1 fine.

Link to comment

Really? I tried it last night and it came up as 12.0. Is there a special variable to pass for it to go to 14.1?

 

 

EDIT:  Actually I just discovered I could tell it to check for an update and then do the update.  I'm too used to docker apps not being able to do that.....

Link to comment

Really? I tried it last night and it came up as 12.0. Is there a special variable to pass for it to go to 14.1?

 

 

EDIT:  Actually I just discovered I could tell it to check for an update and then do the update.  I'm too used to docker apps not being able to do that.....

 

Yeah, I'm using gfjardim one for that reason.  I run the 15.0 branch from it, works well.

Link to comment

Working on moving from PhAzE Plex plugin for unRAID to needo's docker, but I'm having a bit of trouble.

 

First I stopped PhAzE's plug-in... then I logged into unraid via SSH and created a new directory called Application Support under the /mnt/cache/Apps/Plex/Library/ then I moved Plex Media Server to be under Application Support.

 

Next I created a docker image and used Needo's template passing it /mnt/cache/Apps/Plex/ under /config and additionally passing it /mnt/ under /mnt... but when I try to go to the Plex webgui I get an error.

 

Checking the container logs I see this repetedly...

 

Error: Unable to set up server: sqlite3_statement_backend::prepare: unable to open database file for SQL: PRAGMA cache_size=4000
6 3000 /config/Library/Application Support
unlimited
Error: Unable to set up server: sqlite3_statement_backend::prepare: unable to open database file for SQL: PRAGMA cache_size=4000
6 3000 /config/Library/Application Support
unlimited
Error: Unable to set up server: sqlite3_statement_backend::prepare: unable to open database file for SQL: PRAGMA cache_size=4000

 

 

Can anyone point me in the right direction here?

 

I missed a step, where I had to change the owner of the plex config to 'unraid-plex' that fixed it.

Link to comment

I am wondering if anyone can help me with an issue I'm having with couchpotato.

 

It was up and running fine since upgrading to beta 12 until about a week ago and now I can't connect to couchpotato even though it says that the docker is running.

 

I have tried removing the container and image and reinstalling but that did not fix the problem.

 

The log looks like this:

 

root@localhost:# /usr/bin/docker logs --tail=350 CouchPotato
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")
CodernityDB.index.IndexException: Doesn't exists
Traceback (most recent call last):
File "/opt/couchpotato/CouchPotato.py", line 133, in <module>
l.run()
File "/opt/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 "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
db.open()
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
res = f(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open
index.open_index()
File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
raise IndexException("Doesn't exists")

 

I'm having the exact same problem.

 

CP didn't seem to be working correctly so I stopped then started the docker and now I can't connect to the webui

 

Also is this the best thread to get help for needos dockers? or is there a separate thread dedicated to his dockers.

 

I just realised this is needos thread  ::):P

 

EDIT: Working again after I deleted my config dir and reinstalled the container

 

 

Link to comment

I'm having issues starting both CouchPotato and Sickbeard.

 

Command:
root@localhost:# /usr/bin/docker logs --tail=350 CouchPotato
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
No SSH host key available. Generating one...
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Creating SSH2 ECDSA key; this may take some time ...
Creating SSH2 ED25519 key; this may take some time ...
invoke-rc.d: policy-rc.d denied execution of restart.
*** Running /etc/my_init.d/edge.sh...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
git-man liberror-perl patch rsync
Suggested packages:
gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn ed
diffutils-doc
The following NEW packages will be installed:
git git-man liberror-perl patch rsync
0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded.
Need to get 3642 kB of archives.
After this operation, 22.5 MB of additional disk space will be used.
Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git-man all 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git amd64 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty-security/main rsync amd64 3.1.0-2ubuntu0.1
Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/r/rsync/rsync_3.1.0-2ubuntu0.1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1_all.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/patch/patch_2.7.1-4ubuntu1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
/etc/my_init.d/edge.sh: line 9: git: command not found
chown: cannot access '/opt/couchpotato': No such file or directory
*** /etc/my_init.d/edge.sh failed with status 1

*** Killing all processes...
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/my_init.d/edge.sh...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
git-man liberror-perl patch rsync
Suggested packages:
gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn ed
diffutils-doc
The following NEW packages will be installed:
git git-man liberror-perl patch rsync
0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded.
Need to get 3642 kB of archives.
After this operation, 22.5 MB of additional disk space will be used.
Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git-man all 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git amd64 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'

The command finished successfully!

Link to comment

I'm having issues starting both CouchPotato and Sickbeard.

 

Command:
root@localhost:# /usr/bin/docker logs --tail=350 CouchPotato
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
No SSH host key available. Generating one...
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Creating SSH2 ECDSA key; this may take some time ...
Creating SSH2 ED25519 key; this may take some time ...
invoke-rc.d: policy-rc.d denied execution of restart.
*** Running /etc/my_init.d/edge.sh...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
git-man liberror-perl patch rsync
Suggested packages:
gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn ed
diffutils-doc
The following NEW packages will be installed:
git git-man liberror-perl patch rsync
0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded.
Need to get 3642 kB of archives.
After this operation, 22.5 MB of additional disk space will be used.
Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git-man all 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git amd64 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty-security/main rsync amd64 3.1.0-2ubuntu0.1
Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/r/rsync/rsync_3.1.0-2ubuntu0.1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1_all.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/patch/patch_2.7.1-4ubuntu1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
/etc/my_init.d/edge.sh: line 9: git: command not found
chown: cannot access '/opt/couchpotato': No such file or directory
*** /etc/my_init.d/edge.sh failed with status 1

*** Killing all processes...
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/my_init.d/edge.sh...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
git-man liberror-perl patch rsync
Suggested packages:
gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn ed
diffutils-doc
The following NEW packages will be installed:
git git-man liberror-perl patch rsync
0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded.
Need to get 3642 kB of archives.
After this operation, 22.5 MB of additional disk space will be used.
Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git-man all 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git amd64 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'

The command finished successfully!

 

Have you updated your CouchPotato container recently? There were some recent changes that removed the installation of git and it's dependencies by the edge script.

Link to comment

i cant seem to get mariadb to run...

 

install goes through without any problems, but when i ssh into my unraid tower and "mysql -u root -p" I get "-bash: mysql: command not found"

 

Am i missing something here or did it not install correctly?

 

thanks!

To do that, I think you'd have to use docker -exec.  Never tried it that way.  I always just use MySQLWorkbench from windows to set it all up.

Link to comment

i cant seem to get mariadb to run...

 

install goes through without any problems, but when i ssh into my unraid tower and "mysql -u root -p" I get "-bash: mysql: command not found"

 

Am i missing something here or did it not install correctly?

 

thanks!

 

You installed a docker, so it's not directly accessible on the host.  You need docker -exec or the GUI from a client PC to configure/manage it.

Link to comment
  • 2 weeks later...

I'm having issues starting both CouchPotato and Sickbeard.

 

Command:
root@localhost:# /usr/bin/docker logs --tail=350 CouchPotato
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
No SSH host key available. Generating one...
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Creating SSH2 ECDSA key; this may take some time ...
Creating SSH2 ED25519 key; this may take some time ...
invoke-rc.d: policy-rc.d denied execution of restart.
*** Running /etc/my_init.d/edge.sh...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
git-man liberror-perl patch rsync
Suggested packages:
gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn ed
diffutils-doc
The following NEW packages will be installed:
git git-man liberror-perl patch rsync
0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded.
Need to get 3642 kB of archives.
After this operation, 22.5 MB of additional disk space will be used.
Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git-man all 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git amd64 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty-security/main rsync amd64 3.1.0-2ubuntu0.1
Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/r/rsync/rsync_3.1.0-2ubuntu0.1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1_all.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/patch/patch_2.7.1-4ubuntu1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
/etc/my_init.d/edge.sh: line 9: git: command not found
chown: cannot access '/opt/couchpotato': No such file or directory
*** /etc/my_init.d/edge.sh failed with status 1

*** Killing all processes...
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/my_init.d/edge.sh...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
git-man liberror-perl patch rsync
Suggested packages:
gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn ed
diffutils-doc
The following NEW packages will be installed:
git git-man liberror-perl patch rsync
0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded.
Need to get 3642 kB of archives.
After this operation, 22.5 MB of additional disk space will be used.
Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git-man all 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git amd64 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'

The command finished successfully!

 

Have you updated your CouchPotato container recently? There were some recent changes that removed the installation of git and it's dependencies by the edge script.

I'm trying to use your transmission docker but I am running into a wall it installed correctly but when it ask for the username and password it rejects it

 

I am using "admin" and "password" not quotes and it will not log in. Any suggestions?

 

Thanks.

Link to comment

I'm trying to use your transmission docker but I am running into a wall it installed correctly but when it ask for the username and password it rejects it

I am using "admin" and "password" not quotes and it will not log in. Any suggestions?

Thanks.

 

By default transmission does not have a username/password set. So it is whatever you configured it as.

Link to comment

I'm having issues starting both CouchPotato and Sickbeard.

 

Command:
root@localhost:# /usr/bin/docker logs --tail=350 CouchPotato
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
No SSH host key available. Generating one...
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Creating SSH2 ECDSA key; this may take some time ...
Creating SSH2 ED25519 key; this may take some time ...
invoke-rc.d: policy-rc.d denied execution of restart.
*** Running /etc/my_init.d/edge.sh...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
git-man liberror-perl patch rsync
Suggested packages:
gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn ed
diffutils-doc
The following NEW packages will be installed:
git git-man liberror-perl patch rsync
0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded.
Need to get 3642 kB of archives.
After this operation, 22.5 MB of additional disk space will be used.
Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git-man all 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git amd64 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty-security/main rsync amd64 3.1.0-2ubuntu0.1
Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/r/rsync/rsync_3.1.0-2ubuntu0.1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1_all.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/patch/patch_2.7.1-4ubuntu1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
/etc/my_init.d/edge.sh: line 9: git: command not found
chown: cannot access '/opt/couchpotato': No such file or directory
*** /etc/my_init.d/edge.sh failed with status 1

*** Killing all processes...
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/my_init.d/edge.sh...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
git-man liberror-perl patch rsync
Suggested packages:
gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn ed
diffutils-doc
The following NEW packages will be installed:
git git-man liberror-perl patch rsync
0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded.
Need to get 3642 kB of archives.
After this operation, 22.5 MB of additional disk space will be used.
Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git-man all 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com/ubuntu/ trusty/main git amd64 1:1.9.1-1
Temporary failure resolving 'archive.ubuntu.com'

The command finished successfully!

 

Have you updated your CouchPotato container recently? There were some recent changes that removed the installation of git and it's dependencies by the edge script.

I'm trying to use your transmission docker but I am running into a wall it installed correctly but when it ask for the username and password it rejects it

 

I am using "admin" and "password" not quotes and it will not log in. Any suggestions?

 

Thanks.

I installed using gfjardim docker so I didn't set up a any thing but looking at his setup it said that he included a login and password.  They are not working

 

I tried your deluge docker but I could not get Cp docker to communicate (also your docker).  I'm also more familiar with transmission but at this point I don't care which one I use. 

 

I'm trying to use your transmission docker but I am running into a wall it installed correctly but when it ask for the username and password it rejects it

I am using "admin" and "password" not quotes and it will not log in. Any suggestions?

Thanks.

 

By default transmission does not have a username/password set. So it is whatever you configured it as.

 

Link to comment

 

I'm trying to use your transmission docker but I am running into a wall it installed correctly but when it ask for the username and password it rejects it

 

I am using "admin" and "password" not quotes and it will not log in. Any suggestions?

 

Thanks.

 

You can modify username by setting "USERNAME" variable and password with "PASSWORD" variable.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.