Can't find sabnzbd.ini file on Raspberry Pi
Forum rules
Help us help you:
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.
-
- Newbie
- Posts: 23
- Joined: March 11th, 2011, 2:08 pm
Re: Can't find sabnzbd.ini file on Raspberry Pi
I copied that exactly as it appeared!
Re: Can't find sabnzbd.ini file on Raspberry Pi
As said: those lines with "sudo" should not be there. Remove them: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 ~ $
Code: Select all
sudo nano /etc/apt/sources.list
-
- Newbie
- Posts: 23
- Joined: March 11th, 2011, 2:08 pm
Re: Can't find sabnzbd.ini file on Raspberry Pi
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
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
-
- Newbie
- Posts: 23
- Joined: March 11th, 2011, 2:08 pm
Re: Can't find sabnzbd.ini file on Raspberry Pi
sudo apt-get update
Seemed to work fine, loads of lines, no errors.
Seemed to work fine, loads of lines, no errors.
-
- Newbie
- Posts: 23
- Joined: March 11th, 2011, 2:08 pm
Re: Can't find sabnzbd.ini file on Raspberry Pi
sudo apt-get build-dep unrar-nonfree
Again, seemed to work fine, loads of lines, no errors.
Again, seemed to work fine, loads of lines, no errors.
-
- Newbie
- Posts: 23
- Joined: March 11th, 2011, 2:08 pm
Re: Can't find sabnzbd.ini file on Raspberry Pi
sudo apt-get source -b unrar-nonfree
Took ages, loads of lines this time, no errors though.
Took ages, loads of lines this time, no errors though.
-
- Newbie
- Posts: 23
- Joined: March 11th, 2011, 2:08 pm
Re: Can't find sabnzbd.ini file on Raspberry Pi
sudo dpkg -i unrar_4.1.4-1_armhf.deb
Very quick this time, no errors again. Restarting the Pi now.
Very quick this time, no errors again. Restarting the Pi now.
Re: Can't find sabnzbd.ini file on Raspberry Pi
A restart? For a normal program that is not needed.bigdavethehorn wrote:sudo dpkg -i unrar_4.1.4-1_armhf.deb
Very quick this time, no errors again. Restarting the Pi now.
Anyway ... can you type "unrar" on the commandline? What is the output?
-
- Newbie
- Posts: 23
- Joined: March 11th, 2011, 2:08 pm
Re: Can't find sabnzbd.ini file on Raspberry Pi
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?
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?
Re: Can't find sabnzbd.ini file on Raspberry Pi
Somehow the second command line got into that file. Maybe caused by misplaced " character.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?
Anyway: it's working. Good.
-
- Newbie
- Posts: 23
- Joined: March 11th, 2011, 2:08 pm
Re: Can't find sabnzbd.ini file on Raspberry Pi
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
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
Re: Can't find sabnzbd.ini file on Raspberry Pi
No: you split the first line into the two lines. Not good.
See https://forums.sabnzbd.org/viewtopic.ph ... 569#p70056
See https://forums.sabnzbd.org/viewtopic.ph ... 569#p70056
-
- Newbie
- Posts: 23
- Joined: March 11th, 2011, 2:08 pm
Re: Can't find sabnzbd.ini file on Raspberry Pi
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.
I'd like to thank you once again for your help, I really appreciate you taking the time to help me getting SAB working.