aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Can't connect to aMulecmd 2.2.2 - exit on timeout  (Read 1971 times)

ar_levi

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Can't connect to aMulecmd 2.2.2 - exit on timeout
« on: November 02, 2008, 08:52:14 AM »

Hello all,

i have a linux fedora core 9 OS with aMule 2.2.2
no selinux
no router
no iptables
my netstat -ano is > tcp        0      0 0.0.0.0:4712                0.0.0.0:*                   LISTEN      off (0.00/0/0)



i've tried to run amuled with
> amuled -e -f -o
and typed my password

and then i run
> amulecmd -P <md5sum password>


and it stuck on

Code: [Select]
This is amulecmd 2.2.2

Creating client...

Input/Output error
Input/Output error
Connection Failed. Unable to connect to the specified host

running
> strace amulecmd -P <md5sum password>

i got:
Code: [Select]
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3
ioctl(3, FIONBIO, [1])                  = 0
connect(3, {sa_family=AF_INET, sin_port=htons(1234), sin_addr=inet_addr("82.81.25.39")}, 16) = -1 EINPROGRESS (Operation now in progress)
gettimeofday({1225611056, 850395}, NULL) = 0
open("/etc/localtime", O_RDONLY)        = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2197, ...}) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2197, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fde000
read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 2197
_llseek(4, -2, [2195], SEEK_CUR)        = 0
read(4, "\n\n", 4096)                   = 2
close(4)                                = 0
munmap(0xb7fde000, 4096)                = 0
select(4, [3], [3], [3], {0, 50000})    = 0 (Timeout)
gettimeofday({1225611056, 906120}, NULL) = 0
select(4, [3], [3], [3], {0, 50000})    = 0 (Timeout)
gettimeofday({1225611056, 956790}, NULL) = 0
select(4, [3], [3], [3], {0, 50000})    = 0 (Timeout)
gettimeofday({1225611057, 8459}, NULL)  = 0
select(4, [3], [3], [3], {0, 50000})    = 0 (Timeout)
gettimeofday({1225611057, 159650}, NULL) = 0
select(4, [3], [3], [3], {0, 50000})    = 0 (Timeout)
gettimeofday({1225611057, 210860}, NULL) = 0
... etc etc about 100 rows .... and then
...
gettimeofday({1225611066, 837604}, NULL) = 0
select(4, [3], [3], [3], {0, 13000})    = 0 (Timeout)
gettimeofday({1225611066, 851709}, NULL) = 0
select(4, NULL, [3], NULL, {600, 0}  <-- STUCK POINT


and i don't know what the problem is ....

Anybody know what can i do ?
« Last Edit: November 02, 2008, 08:55:32 AM by ar_levi »
Logged