aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2]

Author Topic: Can't connect to amuled  (Read 12855 times)

TheOnlyFish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 33
Re: Can't connect to amuled
« Reply #15 on: February 02, 2006, 09:51:26 AM »

Seems to connect...:

Code: [Select]
jh@stargate:~> telnet localhost 4712
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

PS. Ich hoffe, mein Englisch ist verständlich, quäl mir ziemlich einen ab.
« Last Edit: February 02, 2006, 10:07:43 AM by TheOnlyFish »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Can't connect to amuled
« Reply #16 on: February 02, 2006, 10:59:07 AM »

yo english is ok ;) dont worry

well it seams to connect so it has to be a problem with amuleweb,
do you have a remote.conf file or not?
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."

TheOnlyFish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 33
Re: Can't connect to amuled
« Reply #17 on: February 02, 2006, 11:11:39 AM »

Here comes the remote.conf:

Quote
Locale=
[EC]
Host=localhost
Port=4712
Password=XXXXXXXXXXXXXXXXXXXXX
[Webserver]
Port=4711
Template=php-default
UseGzip=0
AllowGuest=0
AdminPassword=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
GuestPassword=
Logged

TheOnlyFish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 33
Re: Can't connect to amuled
« Reply #18 on: February 02, 2006, 11:53:01 AM »

I solved my problem. Reason (from logfile):

Code: [Select]
2006-02-02 11:36:50: Neue externe Verbindung akzeptiert
2006-02-02 11:36:50: Verbinde zu Client: aMuleweb 2.1.0
2006-02-02 11:36:50: EC Auth failed: (XXXX != YYY).
2006-02-02 11:36:50: Authentifizierung fehlgeschlagen.
2006-02-02 11:36:50: Unautorisierter Verbindungsversuch. Verbindung getrennt.

In english, there were different passwords in amule.conf and remote.conf

Sorry, this log entry wasnt there at yesterday (had another problem with two instances of amuled).

amuleweb is now running!
« Last Edit: February 02, 2006, 11:53:27 AM by TheOnlyFish »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Can't connect to amuled
« Reply #19 on: February 02, 2006, 12:08:35 PM »

puh

I was just running out of idears ! :)) have fun
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."

thedavis

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Can't connect to amuled
« Reply #20 on: February 25, 2006, 04:12:52 PM »

My problem :S

amule@IRIA:~/amule$ ./bin/amuleweb
This is amuleweb 2.1.0

Creating client...
CECSocket error: The timeout for this operation expired
CECSocket error: The timeout for this operation expired
Connection Failed. Unable to connect to the specified host
amule@IRIA:~/amule$
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Can't connect to amuled
« Reply #21 on: February 25, 2006, 08:01:46 PM »

well as always

post amule.conf and remote.conf
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."

Atlan

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Can't connect to amuled
« Reply #22 on: March 09, 2006, 06:47:43 PM »

Quote
Originally posted by TheOnlyFish
I solved my problem. Reason (from logfile):

Code: [Select]
2006-02-02 11:36:50: Neue externe Verbindung akzeptiert
2006-02-02 11:36:50: Verbinde zu Client: aMuleweb 2.1.0
2006-02-02 11:36:50: EC Auth failed: (XXXX != YYY).
2006-02-02 11:36:50: Authentifizierung fehlgeschlagen.
2006-02-02 11:36:50: Unautorisierter Verbindungsversuch. Verbindung getrennt.

In english, there were different passwords in amule.conf and remote.conf

Sorry, this log entry wasnt there at yesterday (had another problem with two instances of amuled).

amuleweb is now running!



Hi Guys,

I am having the same problem. I cannot connect either using amulegui or amuleweb. Both generate the same logfile entry as above. As well amuled is giving "CECSocket error: Invalid socket (uninitialized)".
When i change the password in amule.conf, i can see that the hash changes in the logfile. This is as well for the hash that is given for the pw that i enter in the login window from amulegui. The problem is that the hashes are always different.

Do you have an idea what the problem could be?

Greetings

atlan


p.s. here an excerpt of my amule.conf (remote.conf does not exist)
[ExternalConnect]
AcceptExternalConnections=1
ECAddress=
ECPort=4712
ECPassword=4
ShowProgressBar=1
ShowPercent=0
UseSrcSeeds=0
UseSecIdent=1
IpFilterOn=1
« Last Edit: March 10, 2006, 08:17:10 PM by Atlan »
Logged

lfroen

  • Guest
Re: Can't connect to amuled
« Reply #23 on: March 11, 2006, 07:47:01 AM »

Quote
ECPassword=4

Hmm ? That's not what md5 hash looks like.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Can't connect to amuled
« Reply #24 on: March 11, 2006, 05:12:44 PM »

I wonder if some people actually read the wiki pages?!  :rolleyes:
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."

Atlan

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Can't connect to amuled
« Reply #25 on: March 11, 2006, 05:40:52 PM »

yep, you are right lfroen. that is the amule.conf entry and not the hash from the log file http://forum.amule.org/images/bunfirlite/smilies/smile.gif
Smile.
sometimes my explanations are confusing to other people. so here are some examples.

amulegui=4; ECPassword=4
EC Auth failed: (A87FF679A2F3E71D9181A67B7542122C != 4000E00A0C000EC00000A00000000000)

amulegui=3; ECPassword=4
EC Auth failed: (ECCBC87E4B5CE2FE28308FD9F2A7BAF3 != 4000E00A0C000EC00000A00000000000)

amulegui=3; ECPassword=3
EC Auth failed: (ECCBC87E4B5CE2FE28308FD9F2A7BAF3 != 3000E00A0C000EC00000A00000000000)

amulegui=4; ECPassword=3
EC Auth failed: (A87FF679A2F3E71D9181A67B7542122C != 3000E00A0C000EC00000A00000000000)

[with amulegui=x i mean the pw i am typing in the login window]

but as stefanero is writing, i should probably have again a look at the wiki pages. but if you know what i am doing wrong. please help me.

thanks

atlan
« Last Edit: March 11, 2006, 05:47:32 PM by Atlan »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Can't connect to amuled
« Reply #26 on: March 11, 2006, 05:45:02 PM »

es... you have to set the md5 passwd on the conf file, not the plain one...
Logged

Atlan

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Can't connect to amuled
« Reply #27 on: March 11, 2006, 05:48:29 PM »

:D
lmao, sorry for bugging you and thx for the help!
Logged
Pages: 1 [2]