aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMuleGUI...Its a running process but can't see it anywhere...??  (Read 2428 times)

hopelessone

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 107
  • Ubuntu 8.04
aMuleGUI...Its a running process but can't see it anywhere...??
« 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..
Logged

hopelessone

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 107
  • Ubuntu 8.04
Re: aMuleGUI...Its a running process but can't see it anywhere...??
« Reply #1 on: December 26, 2007, 03:31:39 PM »

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..
« Last Edit: December 26, 2007, 04:06:47 PM by hopelessone »
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: aMuleGUI...Its a running process but can't see it anywhere...??
« Reply #2 on: December 26, 2007, 09:41:56 PM »

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...  ::)
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMuleGUI...Its a running process but can't see it anywhere...??
« Reply #3 on: December 26, 2007, 09:50:10 PM »

Code: [Select]
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.
Logged

hopelessone

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 107
  • Ubuntu 8.04
Re: aMuleGUI...Its a running process but can't see it anywhere...??
« Reply #4 on: December 27, 2007, 02:07:52 AM »

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..
Logged

lfroen

  • Guest
Re: aMuleGUI...Its a running process but can't see it anywhere...??
« Reply #5 on: December 27, 2007, 11:08:17 AM »

You also welcomed to check out .NET base remote gui (you will need mono)
Logged

RRT4

  • Jr. Member
  • **
  • Karma: 3
  • Offline Offline
  • Posts: 67
Re: aMuleGUI...Its a running process but can't see it anywhere...??
« Reply #6 on: December 27, 2007, 11:14:14 PM »

how to compile it?
'configure --help' does not give any option

tnx

« Last Edit: December 27, 2007, 11:22:52 PM by RRT4 »
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: aMuleGUI...Its a running process but can't see it anywhere...??
« Reply #7 on: December 28, 2007, 01:20:26 PM »

You need Microsoft Visual Studio (with C# installed) to compile it. And it is created from scratch, so it is kind of alpha-ish.  ;)
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

lfroen

  • Guest
Re: aMuleGUI...Its a running process but can't see it anywhere...??
« Reply #8 on: January 14, 2008, 12:32:59 PM »

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.
Logged