Updating / Installing Sabnzbdplus 1.02

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.
Post Reply
philipphunger
Newbie
Newbie
Posts: 3
Joined: May 18th, 2016, 11:00 am

Updating / Installing Sabnzbdplus 1.02

Post by philipphunger »

I get the following error on installing Sabnzbdplus.

Code: Select all

Unpacking sabnzbdplus (1.0.2-0ubuntu1~jcfp2~wily) ...
No apport report written because the error message indicates an issue on the local system
                                                                                         dpkg: error processing archive /var/cache/apt/archives/sabnzbdplus_1.0.2-0ubuntu1~jcfp2~wily_all.deb (--unpack):
 unable to install new version of '/usr/share/sabnzbdplus/interfaces/Config/templates/staticcfg/bootstrap/js/bootstrap.min.js': No such file or directory
in the directory bootstrap/js/ ist the file bootstrap.js but not the .min.js
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: Updating / Installing Sabnzbdplus 1.02

Post by jcfp »

Under investigation. Please post the output of this command:

Code: Select all

ls -la /usr/share/sabnzbdplus/interfaces/Config/templates/staticcfg/ | grep bootstrap
philipphunger
Newbie
Newbie
Posts: 3
Joined: May 18th, 2016, 11:00 am

Re: Updating / Installing Sabnzbdplus 1.02

Post by philipphunger »

got it working by deleting the folder /usr/share/sabnzbdplus
philipphunger
Newbie
Newbie
Posts: 3
Joined: May 18th, 2016, 11:00 am

Re: Updating / Installing Sabnzbdplus 1.02

Post by philipphunger »

jcfp wrote:Under investigation. Please post the output of this command:

Code: Select all

ls -la /usr/share/sabnzbdplus/interfaces/Config/templates/staticcfg/ | grep bootstrap
oh sorry i have deleted the folder just 10 seconds faster than your post ;-(
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: Updating / Installing Sabnzbdplus 1.02

Post by jcfp »

Fear not, there'll be fresh victims of this bug :(
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: Updating / Installing Sabnzbdplus 1.02

Post by jcfp »

Update: this issue traces back to leftovers from the bug described here. I added a workaround in 1.0.2-0ubuntu1~jcfp3 (available/relevant for vivid and newer only) that should prevent this from blocking package installs. You may still need to run the reinstall libjs-bootstrap afterwards, using the same command as the one given in the other thread to fix glitter:

Code: Select all

sudo apt-get install --reinstall libjs-bootstrap
Post Reply