The short method of installing Sickbeard on Ubuntu
So there is this rather lengthy install guide to install Sickbeard on Ubuntu. I really don’t get why it is so wordy it doesn’t take 4 pages to explain how to do this fairly short install. If you want the hand holding sure read through the guide but for those who just want to get on with it here is a quick synopsis of what needs to be done.
1. Download sickbeard from here.
2. Make directory for sickbeard files to live.
sudo mkdir /opt/sickbeard/
2. Extract sickbeard to location
sudo tar -C /opt/sickbeard/ -zxvf midgetspy-Sick-Beard-68c5fae.tar.gz
3. Move to your directory
cd /opt/sickbeard
3. Copy upstart script to /etc/init.d/
sudo cp init.ubuntu /etc/init.d/sickbeard
4. Modify your upstart script
sudo nano /etc/init.d/sickbeard
a. Change APP_PATH to:
APP_PATH=/opt/sickbeard
b. Change RUN_AS to:
RUN_AS={your os username}
4. Set permissions to upstart script.
sudo chmod a+x sickbeard
5. Update rc.d
sudo update-rc.d sickbeard defaults
6. Start sickbeard
sudo /etc/init.d/sickbeard start
This entry was posted on Wednesday, December 14th, 2011 at 2:50 pm and is filed under OSS. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Luke Woodruff December 14th, 2012 at 9:20 pm
/etc/default/sickbeard not found using default settings.
Starting SickBeard
Unable to write PID file: Permission denied [13]