aMule Forum
English => aMule Help => Topic started by: PsychoChris on May 29, 2004, 10:46:09 PM
-
Hello there,
my aMule is running quite well on my Linux 9.0 Server. But i cannot connect to its webserver by using its network-ip-address 192.168.0.1 and port 4711. Strange thing: starting Konquerer-Browser on the Linux-System and entering 127.0.0.1:4711 works excellent. The webinterface opens and works after entering my password. My firewall has all needed ports open, but why cant i connect to the webinterface from a network computer? Any suggestions?
Greetings,
PsychoChris
-
http://www.amule.org/amule/thread.php?threadid=2051&sid=
-
It's a bug on rc3's webserver. See the patch in the URL Kry gave you.
Greetings!
-
Hi there,
thanks for the infos. After downloading the patch i had problems getting the path to work. I started the patch but it never ended. Then i looked inside the patchfile and figured out that i only have to add one line to a sourcefile. Recompiled it and now it works. Unfortunately it seems that the webinterface is buggy. After using it for some minutes i get the following message in the shell i used to start the webinterface:
Warning: wxSocket: invalid signature in ReadMsg.
From this moment on i cant use the webinterface anymore. It doenst respond to any actions. Either aMule itself or the webinterfaces closes. This seems to happen if i add a ed2k-Link through the webinterface. Not always the first time adding, but sooner or later it happens.
Has anyone any ideas on this issue?
Greetings,
PsychoChris
-
No idea on the wxSocket problem but on the patch problem you had, that was due to that you didn't use the right patch command. Next time, get the patch (let's call it "patch.diff") into the aMule sources directory (that's something like "~/aMule/aMule-2.0.0rc3/") adn run `patch -p0 < patch.diff` or `patch -p0 -i patch.diff`.
About the problem you had, maybe you could provide a backtrace?
Greetings!