Can't find sabnzbd.ini file on Raspberry Pi

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
bigdavethehorn
Newbie
Newbie
Posts: 23
Joined: March 11th, 2011, 2:08 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by bigdavethehorn »

I copied that exactly as it appeared!
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by sander »

bigdavethehorn wrote:pi@raspberrypi ~ $ cat /etc/apt/sources.list
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
sudo apt-get update

sudo apt-get update
deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
pi@raspberrypi ~ $
As said: those lines with "sudo" should not be there. Remove them:

Code: Select all

sudo nano /etc/apt/sources.list
and remove those lines so that only the lines starting with "deb" stay there.
bigdavethehorn
Newbie
Newbie
Posts: 23
Joined: March 11th, 2011, 2:08 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by bigdavethehorn »

Ok, my sources.list now reads like this:

pi@raspberrypi ~ $ cat /etc/apt/sources.list
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
bigdavethehorn
Newbie
Newbie
Posts: 23
Joined: March 11th, 2011, 2:08 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by bigdavethehorn »

sudo apt-get update

Seemed to work fine, loads of lines, no errors.
bigdavethehorn
Newbie
Newbie
Posts: 23
Joined: March 11th, 2011, 2:08 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by bigdavethehorn »

sudo apt-get build-dep unrar-nonfree

Again, seemed to work fine, loads of lines, no errors.
bigdavethehorn
Newbie
Newbie
Posts: 23
Joined: March 11th, 2011, 2:08 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by bigdavethehorn »

sudo apt-get source -b unrar-nonfree

Took ages, loads of lines this time, no errors though.
bigdavethehorn
Newbie
Newbie
Posts: 23
Joined: March 11th, 2011, 2:08 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by bigdavethehorn »

sudo dpkg -i unrar_4.1.4-1_armhf.deb

Very quick this time, no errors again. Restarting the Pi now.
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by sander »

bigdavethehorn wrote:sudo dpkg -i unrar_4.1.4-1_armhf.deb

Very quick this time, no errors again. Restarting the Pi now.
A restart? For a normal program that is not needed.

Anyway ... can you type "unrar" on the commandline? What is the output?
bigdavethehorn
Newbie
Newbie
Posts: 23
Joined: March 11th, 2011, 2:08 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by bigdavethehorn »

And it's working!

Once again Sander, your help has been invaluable. But why did it not work at the beginning? There seemed to be a problem with this line of code:

echo "deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi" | sudo tee -a /etc/apt/sources.list

Any ideas?
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by sander »

bigdavethehorn wrote:And it's working!

Once again Sander, your help has been invaluable. But why did it not work at the beginning? There seemed to be a problem with this line of code:

echo "deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi" | sudo tee -a /etc/apt/sources.list

Any ideas?
Somehow the second command line got into that file. Maybe caused by misplaced " character.

Anyway: it's working. Good.
bigdavethehorn
Newbie
Newbie
Posts: 23
Joined: March 11th, 2011, 2:08 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by bigdavethehorn »

So, for future reference (in case I mess up this install!) should the code read as follows?

echo "deb-src http://mirrordirector.raspbian.org/raspbian/wheezy main contrib non-free rpi"
sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get build-dep unrar-nonfree
sudo apt-get source -b unrar-nonfree
sudo dpkg -i unrar_4.1.4-1_armhf.deb
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by sander »

No: you split the first line into the two lines. Not good.

See https://forums.sabnzbd.org/viewtopic.ph ... 569#p70056
bigdavethehorn
Newbie
Newbie
Posts: 23
Joined: March 11th, 2011, 2:08 pm

Re: Can't find sabnzbd.ini file on Raspberry Pi

Post by bigdavethehorn »

Ok ok, no more questions for you Sander!

I'd like to thank you once again for your help, I really appreciate you taking the time to help me getting SAB working.
Post Reply