Password Resetting

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.
rezdude
Newbie
Newbie
Posts: 4
Joined: September 11th, 2010, 10:00 pm

Password Resetting

Post by rezdude »

Hello all,

New to ubuntu... I was having trouble keeping my password in the newest sabnzbd...and reset i rentered my password and now it wont let me in...please help. I've tried google and other sites for info on how to reset my password only to run intodead ends. Anyone know how to reset my password?

Thanks,

rezdude
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: Password Resetting

Post by rascalli »

I am assuming you used the unofficial reporsity, so do the following:

1. STOP Sabnzbd+  : sudo /etc/init.d/sabnzbdplus stop
2. Locate your sabnzbd.ini : locate sabnzbd.ini
3. open sabnzbd.ini : sudo nano /path/to/sabnzbd.ini
4. Change sabnzbd.ini : look for username & password >> change this to your liking
5. Save sabnzbd.ini : press Ctrl + X  >> answer YES > press enter
6. Start sabnzbd+ again : sudo /etc/init.d/sabnzbdplus start

----

Or you can find the PID >>> Kill that >>> make changes >> restart like you normally do

1. Find PID# : ps -A
2. Close sabnzbd+ : sudo kill PID #
3. Locate your sabnzbd.ini : locate sabnzbd.ini
4. open sabnzbd.ini : sudo nano /path/to/sabnzbd.ini
5. Change sabnzbd.ini : look for username & password >> change this to your liking
6. Save sabnzbd.ini : press Ctrl + X  >> answer YES > press enter
7. Start sabnzbd+ again
rezdude
Newbie
Newbie
Posts: 4
Joined: September 11th, 2010, 10:00 pm

Re: Password Resetting

Post by rezdude »

ok...so igo and open the file:

sudo nano /path/to/sabnzbd.ini

and there is nothing in the file. no text, characters or anything. nothing.

so what do i do from here?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Password Resetting

Post by shypike »

Don't take "/path/to/sabnzbd.ini" literally.
You need to find out where sabnzbd.ini is stored first.
rezdude
Newbie
Newbie
Posts: 4
Joined: September 11th, 2010, 10:00 pm

Re: Password Resetting

Post by rezdude »

I am so new to linux i'd be a new shade of green. the world of windows and microsoft made things simple...i've tried to look everywhere and am even using the find function and looking at the text around the words user and pass just to find what im looking for.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: Password Resetting

Post by rascalli »

How in the hell did you get everything installed ?    ???

Did you locate : sabnzbd.ini ?
As you need that , and then you can make the change
rezdude
Newbie
Newbie
Posts: 4
Joined: September 11th, 2010, 10:00 pm

Re: Password Resetting

Post by rezdude »

I got the system from a friend and now they are on vacation...so i can't bug him and i cant get the program to work....

i'm trying....i like the new system. like everything new it takes time to adjust. i really want to learn more about linux and hope you guys can help...

part of the problem is that my brain is programmed for windows. so when you tell me to look for a specific file like sabnzbd.ini thats what i go look for. using my search function i have 38 files listed as sabnzbd and then from there i've gone into almost every file looking for usr and pass.
Last edited by rezdude on September 12th, 2010, 2:54 pm, edited 1 time in total.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: Password Resetting

Post by rascalli »

did you use the command like I posted above :

locate sabnzbd.ini

As that will tell you where the ini is .. as that is the only file you need to look at.
In that file look for

host =
port =
web_dir =
web_dir2 =
username =
password =


between the " "  .. there will be a username & pw
redneckgenes
Newbie
Newbie
Posts: 4
Joined: September 10th, 2010, 5:49 pm

Re: Password Resetting

Post by redneckgenes »

I'm trying to do the same thing, but I can't find the .ini file
I've tried the command line search and it doesn't produce a result...it doesn't produce an error either.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: Password Resetting

Post by rascalli »

to be 100% sure, you use the command LOCATE to search with commandline?
and you are doing this as root/sudo user ?
redneckgenes
Newbie
Newbie
Posts: 4
Joined: September 10th, 2010, 5:49 pm

Re: Password Resetting

Post by redneckgenes »

when i start terminal i'm in root, and I'm cutting and pasting your directions, so I don't know what the problem could be.
Unfortunately i've had to resort to using Pan, but I would love to get this working again
User avatar
sander
Release Testers
Release Testers
Posts: 9261
Joined: January 22nd, 2008, 2:22 pm

Re: Password Resetting

Post by sander »

Have you run "sudo updatedb" first (so before the "locate sabnzbd.ini")?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
redneckgenes
Newbie
Newbie
Posts: 4
Joined: September 10th, 2010, 5:49 pm

Re: Password Resetting

Post by redneckgenes »

None of this works. i opened the ini and it says [ -z "$USER" ] && {
            log_warning_msg "$DESC: not configured, aborting. See $SETTINGS";
            return 1; }
everything i try to log in doesn't work
i can' comprehend why marking it for complete removal and reinstalling doesn't solve this.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: Password Resetting

Post by rascalli »

Looks like you opened something that is not the .ini of sabnzbd+

Deleting & reinstalling probarly does not work because the .ini file is not deleted !
seeknoevil
Newbie
Newbie
Posts: 1
Joined: November 12th, 2010, 8:42 am

Re: Password Resetting

Post by seeknoevil »

Ok i was struggling to find the ini as well.

I ended up just searching for the text '.ini' without the quotes.

It gave me a short list with the sabnzbd.ini in there.

Hope this helps
Post Reply