Problem:
It displayed the following error when starting the package in the package manager.
Failed to run the package service
Solution:
Change the user in the start-stop-status file of sickbeard-custom to “root”.
Steps:
- Log into synology through putty (or similar) as “root”.
- first log in as admin with the admin password
- then type “sudo -i”
- use the admin password again
- you are now logged in as root
- enter “vi /var/packages/sickbeard-custom/scripts/start-stop-status
- Navigate (using arrow keys on keyboard) to line that says “USER=”sickbeard-custom” (about 4 lines down)
- Using the Basic commands for the Linux vi Editor http://forum.synology.com/wiki/index.php/Linux_VI_Editor
- delete (x) the word “sickbeard” and replace/insert (i) it with the word “root”
- Press ESC to exit insert mode
- Press SHIFT :wq then enter to save and exit.
- Type “vi /var/packages/sickbeard-custom/scripts/start-stop-status” to confirm that the USER has been correctly changed to root.
- Close and exit Putty if you desire.
- Open sickbeard web management pageĀ [http://<Diskstation IP>:8083]