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.
hi there, is there anyone able to help me setup sabnzbd on my remote ubuntu server? whenever i try to install it via apt-get install it tries to remove my webserver, plesk and the mail-servers.
after once just clicking trough the installation and having to use a backup to get everything running again - i leanred my lesson and read the installation prompt.
In order to install sabnzbd+ this happens:
Apparently at least one of those packages-to-be-removed (all plesk related??) specifies that it conflicts with something in the list of stuff-to-be-installed (sab and its n-th level dependencies). A quick search on packages.ubuntu.com suggests that none of the former are even part of ubuntu, making it next to impossible for me to find out what's going on.
Better take this question to the supplier of these plesk packages. Would be interested to hear about cause and/or a solution once you figured it out, if only for future cases with the same problem.
so, i guess the javascript-common and plesk don't work side-by-side. Is there a way to install sabnzbd without the javascript-common? I guess all the needed stuff should be there since Java is installed and everything (mail, webserver, owncloud, minecraft-server) works like it's supposed to.
Sab without javascript-common should be possible, as the latter is only suggested or recommended by some of those libjs-* packages rather than a hard dependency. Try this:
The idea is to install the libjs-* packages without pulling in any recommended stuff. Doing so should not have any adverse effects, because they only have such dependencies on javascript-common and among themselves. Afterwards upon installing sab (with its recommended deps), it finds the libjs-* stuff already installed thus hopefully avoiding any issue with javascript-common vs. plesk. If this approach doesn't work, just add all the packages-to-be-installed from your topic start minus javascript-common to the first command.
There may be more longterm and/or official ways to do this via apt-pinning javascript-common at a priority below zero, but the above should get sab installed just fine.