Sonarr version (exact version): 2.0.0.4146 Mono version (if Sonarr is not running on Windows): 4.2.3 (Stable 4.2.3.4/832de4b Wed Mar 16 13:19:08 UTC 2016) OS: Ubuntu Server 16.04 ((Debug logs)) (posted to hastebin or similar): I am not sure if I need the debug logs for Sonarr for this. I am not sure if this is an issue with Sonarr or Ubuntu Description of issue:
I have a fresh install of Ubuntu Server 16.04. I have installed NzbDrone. I can’t get it to auto start. I am using the method 2 found here. I have tried both method 1 & 2, both don’t work. When I try to add it, I get the following:
@my-server:/etc/init.d$ sudo update-rc.d nzbdrone defaults
insserv: Script nzbdrone is broken: incomplete LSB comment.
insserv: missing Provides:' entry: please add. insserv: missing Required-Start:’ entry: please add even if empty.
insserv: missing Required-Stop:' entry: please add even if empty. insserv: missing Default-Start:’ entry: please add even if empty.
insserv: missing Default-Stop:' entry: please add even if empty. insserv: Default-Start undefined, assuming empty start runlevel(s) for script nzbdrone’
insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `nzbdrone’ @my-server:/etc/init.d$
I am at a loss on this one. Any help or direction is greatly appreciated. Thank you.
I have tried both ways. The other way gets me the follow:
@my-server:/etc/init.d$ sudo vi /etc/init/nzbdrone.conf @my-server:/etc/init.d$ sudo chmod +x /etc/init/nzbdrone.conf @my-server:/etc/init.d$ sudo service nzbdrone start
Failed to start nzbdrone.service: Unit nzbdrone.service not found. @my-server:/etc/init.d$