[ARCHIVE] binhex docker repository


Recommended Posts

Scott- could you please confirm that you do not have this issue under this scenario:

1. Label a completed torrent

2. Move the labeled torrents to a new directory

3. Rebooting the server or restarting the docker and completed file gets updated. In my case this completed file still shows 100% but is corrupted after a while.

 

I periodically rsync this completed directory from my cache to user share and under this scenario, I see a second rsync after reboot of this previously completed file and is not playable after the second rsync.

 

EDIT: Do you have plans for getting a transmissionVPN out? I have the delugeVPN but there is a bug in the app where if the docker is restarted (server rebooted fpr eg), the completed torrents in labeled and moved directories get corrupted. I have lost many completed files in the last few months and I scramble to delete the completed torrents whenever the server is rebooted. I have used transmission for many years prior which worked without issues at all.

 

i wasnt aware of this bug, probably cos i dont leave stuff hanging about seeding for long lengths of time. i did start working on a transmissionvpn and have got some way through it but real life got in the way so it never got completed. if there is enough interest in this i could continue the work, i probably personally wouldn't use it so it would have to be something that a few people require, i dont really want to get into the position of creating a new docker image for a single person, too much work for very little use, maybe i should create a poll or something and ask people what they would like most.

 

I use DelugeVPN and do not have this issue at all when i reboot the server

 

Link to comment

hey binhex. I am trying to use your sickbeard plugin to monitor a folder on another computer, and then have sickbeard copy the shows to my unraid server. I have mounted a share under /mnt/, and unraid is able to see the files on the remote computer fine. When I go into the sickbeard docker plugin, it doesn't see anything under the /data share.  I do have /data pointing to the correct share, and when I am doing the docker configuration, I see all the tv show subfolders.

 

Do you have any suggestions? Does docker not work with mounted shares?

Link to comment

Madsonic Transcoding

 

When I try to limit the bitrate for my iSub player, it just sends the original file instead of transcoding to a lower rate.

 

I have the following error message.

Failed to transcode SongName. Using original

 

In the status page I also see this warning. "WARNING no transcoder found!"

 

How can I install a transcoder?

 

EDIT**

I googled ffmpeg, and downloaded the linux static build from https://www.ffmpeg.org/download.html#build-linux

copied it into my /config/transcode folder  (also went into the docker edit page, and added /usr/bin/ffmpeg, pointing it to my /config/transcode folder as well - not sure if needed to do that or not)

 

then i ran the following in a terminal window: docker exec - it binhex-madsonic chmod -R 755 /usr/bin  (or you could do /config i guess)

I next ran docker exec -it binhex-madsonic ./config/transcode/ffmpeg

 

a whole little block of text generated by ffmpeg appeared, and now the status button in Madsonic says I which transcoder is installed.

 

I tested it and my mp3s were transcoded down to 128 when using the iSub app on my phone!

 

Now, I dont know if it will persist past a reboot. the transcode files will likely be there still, but i bet I will have to run the ./config/transcode/ffmpeg command again.

Link to comment

Madsonic Transcoding

 

When I try to limit the bitrate for my iSub player, it just sends the original file instead of transcoding to a lower rate.

 

I have the following error message.

Failed to transcode SongName. Using original

 

In the status page I also see this warning. "WARNING no transcoder found!"

 

How can I install a transcoder?

 

EDIT**

I googled ffmpeg, and downloaded the linux static build from https://www.ffmpeg.org/download.html#build-linux

copied it into my /config/transcode folder  (also went into the docker edit page, and added /usr/bin/ffmpeg, pointing it to my /config/transcode folder as well - not sure if needed to do that or not)

 

then i ran the following in a terminal window: docker exec - it binhex-madsonic chmod -R 755 /usr/bin  (or you could do /config i guess)

I next ran docker exec -it binhex-madsonic ./config/transcode/ffmpeg

 

a whole little block of text generated by ffmpeg appeared, and now the status button in Madsonic says I which transcoder is installed.

 

I tested it and my mp3s were transcoded down to 128 when using the iSub app on my phone!

 

Now, I dont know if it will persist past a reboot. the transcode files will likely be there still, but i bet I will have to run the ./config/transcode/ffmpeg command again.

 

hi stuart, the transcode pack from madsonic is included in the docker image, the transcoders can be found in /config/transcode/ and they should be picked up by madsonic automatically, so not sure why its not working for you, i will do some further investigation.

Link to comment

I'm having a problem where my sickrage docker won't search when adding a new show - it just times out. The log has lots of errors that say "LockFailed: Function not implemented" and other python problems. Log attached.

 

 File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 3 seconds...
Unknown exception while loading URL http://thetvdb.com/api/F9C450E78D99172E/series/72173/en.xml: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filew
2015-08-19 12:42:45,283 DEBG 'sickrage' stdout output:
rapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 6 seconds...
Unknown exception while loading URL http://thetvdb.com/api/GetSeries.php: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 6 seconds...
Unknown exception while loading URL http://thetvdb.com/api/GetSeries.php: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 12 seconds...
Unknown exception while loading URL http://th
2015-08-19 12:42:57,370 DEBG 'sickrage' stderr output:
12:42:57 ERROR::SHOWQUEUE-ADD :: Show name with ID 72173 don't exist in theTVDB anymore. Please change/delete your local .nfo file or remove it from your TRAKT watchlist
Traceback (most recent call last):
File "/opt/sickrage/sickbeard/show_queue.py", line 266, in run
s = t[self.indexer_id]
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 951, in __getitem__
self._getShowData(key, self.config['language'], True)
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 846, in _getShowData
self.config['url_seriesInfo'] % (sid, getShowInLanguage)
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 635, in _getetsrc
raise tvdb_error(e)
tvdb_error: Unknown exception while loading URL http://thetvdb.com/api/F9C450E78D99172E/series/72173/en.xml: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented


2015-08-19 12:42:59,786 DEBG 'sickrage' stderr output:
12:42:59 INFO::SHOWQUEUE-ADD :: Starting to add show /media/Atlantis (2013)

2015-08-19 12:42:59,787 DEBG 'sickrage' stderr output:
12:42:59 INFO::SHOWQUEUE-ADD :: theTVDB: {'useZip': True, 'apikey': 'F9C450E78D99172E', 'cache': '/config/cache/indexers/theTVDB', 'language': 'en'}

2015-08-19 12:43:00,215 DEBG 'sickrage' stdout output:
etvdb.com/api/F9C450E78D99172E/series/72173/en.xml: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 12 seconds...
Unknown exception while loading URL http://thetvdb.com/api/GetSeries.php: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 12 seconds...
Unknown exception while loading URL http://thetvdb.com/api/F9C450E78D99172E/series/248596/en.xml: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(sel
2015-08-19 12:43:08,651 WARN received SIGTERM indicating exit request
2015-08-19 12:43:08,652 DEBG killing sickrage (pid 10) with signal SIGTERM
2015-08-19 12:43:08,652 INFO waiting for sickrage to die
2015-08-19 12:43:08,653 DEBG 'sickrage' stderr output:
12:43:08 INFO::MAIN :: Signal 15 caught, saving and exiting...

2015-08-19 12:43:08,686 DEBG 'sickrage' stderr output:
12:43:08 INFO::EVENT-QUEUE :: Aborting all threads

2015-08-19 12:43:08,687 DEBG 'sickrage' stderr output:
12:43:08 INFO::EVENT-QUEUE :: Waiting for the EVENTS thread to exit

2015-08-19 12:43:08,687 DEBG 'sickrage' stderr output:
12:43:08 INFO::EVENT-QUEUE :: Waiting for the DAILYSEARCH thread to exit

2015-08-19 12:43:08,852 DEBG 'sickrage' stderr output:
12:43:08 INFO::EVENT-QUEUE :: Waiting for the BACKLOG thread to exit

2015-08-19 12:43:08,916 DEBG 'sickrage' stderr output:
12:43:08 INFO::EVENT-QUEUE :: Waiting for the SHOWUPDATER thread to exit

2015-08-19 12:43:09,407 DEBG 'sickrage' stdout output:
f.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 3 seconds...
Unknown exception while loading URL http://thetvdb.com/api/F9C450E78D99172E/series/248596/en.xml: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 6 seconds...
Unknown exception while loading URL http://thetvdb.com/api/F9C450E78D99172E/series/248596/en.xml: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontr
2015-08-19 12:43:09,782 DEBG 'sickrage' stderr output:
12:43:09 INFO::EVENT-QUEUE :: Waiting for the VERSIONCHECKER thread to exit

2015-08-19 12:43:10,498 DEBG 'sickrage' stderr output:
12:43:10 INFO::EVENT-QUEUE :: Waiting for the SHOWQUEUE thread to exit

2015-08-19 12:43:10,813 DEBG 'sickrage' stderr output:
12:43:10 INFO::EVENT-QUEUE :: Waiting for the SEARCHQUEUE thread to exit

2015-08-19 12:43:11,814 INFO waiting for sickrage to die
2015-08-19 12:43:11,829 DEBG 'sickrage' stderr output:
12:43:11 INFO::EVENT-QUEUE :: Waiting for the POSTPROCESSER thread to exit

2015-08-19 12:43:12,745 DEBG 'sickrage' stderr output:
12:43:12 INFO::EVENT-QUEUE :: Waiting for the TRAKTCHECKER thread to exit

2015-08-19 12:43:12,777 DEBG 'sickrage' stderr output:
12:43:12 INFO::EVENT-QUEUE :: Waiting for the TRAKTROLLING thread to exit

2015-08-19 12:43:13,794 DEBG 'sickrage' stderr output:
12:43:13 INFO::EVENT-QUEUE :: Waiting for the PROPERFINDER thread to exit

2015-08-19 12:43:14,810 DEBG 'sickrage' stderr output:
12:43:14 INFO::EVENT-QUEUE :: Waiting for the SUBTITLESFINDER thread to exit

2015-08-19 12:43:15,776 DEBG 'sickrage' stderr output:
12:43:15 INFO::EVENT-QUEUE :: Saving all shows to the database

2015-08-19 12:43:15,776 INFO waiting for sickrage to die
2015-08-19 12:43:15,776 DEBG 'sickrage' stderr output:
12:43:15 INFO::EVENT-QUEUE :: Saving config file to disk

2015-08-19 12:43:15,803 DEBG 'sickrage' stderr output:
12:43:15 INFO::EVENT-QUEUE :: Shutting down Tornado

2015-08-19 12:43:15,811 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-08-19 12:43:15,811 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-08-19 12:43:15,812 INFO stopped: sickrage (exit status 0)
2015-08-19 12:43:15,812 DEBG received SIGCLD indicating a child quit

 

This is a brand new install of sickrage. Any ideas about what's wrong here?

 

TIA.

 

Did you ever find a solution to this? I'm having the same problem as well :-(

Link to comment

I'm currently using the couchpotato docker and have a question about the permissions.

 

I'm using the built in renamer in couchpotato but notice that when a movie is moved it doesn't apply the Folder CHMOD (0777) value I put into the General-> Folder CHMO setting. It's directory permission turns out to be 755. So when it comes to edit/move the movie with Windows I get a permissions error. Not sure if this has to do with the user's umask or something. The couchpotato user is nobody and owns the directories it creates. Not sure why the 777 is not be applied. Don't see any errors in the couchpotato log relating to permissions.

 

But 777 is applied to the files though.

 

Maybe the umask has to be set for the container?

 

http://lime-technology.com/forum/index.php?topic=33922.45

Link to comment

You have file CHMOD set to the same?

Yes.

 

Oh, neglected to mention that the files are being saved to an external disk mounted with the unassigned devices plugin via the command:

mount -t xfs -o rw,noatime,nodiratime '/dev/sdb1' '/mnt/disks/downloads' 

 

Then the container maps /data -> /mnt/disks/downloads.

Link to comment

Hi,

 

I am using the DelugeVPN docker, for the most part it is working, apart from some plugin's I can't get going, but I have posted about those before.

 

The issue I want to raise here is I am seeing these messages very regularly in my log file.

 

[iNFO    ] 16:50:22 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42422
[iNFO    ] 16:50:22 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42421
[iNFO    ] 16:50:22 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:50:22 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:50:23 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42425
[iNFO    ] 16:50:23 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[WARNING ] 16:50:25 core:120 check interval loop starting
[iNFO    ] 16:50:35 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42453
[iNFO    ] 16:50:35 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:50:36 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42456
[iNFO    ] 16:50:36 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:51:53 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42620
[iNFO    ] 16:51:53 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42621
[iNFO    ] 16:51:53 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:51:53 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:51:55 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42624
[iNFO    ] 16:51:55 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:51:56 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42625

 

I am connecting from my Couchpotato and Sickrage Dockers via the daemon, but both test successfully and everything is working, just wondering if I should be seeing these messages.

 

Thanks,

Wob

Link to comment

Hi,

 

I am using the DelugeVPN docker, for the most part it is working, apart from some plugin's I can't get going, but I have posted about those before.

 

The issue I want to raise here is I am seeing these messages very regularly in my log file.

 

[iNFO    ] 16:50:22 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42422
[iNFO    ] 16:50:22 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42421
[iNFO    ] 16:50:22 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:50:22 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:50:23 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42425
[iNFO    ] 16:50:23 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[WARNING ] 16:50:25 core:120 check interval loop starting
[iNFO    ] 16:50:35 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42453
[iNFO    ] 16:50:35 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:50:36 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42456
[iNFO    ] 16:50:36 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:51:53 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42620
[iNFO    ] 16:51:53 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42621
[iNFO    ] 16:51:53 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:51:53 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:51:55 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42624
[iNFO    ] 16:51:55 rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[iNFO    ] 16:51:56 rpcserver:204 Deluge Client connection made from: 127.0.0.1:42625

 

I am connecting from my Couchpotato and Sickrage Dockers via the daemon, but both test successfully and everything is working, just wondering if I should be seeing these messages.

 

Thanks,

Wob

 

im not seeing anything like this in my logs, but i have no other applications connecting to deluge, so i would assume from that that its sickrage anr/or cp that is not correctly disconnecting from the api, not really much you can do about that to be honest as its most probably a bug in sickrage/cp.

Link to comment

I'm having a problem where my sickrage docker won't search when adding a new show - it just times out. The log has lots of errors that say "LockFailed: Function not implemented" and other python problems. Log attached.

 

File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 12 seconds...
Unknown exception while loading URL http://th
2015-08-19 12:42:57,370 DEBG 'sickrage' stderr output:
12:42:57 ERROR::SHOWQUEUE-ADD :: Show name with ID 72173 don't exist in theTVDB anymore. Please change/delete your local .nfo file or remove it from your TRAKT watchlist
Traceback (most recent call last):
File "/opt/sickrage/sickbeard/show_queue.py", line 266, in run
s = t[self.indexer_id]
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 951, in __getitem__
self._getShowData(key, self.config['language'], True)
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 846, in _getShowData
self.config['url_seriesInfo'] % (sid, getShowInLanguage)
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 635, in _getetsrc
raise tvdb_error(e)
tvdb_error: Unknown exception while loading URL http://thetvdb.com/api/F9C450E78D99172E/series/72173/en.xml: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented


2015-08-19 12:42:59,786 DEBG 'sickrage' stderr output:
12:42:59 INFO::SHOWQUEUE-ADD :: Starting to add show /media/Atlantis (2013)

2015-08-19 12:42:59,787 DEBG 'sickrage' stderr output:
12:42:59 INFO::SHOWQUEUE-ADD :: theTVDB: {'useZip': True, 'apikey': 'F9C450E78D99172E', 'cache': '/config/cache/indexers/theTVDB', 'language': 'en'}

2015-08-19 12:43:00,215 DEBG 'sickrage' stdout output:
etvdb.com/api/F9C450E78D99172E/series/72173/en.xml: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 12 seconds...
Unknown exception while loading URL http://thetvdb.com/api/GetSeries.php: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 12 seconds...
Unknown exception while loading URL http://thetvdb.com/api/F9C450E78D99172E/series/248596/en.xml: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(sel
2015-08-19 12:43:08,651 WARN received SIGTERM indicating exit request
2015-08-19 12:43:08,652 DEBG killing sickrage (pid 10) with signal SIGTERM
2015-08-19 12:43:08,652 INFO waiting for sickrage to die
2015-08-19 12:43:08,653 DEBG 'sickrage' stderr output:
12:43:08 INFO::MAIN :: Signal 15 caught, saving and exiting...

2015-08-19 12:43:08,686 DEBG 'sickrage' stderr output:
12:43:08 INFO::EVENT-QUEUE :: Aborting all threads

2015-08-19 12:43:08,687 DEBG 'sickrage' stderr output:
12:43:08 INFO::EVENT-QUEUE :: Waiting for the EVENTS thread to exit

2015-08-19 12:43:08,687 DEBG 'sickrage' stderr output:
12:43:08 INFO::EVENT-QUEUE :: Waiting for the DAILYSEARCH thread to exit

2015-08-19 12:43:08,852 DEBG 'sickrage' stderr output:
12:43:08 INFO::EVENT-QUEUE :: Waiting for the BACKLOG thread to exit

2015-08-19 12:43:08,916 DEBG 'sickrage' stderr output:
12:43:08 INFO::EVENT-QUEUE :: Waiting for the SHOWUPDATER thread to exit

2015-08-19 12:43:09,407 DEBG 'sickrage' stdout output:
f.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 3 seconds...
Unknown exception while loading URL http://thetvdb.com/api/F9C450E78D99172E/series/248596/en.xml: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontrol/controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "/opt/sickrage/lib/cachecontrol/caches/file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "/opt/sickrage/lib/lockfile/__init__.py", line 238, in __enter__
self.acquire()
File "/opt/sickrage/lib/lockfile/linklockfile.py", line 34, in acquire
raise LockFailed("%s" % e.strerror)
LockFailed: Function not implemented
, Retrying in 6 seconds...
Unknown exception while loading URL http://thetvdb.com/api/F9C450E78D99172E/series/248596/en.xml: Traceback (most recent call last):
File "/opt/sickrage/lib/tvdb_api/tvdb_api.py", line 577, in _loadUrl
resp = session.get(url.strip(), params=params)
File "/opt/sickrage/lib/requests/sessions.py", line 476, in get
return self.request('GET', url, **kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/opt/sickrage/lib/requests/sessions.py", line 613, in send
r.content
File "/opt/sickrage/lib/requests/models.py", line 733, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
File "/opt/sickrage/lib/requests/models.py", line 656, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 273, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/opt/sickrage/lib/requests/packages/urllib3/response.py", line 203, in read
data = self._fp.read(amt)
File "/opt/sickrage/lib/cachecontrol/filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "/opt/sickrage/lib/cachecontr
2015-08-19 12:43:09,782 DEBG 'sickrage' stderr output:
12:43:09 INFO::EVENT-QUEUE :: Waiting for the VERSIONCHECKER thread to exit

2015-08-19 12:43:10,498 DEBG 'sickrage' stderr output:
12:43:10 INFO::EVENT-QUEUE :: Waiting for the SHOWQUEUE thread to exit

2015-08-19 12:43:10,813 DEBG 'sickrage' stderr output:
12:43:10 INFO::EVENT-QUEUE :: Waiting for the SEARCHQUEUE thread to exit

2015-08-19 12:43:11,814 INFO waiting for sickrage to die
2015-08-19 12:43:11,829 DEBG 'sickrage' stderr output:
12:43:11 INFO::EVENT-QUEUE :: Waiting for the POSTPROCESSER thread to exit

2015-08-19 12:43:12,745 DEBG 'sickrage' stderr output:
12:43:12 INFO::EVENT-QUEUE :: Waiting for the TRAKTCHECKER thread to exit

2015-08-19 12:43:12,777 DEBG 'sickrage' stderr output:
12:43:12 INFO::EVENT-QUEUE :: Waiting for the TRAKTROLLING thread to exit

2015-08-19 12:43:13,794 DEBG 'sickrage' stderr output:
12:43:13 INFO::EVENT-QUEUE :: Waiting for the PROPERFINDER thread to exit

2015-08-19 12:43:14,810 DEBG 'sickrage' stderr output:
12:43:14 INFO::EVENT-QUEUE :: Waiting for the SUBTITLESFINDER thread to exit

2015-08-19 12:43:15,776 DEBG 'sickrage' stderr output:
12:43:15 INFO::EVENT-QUEUE :: Saving all shows to the database

2015-08-19 12:43:15,776 INFO waiting for sickrage to die
2015-08-19 12:43:15,776 DEBG 'sickrage' stderr output:
12:43:15 INFO::EVENT-QUEUE :: Saving config file to disk

2015-08-19 12:43:15,803 DEBG 'sickrage' stderr output:
12:43:15 INFO::EVENT-QUEUE :: Shutting down Tornado

2015-08-19 12:43:15,811 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-08-19 12:43:15,811 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-08-19 12:43:15,812 INFO stopped: sickrage (exit status 0)
2015-08-19 12:43:15,812 DEBG received SIGCLD indicating a child quit

 

This is a brand new install of sickrage. Any ideas about what's wrong here?

 

TIA.

 

Did you ever find a solution to this? I'm having the same problem as well :-(

 

sickrage is still under heavy development, there have been about 3 releases in the last week alone!, i would recommend stopping sickrage, delete supervisord.log file and then pull down the latest docker images, run it and keep an eye on the new supervisord.log for errors.

 

at the end of the day there isnt much i can do about fundamental issues with the applications unfortunately, if its related to docker then i can take a look but if the app just doesn't work then your best bet is a post on the applications support forum.

Link to comment

Question concerning about the best way to go about this...

 

I have a outbound vpn setup at the router level so that I have control of which IPs within the network go out via the vpn or not. Currently I have the unRAID (virtualized ESXi) IP address setup such that all traffic goes out a specific vpn and I'd like to keep it this way because of other dockers...

 

Now my problem is I'd like to use the delugepvn docker but itself creates a vpn connect and is bound to the same IP thus traffic would seem go out via two vpns which I do not want. Thoughts on what I can do here?

 

Maybe multiple IPs and bind the deluge docker on another IP?

Link to comment

Hello binhex,

 

Thanks for the reply.  I was able to read the faq before, but seeing my ios app on ipads won't run, hence I thought my server needs upgrade already.  Thanks, I will wait instead.

 

Both plex and plex pass edition are up to date, so you should simply be able to check for updates and then update the docker image, what version is the plex webui reporting your running?

Link to comment

Question concerning about the best way to go about this...

 

I have a outbound vpn setup at the router level so that I have control of which IPs within the network go out via the vpn or not. Currently I have the unRAID (virtualized ESXi) IP address setup such that all traffic goes out a specific vpn and I'd like to keep it this way because of other dockers...

 

Now my problem is I'd like to use the delugepvn docker but itself creates a vpn connect and is bound to the same IP thus traffic would seem go out via two vpns which I do not want. Thoughts on what I can do here?

 

Maybe multiple IPs and bind the deluge docker on another IP?

 

How about simply disable the vpn for delugevpn? You can do this in the advanced settings section for the docker configuration.

Link to comment

How about simply disable the vpn for delugevpn? You can do this in the advanced settings section for the docker configuration.

 

From what I understand, PIA assigns you a forwarded port once you establish a connection and then you have to configure that PORT in deluge. This is what your delugevpn docker does, correct?

If I disable the vpn for deluge I would then have to configure the firewall/router (where I currectly establish the vpn connection) to open that port and then pass it to deluge which sounds complicated. So it seems much easier to have the docker container manage the vpn connection, like you have it. Establish the connection, get the port from PIA and configure deluge for that port.

 

Really I'd like to have both delugevpn and a router level vpn connection to handle other ips in the network.

Link to comment

Hello binhex,

 

Thanks for the reply.  I was able to read the faq before, but seeing my ios app on ipads won't run, hence I thought my server needs upgrade already.  Thanks, I will wait instead.

 

Both plex and plex pass edition are up to date, so you should simply be able to check for updates and then update the docker image, what version is the plex webui reporting your running?

 

Where do I check for updates?  Going into Docker tab shows plex is updated.  Accessing http://192.168.1.103:32400/web/index.html WEB tab shows Version 2.4.9 in settings.  What am I missing?  Opening Plex on IOS 8.4 shows it couldn't connect to server, says "HINT- Tap here to select another server.  Seeing another Tower, where it says Needs Update.

 

Going to settings, Server tab, shows Version 0.9.12.4  An update is available. Please install manually.

 

Link to comment
Guest
This topic is now closed to further replies.