Reinstall for different user on Ubuntu

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
RatTub
Newbie
Newbie
Posts: 2
Joined: September 16th, 2011, 8:03 am

Reinstall for different user on Ubuntu

Post by RatTub »

I installed sabnzbd with the wrong user (lets call him user1), so the default base folder (with complete and incomplete folders) has been set to /home/user1/
Now, I want to install it for user2 instead.

Even after uninstalling sabnzbd completely and removing /home/user1/.sabnzbd , when I reinstall for user2, the base folder is still /home/user1/
Since user2 does not have write permission in /home/user1, I get a bunch of errors like these :

Code: Select all

Cannot create temp file for /home/user1/.sabnzbd/sabnzbd.ini
Why is it that sabnzbd remembers the /home/user1/ folder even when I completely uninstall and reinstall?
Is there a way to manually change this setting?

Thanks in advance!
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: Reinstall for different user on Ubuntu

Post by sander »

How did you install SABnzbd: via "sudo apt-get install sabnzbdplus", or download from the website
How do you start SABnzbd?

What's the output of

Code: Select all

sudo updatedb && locate sabnzbd.ini
Post Reply