Suddently Asking For Username and Password

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
Robin Hood
Posts: 10
Joined: Mon Jun 06, 2011 6:27 pm

Suddently Asking For Username and Password

Post by Robin Hood »

Recently when I try to access transmission through my browser I'm being asked for my username and password.

My root username and password aren't working and I have no idea what else it could be. I have root access to my CentOS 5.5 server, is there any way I can get Transmission to stop asking me for my password (I really need my transmission back)?

Thank you guys in advance for the help! I'm sorry that I'm so useless at stuff like this!
Robin Hood
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: Suddently Asking For Username and Password

Post by gunzip »

1) log into to your server and stop transmission (i.e., make sure it is not running)

2) edit settings.json file:

Code: Select all

"rpc-authentication-required": false,
3) re-start transmission
Robin Hood
Posts: 10
Joined: Mon Jun 06, 2011 6:27 pm

Re: Suddently Asking For Username and Password

Post by Robin Hood »

I edited the file, but it's still asking me for a username and password. Are there any other reasons this might happen?

Note: this started after I installed SABnzbd+ on the server.
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: Suddently Asking For Username and Password

Post by gunzip »

Robin Hood wrote:Note: this started after I installed SABnzbd+ on the server.
i did a quick google and SABnzbd does have a web interface for remote access. so you would have to make sure SABnzbd and transmission are not using the same ports. by default transmission listens on port 9091 for remote access.
Robin Hood
Posts: 10
Joined: Mon Jun 06, 2011 6:27 pm

Re: Suddently Asking For Username and Password

Post by Robin Hood »

EDIT: See Next Post
Last edited by Robin Hood on Sun Sep 11, 2011 4:41 pm, edited 1 time in total.
Robin Hood
Posts: 10
Joined: Mon Jun 06, 2011 6:27 pm

Re: Suddently Asking For Username and Password

Post by Robin Hood »

Okay, so last time I rebooted the server, started Transmission with the simple:

Code: Select all

transmission-daemon
command and then started SABnzbd+ and everything was good.

Now, even when I reboot the server and don't do anything and try to go to where Transmission should be:

Code: Select all

http://SERVER_IP:9091/transmission/web/
I get a "The server SERVER_IP:9091 requires a username and password. The server says: Transmission." message.

It seems like I should be able to get it to say nothing about Transmission (since I can't figure out why it would say something about Transmission before I've started Transmission).

I've tried

Code: Select all

killall -HUP transmission-daemon
but I still get the same message when trying to go to the web page.

Does anyone have any idea what's going on?

EDIT:
I can stop Transmission with:

Code: Select all

service transmission-daemon stop
however, as soon as I start it again it asks for that authorization bullshit.

This has nothing to do with SABnzbd+, it's just Transmission. Is there like a "reset" command I can do for Transmission?
KTL
Posts: 3
Joined: Fri Jan 22, 2010 5:18 pm

Re: Suddently Asking For Username and Password

Post by KTL »

Having the same problem after update, I stop the daemon, edit the config-file and removes authorization.
Starting the daemon, and the config-file is overwritten with authorization enabled.
KTL
Posts: 3
Joined: Fri Jan 22, 2010 5:18 pm

Re: Suddently Asking For Username and Password

Post by KTL »

And to what good is that link, can't find anything there about this issue.
Post Reply