Updating to 0.7.13 on Ubuntu 10.04
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: 14
- Joined: February 23rd, 2012, 4:52 pm
Updating to 0.7.13 on Ubuntu 10.04
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?
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
No, not for me.Headcase_Fargone wrote:
Does any of this sound familiar?
It would have helped if you had posted the update error, and stopped after that.
-
- Newbie
- Posts: 14
- Joined: February 23rd, 2012, 4:52 pm
Re: Updating to 0.7.13 on Ubuntu
Fair enough.sander wrote: No, not for me.
It would have helped if you had posted the update error, and stopped after that.
This is what I get when I try to run the start script now:
So it's a template issue solely it looks like. How would I resolve this?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
Re: Updating to 0.7.13 on Ubuntu
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
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
-
- Newbie
- Posts: 14
- Joined: February 23rd, 2012, 4:52 pm
Re: Updating to 0.7.13 on Ubuntu
Will that keep my settings? How can I back those up if not?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
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
*settings* are in sabnzbd.ini (in ~/.sabnzbd/), so save that.
sudo updatedb
locate -i sabnzbd
sudo updatedb
locate -i sabnzbd
-
- Newbie
- Posts: 14
- Joined: February 23rd, 2012, 4:52 pm
Re: Updating to 0.7.13 on Ubuntu
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
... sabnzbd 0.7.12 works? If so, you must be happy as you have working SAB again, right?Headcase_Fargone wrote:Using apt-get remove and apt-get install just installed 0.7.12 again...
Then, next step:
Code: Select all
sudo apt-get update
sudo apt-get upgrade
Re: Updating to 0.7.13 on Ubuntu
No change, as support for oneiric ran out in may:What is the result? Which version of SAB is now on your system?
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.
-
- Newbie
- Posts: 14
- Joined: February 23rd, 2012, 4:52 pm
Re: Updating to 0.7.13 on Ubuntu
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).jcfp wrote:No change, as support for oneiric ran out in may:What is the result? Which version of SAB is now on your system?
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
Strange, as https://launchpad.net/~jcfp/+archive/pp ... lter=lucid mentions 0.7.13. How come?jcfp wrote:No change, as support for oneiric ran out in may:What is the result? Which version of SAB is now on your system?
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
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 /serviceHeadcase_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).jcfp wrote:No change, as support for oneiric ran out in may:What is the result? Which version of SAB is now on your system?
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.
-
- Newbie
- Posts: 14
- Joined: February 23rd, 2012, 4:52 pm
Re: Updating to 0.7.13 on Ubuntu
Ouch. Well that certainly explains the problems I've been having updating it. Looks like I'll be updating Ubuntu afterall.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
Thanks guys.
Re: Updating to 0.7.13 on Ubuntu
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.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).
LTS, (server version of) which is supported until 2015 or so.sander wrote:[...] lucid mentions 0.7.13. How come?
Re: Updating to 0.7.13 on Ubuntu
Oneiric is 11.10, and the OP has 10.04 (=Lucid). Both EOL, but just to understand eachother. Correct?jcfp wrote:No change, as support for oneiric ran out in may:What is the result? Which version of SAB is now on your system?
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.