Page 1 of 2
Updating to 0.7.13 on Ubuntu 10.04
Posted: June 17th, 2013, 12:56 pm
by Headcase_Fargone
Hi all,
Running into some issues updating Sab on Ubuntu 10.04. The "apt-get update sabnzbdplus" command did not work, so I attempted the recommended method of simply downloading the newest package and copying over the files to /usr/share/sabnzbdplus. After doing that I received many screens worth of errors about missing files, something about a D-BUS daemon, etc. Luckily I had made a backup of my /usr/share/sabnzbdplus directory before trying all of this was I was able to get 0.7.12 back up and running, although even that took a reboot before it would start.
Does any of this sound familiar?
Re: Updating to 0.7.13 on Ubuntu
Posted: June 17th, 2013, 1:06 pm
by sander
Headcase_Fargone wrote:
Does any of this sound familiar?
No, not for me.
It would have helped if you had posted the update error, and stopped after that.
Re: Updating to 0.7.13 on Ubuntu
Posted: June 17th, 2013, 4:39 pm
by Headcase_Fargone
sander wrote:
No, not for me.
It would have helped if you had posted the update error, and stopped after that.
Fair enough.
This is what I get when I try to run the start script now:
2013-06-17 16:37:02,791::INFO::[sabnzbdplus:1244] --------------------------------
2013-06-17 16:37:02,792::INFO::[sabnzbdplus:1245] sabnzbdplus-0.7.13 (rev=f33a95253690e754ab6be3579b13b6936b3d42e0)
2013-06-17 16:37:02,792::INFO::[sabnzbdplus:1257] Platform = posix
2013-06-17 16:37:02,793::INFO::[sabnzbdplus:1258] Python-version = 2.7.2+ (default, Jul 20 2012, 22:12:53)
[GCC 4.6.1]
2013-06-17 16:37:02,793::INFO::[sabnzbdplus:1259] Arguments = /usr/bin/sabnzbdplus start
2013-06-17 16:37:02,793::INFO::[sabnzbdplus:1272] Read INI file /home/XXXXXXX/.sabnzbd/sabnzbd.ini
2013-06-17 16:37:02,795::INFO::[__init__:928] Loading data for bookmarks.sab from /home/XXXXXXX/.sabnzbd/admin/bookmarks.sab
2013-06-17 16:37:02,796::INFO::[__init__:928] Loading data for rss_data.sab from /home/XXXXXXX/.sabnzbd/admin/rss_data.sab
2013-06-17 16:37:02,797::INFO::[__init__:928] Loading data for totals9.sab from /home/XXXXXXX/.sabnzbd/admin/totals9.sab
2013-06-17 16:37:02,797::INFO::[postproc:90] Loading postproc queue
2013-06-17 16:37:02,798::INFO::[__init__:928] Loading data for postproc1.sab from /home/XXXXXXX/.sabnzbd/admin/postproc1.sab
2013-06-17 16:37:02,799::INFO::[__init__:928] Loading data for queue9.sab from /home/XXXXXXX/.sabnzbd/admin/queue9.sab
2013-06-17 16:37:04,130::INFO::[__init__:928] Loading data for watched_data.sab from /home/XXXXXXX/.sabnzbd/admin/watched_data.sab
2013-06-17 16:37:04,131::INFO::[scheduler:172] Setting schedule for midnight BPS reset
2013-06-17 16:37:04,133::INFO::[downloader:211] Resuming
2013-06-17 16:37:04,133::INFO::[downloader:255] Bandwidth limit set to 1000
2013-06-17 16:37:04,133::INFO::[__init__:330] All processes started
2013-06-17 16:37:04,134::INFO::[sabnzbdplus:335] Web dir is /usr/bin/interfaces/Plush
2013-06-17 16:37:04,134::WARNING::[sabnzbdplus:342] Cannot find web template: /usr/bin/interfaces/Plush/templates/main.tmpl, trying standard template
2013-06-17 16:37:04,135::ERROR::[sabnzbdplus:346] Cannot find standard template: /usr/bin/interfaces/Plush
Traceback (most recent call last):
File "/usr/bin/sabnzbdplus", line 103, in <module>
import win32api
ImportError: No module named win32api
So it's a template issue solely it looks like. How would I resolve this?
Re: Updating to 0.7.13 on Ubuntu
Posted: June 17th, 2013, 4:43 pm
by sander
I would go back
remove the package sabnzbdplus: sudo apt-get remove sabnzbdplus
then manually all references to sabnzbd & sabnzbdplus
then install sabnzbdplus: sudo apt-get install sabnzbdplus.
then test sabnzbdplus is working
Re: Updating to 0.7.13 on Ubuntu
Posted: June 17th, 2013, 5:18 pm
by Headcase_Fargone
sander wrote:I would go back
remove the package sabnzbdplus: sudo apt-get remove sabnzbdplus
then manually all references to sabnzbd & sabnzbdplus
then install sabnzbdplus: sudo apt-get install sabnzbdplus.
then test sabnzbdplus is working
Will that keep my settings? How can I back those up if not?
Also, can you expand on that second one? Which references would I need to remove?
Much appreciated, by the way.
Re: Updating to 0.7.13 on Ubuntu
Posted: June 17th, 2013, 5:32 pm
by sander
*settings* are in sabnzbd.ini (in ~/.sabnzbd/), so save that.
sudo updatedb
locate -i sabnzbd
Re: Updating to 0.7.13 on Ubuntu
Posted: June 18th, 2013, 8:09 am
by Headcase_Fargone
Using apt-get remove and apt-get install just installed 0.7.12 again...
XXXXXXX:/$ sudo apt-get install sabnzbdplus
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
sabnzbdplus-theme-classic sabnzbdplus-theme-smpl
Suggested packages:
sabnzbdplus-theme-mobile
The following NEW packages will be installed:
sabnzbdplus sabnzbdplus-theme-classic sabnzbdplus-theme-smpl
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
2 not fully installed or removed.
Need to get 0 B/1,242 kB of archives.
After this operation, 4,747 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Selecting previously deselected package sabnzbdplus.
(Reading database ... 791199 files and directories currently installed.)
Unpacking sabnzbdplus (from .../sabnzbdplus_0.7.12-0ubuntu1~jcfp1~oneiric_all.de
b) ...
Selecting previously deselected package sabnzbdplus-theme-classic.
Unpacking sabnzbdplus-theme-classic (from .../sabnzbdplus-theme-classic_0.7.12-0
ubuntu1~jcfp1~oneiric_all.deb) ...
Selecting previously deselected package sabnzbdplus-theme-smpl.
Unpacking sabnzbdplus-theme-smpl (from .../sabnzbdplus-theme-smpl_0.7.12-0ubuntu
Re: Updating to 0.7.13 on Ubuntu
Posted: June 18th, 2013, 8:44 am
by sander
Headcase_Fargone wrote:Using apt-get remove and apt-get install just installed 0.7.12 again...
... sabnzbd 0.7.12 works? If so, you must be happy as you have working SAB again, right?
Then, next step:
Code: Select all
sudo apt-get update
sudo apt-get upgrade
What is the result? Which version of SAB is now on your system?
Re: Updating to 0.7.13 on Ubuntu
Posted: June 18th, 2013, 8:54 am
by jcfp
What is the result? Which version of SAB is now on your system?
No change, as support for oneiric ran out in may:
Subject: [PPA jcfp] sabnzbdplus_0.7.13-0ubuntu1~jcfp1~oneiric_source.changes rejected
Reply-To: Launchpad PPA <
[email protected]>
Date: Fri, 14 Jun 2013 20:30:19 -0000
Rejected:
oneiric is obsolete and will not accept new uploads.
Re: Updating to 0.7.13 on Ubuntu
Posted: June 18th, 2013, 8:58 am
by Headcase_Fargone
jcfp wrote:What is the result? Which version of SAB is now on your system?
No change, as support for oneiric ran out in may:
Subject: [PPA jcfp] sabnzbdplus_0.7.13-0ubuntu1~jcfp1~oneiric_source.changes rejected
Reply-To: Launchpad PPA <
[email protected]>
Date: Fri, 14 Jun 2013 20:30:19 -0000
Rejected:
oneiric is obsolete and will not accept new uploads.
So does that mean I'm unable to update Sab unless I update Ubuntu first? I was hoping to avoid that as I really don't like what they've done with the desktop in the newer versions. I know you can replace all that, but I'm something of a novice (if that's not been made obvious by now).
Re: Updating to 0.7.13 on Ubuntu
Posted: June 18th, 2013, 9:01 am
by sander
jcfp wrote:What is the result? Which version of SAB is now on your system?
No change, as support for oneiric ran out in may:
Subject: [PPA jcfp] sabnzbdplus_0.7.13-0ubuntu1~jcfp1~oneiric_source.changes rejected
Reply-To: Launchpad PPA <
[email protected]>
Date: Fri, 14 Jun 2013 20:30:19 -0000
Rejected:
oneiric is obsolete and will not accept new uploads.
Strange, as
https://launchpad.net/~jcfp/+archive/pp ... lter=lucid mentions 0.7.13. How come?
Re: Updating to 0.7.13 on Ubuntu
Posted: June 18th, 2013, 9:02 am
by sander
Headcase_Fargone wrote:jcfp wrote:What is the result? Which version of SAB is now on your system?
No change, as support for oneiric ran out in may:
Subject: [PPA jcfp] sabnzbdplus_0.7.13-0ubuntu1~jcfp1~oneiric_source.changes rejected
Reply-To: Launchpad PPA <
[email protected]>
Date: Fri, 14 Jun 2013 20:30:19 -0000
Rejected:
oneiric is obsolete and will not accept new uploads.
So does that mean I'm unable to update Sab unless I update Ubuntu first? I was hoping to avoid that as I really don't like what they've done with the desktop in the newer versions. I know you can replace all that, but I'm something of a novice (if that's not been made obvious by now).
You can download the SAB tar.gz, unpack it in your home directory, and run it from there. However, that way you can't run it as a daemon /service
Re: Updating to 0.7.13 on Ubuntu
Posted: June 18th, 2013, 9:04 am
by Headcase_Fargone
sander wrote:You can download the SAB tar.gz, unpack it in your home directory, and run it from there. However, that way you can't run it as a daemon /service
Ouch. Well that certainly explains the problems I've been having updating it. Looks like I'll be updating Ubuntu afterall.
Thanks guys.
Re: Updating to 0.7.13 on Ubuntu
Posted: June 18th, 2013, 10:08 am
by jcfp
Headcase_Fargone wrote:So does that mean I'm unable to update Sab unless I update Ubuntu first? I was hoping to avoid that as I really don't like what they've done with the desktop in the newer versions. I know you can replace all that, but I'm something of a novice (if that's not been made obvious by now).
Sab is the least of your problem, not getting any security updates for the entire system spells a lot more trouble. Update to precise and you're in the clear until 2017 even for desktops.
sander wrote:[...] lucid mentions 0.7.13. How come?
LTS, (server version of) which is supported until 2015 or so.
Re: Updating to 0.7.13 on Ubuntu
Posted: June 18th, 2013, 10:18 am
by sander
jcfp wrote:What is the result? Which version of SAB is now on your system?
No change, as support for oneiric ran out in may:
Subject: [PPA jcfp] sabnzbdplus_0.7.13-0ubuntu1~jcfp1~oneiric_source.changes rejected
Reply-To: Launchpad PPA <
[email protected]>
Date: Fri, 14 Jun 2013 20:30:19 -0000
Rejected:
oneiric is obsolete and will not accept new uploads.
Oneiric is 11.10, and the OP has 10.04 (=Lucid). Both EOL, but just to understand eachother. Correct?