Salve ho appena installato su un Debian 5.0 (Lenny) sia amuled che amuleweb alla versione 2.2.4 su un serverino in LAN se interfaccia grafica, tastiera e mouse. Lo gestisco tramite SSH.
I due demoni sono configurati correttamente, ma il problema è che amuleweb non ne vuole sapere di farmi vedere amuled. Se abilito il webserver in amule.conf riesco a visualizzare correttamente amuled e quello che sta facendo, ma abilitando sono ExternalConnection e andando a configurare remote.conf niente da fare.
Quindi amuled funziona alla grande:
marco@Server:~/.aMule$ amuled -f
amuled: OnInit - starting timer
Initialising aMuled 2.2.4 using wxGTK2 v2.8.7
Checking if there is an instance already running...
No other instances are running.
ListenSocket: Ok.
amuled: forking to background - see you
e credo anche amuleweb perché quando lo lancio non in background mi da:
marco@Server:~/.aMule$ amuleweb
This is amuleweb 2.2.4
Creating client...
Succeeded! Connection established to aMule 2.2.4
quindi chiamando dal browser da un pc in LAN il server (
http://hostdelserver:4711) mi da Connessione Fallita.
Se abilito invece in webserver integrato in amuled:
[WebServer]
Enabled=0
Password= l'MD5 per l'accesso
PasswordLow=
Port=4711
WebUPnPTCPPort=50001
UPnPWebServerEnabled=0
UseGzip=0
UseLowRightsUser=0
PageRefreshTime=0
Template=litoral
va tranquillamente.
All'inizio ho pensato che fosse un problema di Template, che di Default su Debian vengono messi in /usr/share/amule/webserver, quindi ho creato una cartella "webserver" in /home/marco/.aMule e ho copiato i template che erano in /usr/share/amule/webserver, ma continua a non funzionare.
Cosa può essere?