aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuled + amulecmd + failed auth  (Read 2410 times)

csulok

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
amuled + amulecmd + failed auth
« on: June 17, 2005, 11:18:17 AM »

gep$ uname -a
FreeBSD gep 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC 2005     root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

gep$ amuled --version
amuled: OnInit - starting timer
aMule Daemon 2.0.3 using wxGTK2 v2.5.3 (OS: FreeBSD)

gep$ amuled &
[1] 85158
gep$ amuled: OnInit - starting timer
Initialising aMule
Checking if there is an instance already running...
Loading temp files from /home/csulok/.aMule/Temp.

All PartFiles Loaded.
ListenSocket: Ok.

*** TCP socket (ECServer) listening on 0.0.0.0:4712
*** Server UDP socket (TCP+3) at 0.0.0.0:4665
*** TCP socket (TCP) listening on 0.0.0.0:4662
*** Client UDP socket (extended eMule) at 0.0.0.0:4672
Empty dir /home/csulok/.aMule/Incoming/ shared

so the amuled is running ok.

gep$ amulecmd -P1

Creating client...
Now, doing connection....
Using host 'localhost' port: 4712
Trying to connect (timeout = 10 sec)...
ExternalConn: Access denied because: Authentication failed.

the same if i run withouth -P and enter the password by hand

log:
2005-06-17 11:19:44: Creditfile loaded, 0 clients are known
2005-06-17 11:19:44: Loaded ipfilter with 0 new IP addresses.
2005-06-17 11:19:44: Loading server.met file: /home/csulok/.aMule/server.met
2005-06-17 11:19:44: 0 servers in server.met found
2005-06-17 11:19:44: No part files found
2005-06-17 11:19:44: *** TCP socket (ECServer) listening on 0.0.0.0:4712
2005-06-17 11:19:44: Found 0 known shared files
2005-06-17 11:19:44: Connecting
2005-06-17 11:19:44: Connecting to
2005-06-17 11:19:44: No valid servers to connect in serverlist found
2005-06-17 11:19:44: AICH Thread: Syncronization thread started.
2005-06-17 11:19:44: AICH Thread: Masterhashes of known files have been loaded.
2005-06-17 11:19:44: AICH Thread: No new files found.
2005-06-17 11:19:44: AICH Thread: Terminated.
2005-06-17 11:21:38: New external connection accepted
2005-06-17 11:21:38: Connecting client: aMulecmd 2.0.3
2005-06-17 11:21:38: Authentication failed.
2005-06-17 11:21:38: Unauthorized access attempt. Connection closed.
2005-06-17 11:21:52: New external connection accepted
2005-06-17 11:21:52: Connecting client: aMulecmd 2.0.3
2005-06-17 11:21:52: Authentication failed.
2005-06-17 11:21:52: Unauthorized access attempt. Connection closed.

conf file:
[ExternalConnect]
ExtractMetaDataTags=0
FullChunkAlloc=0
FullPartAlloc=0
AcceptExternalConnections=1  
ECUseTCPPort=1
ECPort=4712  
ECPassword=1
ShowProgressBar=0
ShowPercent=1  
UseSrcSeeds=0
UseSecIdent=1
IpFilterOn=1

in the wiki i found that a section writes to try withouth password. if password is not set in the conf filethen:
External connections disabled due to empty password!

so it must be specified. the only other possibility is that i press [enter] when amulecmd asks for password. here is the result:

gep$ amulecmd
Enter password for mule connection:
Cannot connect with an empty password.
You must specify a password either in config file
or on command-line, or enter one when asked.

so you guys can say anything about it?

thx
csulok
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amuled + amulecmd + failed auth
« Reply #1 on: June 17, 2005, 11:56:52 AM »

the pass is md5sum...recheck wiki and redo those steps to calculate the pass
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

csulok

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: amuled + amulecmd + failed auth
« Reply #2 on: June 17, 2005, 01:37:38 PM »

yeah sure. everything is ok now. thank you
Logged