Page 2 of 2
Re: Trying to receive nzb from omgwtfnzb api
Posted: October 13th, 2015, 2:30 am
by dnmm
Thats strange.
I did as you recommended, also i checked with grep -irn jcfp /etc/apt/ and i have this result:
Binary file /etc/apt/trusted.gpg matches
/etc/apt/sources.list:5:deb
http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main
/etc/apt/sources.list:6:deb
http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main
So it seems ok, didn´t it?
But when i run sabnzbdplus --version i still have sabnzbdplus-0.7.18
Of course i did the apt-get update and upgrade commands but they didn´t change a thing. Is it because i have this error at my apt-get update command?
W: Duplicate sources.list entry
https://apt.sonarr.tv/ master/main armhf Packages (/var/lib/apt/lists/apt.sonarr.tv_dists_master_main_binary-armhf_Packages)
W: You may want to run apt-get update to correct these problems
Re: Trying to receive nzb from omgwtfnzb api
Posted: October 13th, 2015, 5:41 am
by sander
Post the contents of /etc/apt/sources.list
Here's mine:
Code: Select all
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
deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main
Re: Trying to receive nzb from omgwtfnzb api
Posted: October 13th, 2015, 6:24 am
by dnmm
In the meantime i´ve fixed the duplicate issue.
But here is my result of /etc/apt/sources.list
deb
http://mirrordirector.raspbian.org/raspbian/ jessie main$
# Uncomment line below then 'apt-get update' to enable 'apt-$
deb-src
http://archive.raspbian.org/raspbian/ jessie main co$
#Source repository
deb
http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main
deb
http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main
Re: Trying to receive nzb from omgwtfnzb api
Posted: October 13th, 2015, 6:42 am
by sander
Ah, you use jessie.
According to
https://forums.sabnzbd.org/viewtopic.ph ... 844#p60238 the correct ppa line is with "trusty". So: remove the ppa line with "precise" in it. Save & exit, and run update/upgrade again. Post the output here.
Re: Trying to receive nzb from omgwtfnzb api
Posted: October 13th, 2015, 7:07 am
by dnmm
--nzbversion still shows the old version
Re: Trying to receive nzb from omgwtfnzb api
Posted: October 13th, 2015, 9:49 am
by sander
Please read my post very closely and act accordingly ...
Re: Trying to receive nzb from omgwtfnzb api
Posted: October 13th, 2015, 12:55 pm
by jcfp
As usual, major version upgrades of sab make code changes and add features that result in dependency changes. And thus require the use of
apt-get dist-upgrade rather than just upgrade.
Re: Trying to receive nzb from omgwtfnzb api
Posted: October 13th, 2015, 2:01 pm
by dnmm
Which post should i read accordingly sander? Your last post in this thread itself, or the link within your last post? I am confused
Re: Trying to receive nzb from omgwtfnzb api
Posted: October 13th, 2015, 2:13 pm
by sander
dnmm wrote:Which post should i read accordingly sander? Your last post in this thread itself, or the link within your last post? I am confused
Take the shortcut adviced by jcfp himself:
... and check the sabnzbd --version again.
Re: Trying to receive nzb from omgwtfnzb api
Posted: October 13th, 2015, 2:24 pm
by dnmm
i did following steps:
sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get upgrade
sabnzbdplus --version
(outcome)
sabnzbdplus-0.7.18
Copyright (C) 2008-2013, The SABnzbd-Team <
[email protected]>
SABnzbd comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. It is licensed under the
GNU GENERAL PUBLIC LICENSE Version 2 or (at your option) any later version.
In my /etc/apt/sources.list is this exact content:
deb
http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free r$
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
deb-src
http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
#Source repository
deb
http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main
and when i check for ppa i did this:
$ sudo grep -irn jcfp /etc/apt/
Binary file /etc/apt/trusted.gpg matches
/etc/apt/sources.list:5:deb
http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main
What am i missing?