Couchpotato and Sickrage don't start after installation

Hello,

It seems there are different problems after packages installation : Couchpotato, Sickrage. See below :

From syslog

Created slice system-sickrage.slice.
Oct 30 18:57:56 master01 systemd[1]: Starting SickRage…
Oct 30 18:57:58 master01 systemd[1]: Started Daemon for generating UUIDs.
Oct 30 18:58:00 master01 systemd[1]: Started SickRage.
Oct 30 18:58:00 master01 systemd[1]: Stopping SickRage…
Oct 30 18:58:00 master01 kill[18572]: kill: invalid argument H
Oct 30 18:58:00 master01 kill[18572]: Usage:
Oct 30 18:58:00 master01 kill[18572]: kill [options] […]
Oct 30 18:58:00 master01 kill[18572]: Options:
Oct 30 18:58:00 master01 kill[18572]: […] send signal to every listed
Oct 30 18:58:00 master01 kill[18572]: -, -s, --signal
Oct 30 18:58:00 master01 kill[18572]: specify the to be sent
Oct 30 18:58:00 master01 kill[18572]: -l, --list=[] list all signal names, or convert one to a name
Oct 30 18:58:00 master01 kill[18572]: -L, --table list all signal names in a nice table
Oct 30 18:58:00 master01 kill[18572]: -h, --help display this help and exit
Oct 30 18:58:00 master01 kill[18572]: -V, --version output version information and exit
Oct 30 18:58:00 master01 kill[18572]: For more details see kill(1).
Oct 30 18:58:00 master01 systemd[1]: Stopped SickRage.
Oct 30 18:58:00 master01 systemd[1]: Reloading LSB: Apache2 web server.
Oct 30 18:58:00 master01 apache2[18596]: * Reloading Apache httpd web server apache2
Oct 30 18:58:00 master01 apache2[18596]: *
Oct 30 18:58:00 master01 systemd[1]: Reloaded LSB: Apache2 web server.
Oct 30 18:58:00 master01 systemd[1]: Starting SickRage…
Oct 30 18:58:01 master01 CRON[18627]: (root) CMD (bash /usr/local/bin/quickbox/system/set_interface)
Oct 30 18:58:02 master01 systemd[1]: Started SickRage.
Oct 30 18:58:02 master01 kill[18694]: kill: invalid argument H
Oct 30 18:58:02 master01 kill[18694]: Usage:
Oct 30 18:58:02 master01 kill[18694]: kill [options] […]
Oct 30 18:58:02 master01 kill[18694]: Options:
Oct 30 18:58:02 master01 kill[18694]: […] send signal to every listed
Oct 30 18:58:02 master01 kill[18694]: -, -s, --signal
Oct 30 18:58:02 master01 kill[18694]: specify the to be sent
Oct 30 18:58:02 master01 kill[18694]: -l, --list=[] list all signal names, or convert one to a name
Oct 30 18:58:02 master01 kill[18694]: -L, --table list all signal names in a nice table
Oct 30 18:58:02 master01 kill[18694]: -h, --help display this help and exit
Oct 30 18:58:02 master01 kill[18694]: -V, --version output version information and exit
Oct 30 18:58:02 master01 kill[18694]: For more details see kill(1).

[email protected] - SickRage
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
Active: inactive (dead) since Sun 2016-10-30 18:58:02 CET; 1h 21min ago

Oct 30 18:58:00 master01 systemd[1]: Starting SickRage…
Oct 30 18:58:02 master01 systemd[1]: Started SickRage.

Same with CouchPotato, i’m running on Ubuntu 16.04 LTS.

Thanks in advance for your help.

Try to install them from the cli version of our package installer. Login to ssh and as root do the uninstall of the sickrage and couchpotato services with box remove sickrage couchpotato then install them once more with box install sickrage couchpotato

I have heard of a couple of issues cropping up with the dashboard installer, I’ve still yet to dig into them to see where this issue may occur, but they seem to be very random. I know the box installer usually works without any issues.

I tried but no success. Same errors in syslog.

Ryuk3n

Have you tried starting them manually? Replace %I with your username

python /home/%I/.sickrage/SickBeard.py -q --datadir=/home/%I/.sickrage
python /home/%I/.couchpotato/CouchPotato.py

Nothing happens for Sickrage but Couchpotato give me an error :

Traceback (most recent call last):
File “/home/ryuk3n/.couchpotato/CouchPotato.py”, line 135, in
l.run()
File “/home/ryuk3n/.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 “/home/ryuk3n/.couchpotato/couchpotato/runner.py”, line 353, in runCouchPotato
server.listen(config[‘port’], config[‘host’])
File “/home/ryuk3n/.couchpotato/libs/tornado/tcpserver.py”, line 125, in listen
sockets = bind_sockets(port, address=address)
File “/home/ryuk3n/.couchpotato/libs/tornado/netutil.py”, line 145, in bind_sockets
sock.bind(sockaddr)
File “/usr/lib/python2.7/socket.py”, line 228, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 99] Cannot assign requested address

Edit : i modified the “host” field in /home/%I/.couchpotato/settings.conf from “localhost” to “127.0.0.1” and it’s works. I did the same for Sickrage with “web_local” field in /home/%I/.sickrage/config.ini.

Ryuk3n

I wonder if your/etc/hosts file doesnt have an entry for localhost in there.

it should have a line like this:
127.0.0.1 localhost

I had checked, there is this line already.