Page 1 of 1

Update problem

Posted: January 5th, 2013, 12:08 am
by jadel
Hi guys.

I have 0.6.14 running fine on my crystalbuntu ATV. Thought it was time for an update.

Ran the terminal commands from http://wiki.sabnzbd.org/install-ubuntu-repo but it had some errors that didnt seem that bad to me (what do i know) and no it still says version 6.14.

Where does it install to? Perhaps it put the new version in a different folder?

I notice it says something about .7.4 in the log and thought perhaps I tried to update to that version when it came out and that didnt work either. I honestly cant remember.

Anyone have an idea how I should do it?

Sorry about the log file size here. I tried to make it a spoiler box but couldnt get it working either haha.

Get: 1 http://ppa.launchpad.net hardy/main sabnzbdplus-theme-smpl 0.7.8-0ubuntu1~jcfp1~hardy [135kB]
Get: 2 http://ppa.launchpad.net hardy/main sabnzbdplus-theme-classic 0.7.8-0ubuntu1~jcfp1~hardy [29.5kB]
Get: 3 http://ppa.launchpad.net hardy/main sabnzbdplus 0.7.8-0ubuntu1~jcfp1~hardy [1144kB]
Get: 4 http://ppa.launchpad.net hardy/main sabnzbdplus-theme-plush 0.7.8-0ubuntu1~jcfp1~hardy [225kB]
Fetched 1534kB in 8s (178kB/s)
(Reading database ... 40008 files and directories currently installed.)
Preparing to replace sabnzbdplus-theme-smpl 0.7.4-0ubuntu1~jcfp1~hardy (using .../sabnzbdplus-theme-smpl_0.7.8-0ubuntu1~jcfp1~hardy_all.deb) ...
Unpacking replacement sabnzbdplus-theme-smpl ...
Preparing to replace sabnzbdplus-theme-classic 0.7.4-0ubuntu1~jcfp1~hardy (using .../sabnzbdplus-theme-classic_0.7.8-0ubuntu1~jcfp1~hardy_all.deb) ...
Unpacking replacement sabnzbdplus-theme-classic ...
Preparing to replace sabnzbdplus 0.7.4-0ubuntu1~jcfp1~hardy (using .../sabnzbdplus_0.7.8-0ubuntu1~jcfp1~hardy_all.deb) ...
* SABnzbd+ binary newsgrabber: not running
Unpacking replacement sabnzbdplus ...
Preparing to replace sabnzbdplus-theme-plush 0.7.4-0ubuntu1~jcfp1~hardy (using .../sabnzbdplus-theme-plush_0.7.8-0ubuntu1~jcfp1~hardy_all.deb) ...
Unpacking replacement sabnzbdplus-theme-plush ...
Setting up sabnzbdplus-theme-plush (0.7.8-0ubuntu1~jcfp1~hardy) ...
Setting up sabnzbdplus (0.7.8-0ubuntu1~jcfp1~hardy) ...
* Starting SABnzbd+ binary newsgrabber [fail]
invoke-rc.d: initscript sabnzbdplus, action "start" failed.
dpkg: error processing sabnzbdplus (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of sabnzbdplus-theme-smpl:
sabnzbdplus-theme-smpl depends on sabnzbdplus (= 0.7.8-0ubuntu1~jcfp1~hardy); however:
Package sabnzbdplus is not configured yet.
dpkg: error processing sabnzbdplus-theme-smpl (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of sabnzbdplus-theme-classic:
sabnzbdplus-theme-classic depends on sabnzbdplus (= 0.7.8-0ubuntu1~jcfp1~hardy); however:
Package sabnzbdplus is not configured yet.
dpkg: error processing sabnzbdplus-theme-classic (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
sabnzbdplus
sabnzbdplus-theme-smpl
sabnzbdplus-theme-classic
E: Sub-process /usr/bin/dpkg returned an error code (1)

Re: Update problem

Posted: January 5th, 2013, 4:14 am
by jcfp
Do have any other installs of sab on your system? Verify these are NOT running (pgrep nzbd should not return any output).
Make sure nothing is blocking the listening port (netstat -nltp for a list to check).

Confirm that the settings in /etc/default/sabnzbdplus make sense, then try find out why the init script fails:

Code: Select all

sudo sh -x /etc/init.d/sabnzbdplus start
Post relevant output in full.