How to do a complete reinstall?

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
roofuslucky
Newbie
Newbie
Posts: 2
Joined: April 12th, 2014, 5:18 pm

How to do a complete reinstall?

Post by roofuslucky »

Let me start out by apologizing. I know just enough about Ubuntu to be a danger to myself. I'm using Ubuntu 13.10, I'm having trouble starting Sabnzbd there are issues with port access. I get this message. "sabnzbdplus 0.7.16




SABnzbd needs a free tcp/ip port for its internal web server.
Port 563 on localhost was tried , but the account used for SABnzbd has no permission to use it.
On OSX and Linux systems, normal users must use ports above 1023.

Please restart SABnzbd with a different port number.

Open a Terminal window and type the line (example):
/usr/bin/sabnzbdplus --server localhost:1024

If you get this error message again, please try a different number.

Program did not start!"

I want to do a complete reinstall and set up the program from scratch. However I don't seem to be able to completely purge the configuration settings. I've tried sudo apt-get purge sabnzbd and sabnzbdplus, but i keep getting an error stating that package sabnzbdplus or sabnzbd does not exist. I just want to start over from scratch and hopefully fix the error. However, if you're reading this and you know of some other reason I'm receiving the above program did not start message, let me know.

Thanks
roofuslucky
Newbie
Newbie
Posts: 2
Joined: April 12th, 2014, 5:18 pm

Re: How to do a complete reinstall?

Post by roofuslucky »

PS I've already tried the suggested fix in the Prompt "Open a Terminal window and type the line (example):
/usr/bin/sabnzbdplus --server localhost:1024" I got no where with that. PSS I use usenetserver as my repository and I've used all of their designated ports with the suggested terminal
command.
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: How to do a complete reinstall?

Post by sander »

Open a terminal and do this:

Code: Select all

cd
cd .sabnzbd
ls -al sabnzbd.ini
Do you see that file? If so, make sure SABnzbd is not running, and then:

Code: Select all

rm sabnzbd.ini
Then start sabnzbdplus ... it should start the wizard.
Post Reply