aMule Forum

English => en_Linux => Topic started by: provat on March 31, 2006, 06:16:47 AM

Title: Password problem on openslug
Post by: provat on March 31, 2006, 06:16:47 AM
Hi,
I have installed amule from http://www.telefonica.net/web2/deb/amulefeed/
on my openslug nslu2.
amule and amuleweb is starting properly and I even have access on it's webpage on port 4711.
But I can't log in.
What is the way to install md5sum on a nslu2?
And what is the password?
In amule.conf, I have already put hexadecimal passwords(found on wiki.amule), but when I try to put on webinterface, it won't work.
What is the solution.

Thanks
Title: Re: Password problem on openslug
Post by: TheOnlyFish on March 31, 2006, 07:43:03 AM
Follow these instructions in the wiki (http://www.amule.org/wiki/index.php/HowTo_get_aMule_web_interface#Configuration_of_the_aMule-daemon) to configure amuled and the web-interface.
Title: RE: Password problem on openslug
Post by: stefanero on March 31, 2006, 07:59:05 AM
Quote
Originally posted by provat
Hi,
I have installed amule from http://www.telefonica.net/web2/deb/amulefeed/
on my openslug nslu2.
amule and amuleweb is starting properly and I even have access on it's webpage on port 4711.
But I can't log in.
What is the way to install md5sum on a nslu2?
And what is the password?
In amule.conf, I have already put hexadecimal passwords(found on wiki.amule), but when I try to put on webinterface, it won't work.
What is the solution.

Thanks

hexadecimal password!?!?!!?!  8o which page sais that?????

you can also use another linux mashine to calculate teh md5sum pass ( if openslug does not have md5sum command)

do you start amuleweb seperatly or together with amule?

have you tryed clearing teh cooki of the browser you use?
Title: RE: Password problem on openslug
Post by: provat on March 31, 2006, 08:28:23 AM
Hi Theonly fish and stefanero,
Thanks for quick response. I used the password found in wiki as 56f491c56340a6fa5c158863c6bfb39f. As it contains the characters upto "f", I called it hexadecimal numbers. Well I don't know, may be I am wrong.
I am using a windows xp machine with Putty.exe installed to communicate in ssh with nslu2; So I don't know about calculating md5sum will be possible or not.
The amuleweb starts automatically even after rebooting nslu2. As I have always access on port 4711.So I don't use the command /etc/init.d/amule start. The browser I use is mozilla firefox.

Still I will retry as the wiki says with a fresh reinstallation.

Thanks again
Title: Re: Password problem on openslug
Post by: thedude0001 on March 31, 2006, 08:40:57 AM
Are you sure you don't have md5sum on that box? I somehow doubt there's a distro out there which doesn't install this by default...
Title: Re: Password problem on openslug
Post by: TheOnlyFish on March 31, 2006, 08:46:10 AM
A new installation is not necessary.

But amuled and amuleweb must have the proper password. The password for amuled must be set in amule.conf, for amuleweb in remote.conf. These applications read it encoded in MD5 (for security reasons), so you have to encode your chosen password in MD5 by using md5sum (as described in the wiki link).

If you are unsure whether md5sum is installed at your machine, type
Code: [Select]
whereis md5sum at your console (ssh in your case).
Title: Re: Password problem on openslug
Post by: Ramiro on March 31, 2006, 09:23:11 AM
md5sum is included in busybox in openslug-beta. In unstable is in coreutils.
It's installed by default.
Title: Re: Password problem on openslug
Post by: provat on April 02, 2006, 09:22:54 AM
Thanks a lot Ramiro and everybody.
It works like a charm when I used the command like in suse
echo -n password | md5sum | cut -d " " -f 1

My last question is do I have to use "screen" when I log out/switch off my pc or
Putty to make it run independently?
Don't mind for my question as I am a newcomer in linux(so may be it sounds stupid). But still I have a great success to run openslug. Planning in future to move to debian distro.
Thanks again.
Title: Re: Password problem on openslug
Post by: stefanero on April 02, 2006, 09:45:18 AM
amuleweb --help

the option for sending amuleweb to background is

-q &

for amuled is -f or & aswell
Title: Re: Password problem on openslug
Post by: provat on April 02, 2006, 09:53:47 AM
Thanks a lot stefanero for such a quick response. I will try it.