What mldonkey packages do you have installed, and how did you start mldonkey? Did you check if it is running, and if it is listening on the port to which you want to connect?
And did you try to connect via web browser to
http://127.0.0.1:4080 ? Back in the days when I used mldonkey, I never used telnet to set it up ...
Just checked now, and it does not seem to connect to running mldonkey via telnet, whereas the web gui works.
- Code: Select all
rpm -qa | grep mldonkey
ps auxwww | grep -v grep | grep mlnet
netstat -tunlp | grep 4080
- Code: Select all
┌─[doktor5000@Mageia5]─[13:11:35]─[~]
└──╼ sudo netstat -tunlp | grep 4080
┌─[✗]─[doktor5000@Mageia5]─[13:12:18]─[~]
└──╼ mlnet
Creating /home/doktor5000/.mldonkey
2015/06/10 13:12:24 [cO] Starting MLDonkey 3.1.5 ...
2015/06/10 13:12:24 [cO] Language DE, locale UTF-8, ulimit for open files 1024
2015/06/10 13:12:24 [cO] raised ulimit for open files from 1024 to 4096
2015/06/10 13:12:24 [cO] MLDonkey is working in /home/doktor5000/.mldonkey
2015/06/10 13:12:24 [cO] creating new MLDonkey base directory in /home/doktor5000/.mldonkey
2015/06/10 13:12:24 [cO] loaded language resource file
2015/06/10 13:12:24 [DNS] Resolving [Mageia5] ...
2015/06/10 13:12:24 [DNS] Resolving [www.mldonkey.org] ...
2015/06/10 13:12:24 [dMain] Libmagic file-type recognition database present
2015/06/10 13:12:24 [cO] Logging in /home/doktor5000/.mldonkey/mlnet.log
2015/06/10 13:12:24 [dMain] Core started
- Code: Select all
┌─[doktor5000@Mageia5]─[13:16:33]─[~]
└──╼ ps auxwww | grep -v grep | grep mlnet
doktor5+ 17055 0.2 0.0 176480 20808 pts/1 Sl+ 13:12 0:00 /usr/lib64/mldonkey/mlnet
┌─[doktor5000@Mageia5]─[13:16:41]─[~]
└──╼ sudo netstat -tunlp | grep 4080
tcp 0 0 0.0.0.0:4080 0.0.0.0:* LISTEN 17055/mlnet
┌─[doktor5000@Mageia5]─[13:17:45]─[~]
└──╼ curl http://127.0.0.1:4080 2>/dev/null | grep title
<title>MLdonkey: Web Interface</title>