Page 1 of 2

Password Resetting

Posted: September 11th, 2010, 10:07 pm
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

Re: Password Resetting

Posted: September 12th, 2010, 1:09 am
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

Re: Password Resetting

Posted: September 12th, 2010, 2:10 pm
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?

Re: Password Resetting

Posted: September 12th, 2010, 2:25 pm
by shypike
Don't take "/path/to/sabnzbd.ini" literally.
You need to find out where sabnzbd.ini is stored first.

Re: Password Resetting

Posted: September 12th, 2010, 2:28 pm
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.

Re: Password Resetting

Posted: September 12th, 2010, 2:42 pm
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

Re: Password Resetting

Posted: September 12th, 2010, 2:49 pm
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.

Re: Password Resetting

Posted: September 12th, 2010, 3:53 pm
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

Re: Password Resetting

Posted: September 12th, 2010, 4:31 pm
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.

Re: Password Resetting

Posted: September 12th, 2010, 5:00 pm
by rascalli
to be 100% sure, you use the command LOCATE to search with commandline?
and you are doing this as root/sudo user ?

Re: Password Resetting

Posted: September 13th, 2010, 3:31 pm
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

Re: Password Resetting

Posted: September 13th, 2010, 3:43 pm
by sander
Have you run "sudo updatedb" first (so before the "locate sabnzbd.ini")?

Re: Password Resetting

Posted: September 15th, 2010, 8:35 pm
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.

Re: Password Resetting

Posted: September 16th, 2010, 12:00 am
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 !

Re: Password Resetting

Posted: November 12th, 2010, 8:47 am
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