Page 1 of 1

[SOLVED] mldonkey setup

PostPosted: Jun 10th, '15, 09:02
by ryk
Hi,

has anyone tried to setup mldonkey on Mageia (currently I have Mageia5)?
I have never tried before (I believe I was using something like "kde-donkey" in Mandrake Linux, but the setup wasn't like this) and I followed the instructions here: http://mldonkey.sourceforge.net/Quickstart_guide
When I tried to connect by telnet, the connection was refused (I cannot remember the message as I am not in front of Mageia5 computer).
I have turned off the firewall and msec, but the problem insists.

Every help is welcomed!
Thanks!
Kiriakos

Re: mldonkey setup

PostPosted: Jun 10th, '15, 13:18
by doktor5000
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>

Re: mldonkey setup

PostPosted: Jun 10th, '15, 21:21
by ryk
Thanks for the info.
Returning home today, mldonkey run like a charm, without changing anything. I have installed all the packages named *donkey*. The service was running since yesterday (i checked it)
The problem probably had something to do with updating/changing something in the distro, i cannot explain it otherwise

Case closed!

Re: mldonkey setup

PostPosted: Jun 10th, '15, 21:34
by doktor5000
Please mark the thread accordingly by editing the topic of the first post and prefix it by [SOLVED], thanks