aMule Forum
English => aMule Help => Topic started by: hopelessone on December 26, 2007, 02:42:45 PM
-
Hi,
Amuled is running in the background and i want to check the Progress of the files...
I typed amulegui and entered the password and nothing happens...
in the system monitor amulegui is running [sleeping] how do you view it??
Ubuntu 7.10
thanks..
-
Heaaaaaalp..
2007-12-26 23:57:42: ExternalConn.cpp(162): New external connection accepted
2007-12-26 23:57:42: ExternalConn.cpp(196): Connecting client: amule-remote 0x0001
2007-12-26 23:57:42: ExternalConn.cpp(226): EC Auth failed: (8873A8E54B65F741DDACB9D72F46E6FC != BD5E1E1B9F3C97A08168DDA104DC7FDB).
2007-12-26 23:57:42: ExternalConn.cpp(248): Authentication failed.
2007-12-26 23:57:42: ExternalConn.cpp(81): Unauthorized access attempt. Connection closed.
in the amule.conf file:
ECPassword=bd5e1e1b9f3c97a08168dda104dc7fdb
WTF do i do???
i closed amuled and did:
box@amuled --ec-config
copy n pasted bd5e1e1b9f3c97a08168dda104dc7fdb at the prompt...
same Authentication failed answer..
what am i doing wrong here...??
thanks..
-
The password is encrypted (it's an MD5 hash of the typed in text). Did you type something on your attempt ?
Anyway, you transmitted a password with an MD5 of 8873... and amuled expected one with an MD5 of bd5e...
You can change the ECPassword in the config to 8873... and it should work.
To set it up properly, run the monolithic app and set the password there.
The behaviour of the remotegui to become a zombie on connection failure is not exactly elegant btw... ::)
-
echo -n bd5e1e1b9f3c97a08168dda104dc7fdb | md5sum
8873a8e54b65f741ddacb9d72f46e6fc -
amuled --ec-config takes the cleartext password. :) I wanted it to be user friendly, after all. If there was any documentation in the wiki misleading you, could you please add a clarification that this doesn't apply for amuled --ec-config.
-
There's nothing wrong with the wiki...just me ..
you see i typed the password before i MD5'd it via the command line...then added it to the amule.conf file.. i tried to reset it through the command line and the amule.conf...but didn't work...
so i opened the aMule normally 'amule' and edited the password MD5 and closed it and started 'amuled' then started 'amulegui' and Volla!!! worked...
silly me..
thanks a bunch..
-
You also welcomed to check out .NET base remote gui (you will need mono)
-
how to compile it?
'configure --help' does not give any option
tnx
-
You need Microsoft Visual Studio (with C# installed) to compile it. And it is created from scratch, so it is kind of alpha-ish. ;)
-
Visual Studio Free Edition is enough. Project file included in SVN. Yes, it's alpha-quality from feature-set point of view. I am continue to working on it when time is available.