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.
smurfster
Newbie
Posts: 7 Joined: March 7th, 2013, 7:04 pm
Post
by smurfster » March 7th, 2013, 7:11 pm
Hi all,
I've just installed the ubuntu specific version
http://wiki.sabnzbd.org/install-ubuntu-repo
Using the command
I've got it all running but noticed it states version 0.6.15 which if I understand correctly is old and its now version 7?
Am I missing something?
Cheers
sander
Release Testers
Posts: 9264 Joined: January 22nd, 2008, 2:22 pm
Post
by sander » March 8th, 2013, 1:13 am
According to
https://launchpad.net/~jcfp/+archive/ppa , you will only get SAB 0.6.15 if you're running Ubuntu Karmic or Jaunty.
So: which Ubuntu version are you running? Check with "lsb_release -a"
If you're running a more recent version, did you run
sudo apt-get update
sudo apt-get upgrade
smurfster
Newbie
Posts: 7 Joined: March 7th, 2013, 7:04 pm
Post
by smurfster » March 8th, 2013, 2:41 am
sander wrote: According to
https://launchpad.net/~jcfp/+archive/ppa , you will only get SAB 0.6.15 if you're running Ubuntu Karmic or Jaunty.
So: which Ubuntu version are you running? Check with "lsb_release -a"
If you're running a more recent version, did you run
sudo apt-get update
sudo apt-get upgrade
Yes I run the package updater.
Heres the version info.
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise
Last edited by
smurfster on March 8th, 2013, 2:46 am, edited 1 time in total.
sander
Release Testers
Posts: 9264 Joined: January 22nd, 2008, 2:22 pm
Post
by sander » March 8th, 2013, 2:43 am
Good. And second part of my advice?
smurfster
Newbie
Posts: 7 Joined: March 7th, 2013, 7:04 pm
Post
by smurfster » March 8th, 2013, 2:46 am
sander wrote: Good. And second part of my advice?
Sorry, yes I run the updater
sander
Release Testers
Posts: 9264 Joined: January 22nd, 2008, 2:22 pm
Post
by sander » March 8th, 2013, 3:08 am
What's the output of
Post the output here.
smurfster
Newbie
Posts: 7 Joined: March 7th, 2013, 7:04 pm
Post
by smurfster » March 8th, 2013, 3:13 am
sander wrote: What's the output of
Post the output here.
It doesn't display anything
sander
Release Testers
Posts: 9264 Joined: January 22nd, 2008, 2:22 pm
Post
by sander » March 8th, 2013, 3:49 am
smurfster
Newbie
Posts: 7 Joined: March 7th, 2013, 7:04 pm
Post
by smurfster » March 8th, 2013, 4:28 am
Code: Select all
total 8
drwxr-xr-x 2 root root 4096 Jun 15 2012 ./
drwxr-xr-x 6 root root 4096 Mar 8 08:20 ../
sander
Release Testers
Posts: 9264 Joined: January 22nd, 2008, 2:22 pm
Post
by sander » March 8th, 2013, 6:56 am
Oh? This is mine:
Code: Select all
sander@flappie:~$ ll /etc/apt/sources.list.d
total 24
drwxr-xr-x 2 root root 4096 mrt 8 09:16 ./
drwxr-xr-x 6 root root 4096 mrt 8 09:15 ../
-rw-r--r-- 1 root root 180 mrt 8 09:16 google-talkplugin.list
-rw-r--r-- 1 root root 180 mrt 8 09:16 google-talkplugin.list.save
-rw-r--r-- 1 root root 183 mrt 8 09:16 jcfp-ppa-raring.list
-rw-r--r-- 1 root root 120 mrt 8 09:16 jcfp-ppa-raring.list.save
sander@flappie:~$
So I would expect the jcfp stuff in your directory.
What is the output of
Code: Select all
sudo add-apt-repository ppa:jcfp/ppa
smurfster
Newbie
Posts: 7 Joined: March 7th, 2013, 7:04 pm
Post
by smurfster » March 8th, 2013, 8:48 am
sander wrote: Oh? This is mine:
Code: Select all
sander@flappie:~$ ll /etc/apt/sources.list.d
total 24
drwxr-xr-x 2 root root 4096 mrt 8 09:16 ./
drwxr-xr-x 6 root root 4096 mrt 8 09:15 ../
-rw-r--r-- 1 root root 180 mrt 8 09:16 google-talkplugin.list
-rw-r--r-- 1 root root 180 mrt 8 09:16 google-talkplugin.list.save
-rw-r--r-- 1 root root 183 mrt 8 09:16 jcfp-ppa-raring.list
-rw-r--r-- 1 root root 120 mrt 8 09:16 jcfp-ppa-raring.list.save
sander@flappie:~$
So I would expect the jcfp stuff in your directory.
What is the output of
Code: Select all
sudo add-apt-repository ppa:jcfp/ppa
Code: Select all
sudo: add-apt-repository: command not found
sander
Release Testers
Posts: 9264 Joined: January 22nd, 2008, 2:22 pm
Post
by sander » March 8th, 2013, 8:55 am
So ... that is command is not working as the binary add-apt-repository is not there.
Did you Google "sudo: add-apt-repository: command not found"? If you see an error, it always is a good idea to Google it.
smurfster
Newbie
Posts: 7 Joined: March 7th, 2013, 7:04 pm
Post
by smurfster » March 11th, 2013, 5:09 am
I've basically scrapped the standard Ubuntu repository "multiverse" way and used 3rd part repo way outlined under the title "How To PPA Setup"
http://wiki.sabnzbd.org/install-ubuntu-repo .
I now have the latest version.
Thanks for the help