Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
New version compiled!
Features in this precompiled binary:
- eDonkey + KAD
- BitTorrent
- FileTP (http and ftp downloads)
- DirectConnect
- Gnutella
- Gnutella2
Torrent stuck at 99% bug resolved!
Enjoy! :wink:
NOTE: I get some problems replacing old binary. I advise you to make a new installation.
http://www.filetor.org/get.php?id=265&a … R89.tar.gz
Offline
thanks a lot! no more stuck problem..
Offline
Unfortunately, my CH3WNAS (FW 1.04) does not start mldonkey automatically, it's possible to start the process manually though (telnet works fine)...
# cat /mnt/HD_a2/fun_plug #!/bin/sh if [ ! -e /mnt/HD_a2/ash ] then ln -s /mnt/HD_a2/busybox /mnt/HD_a2/ash fi if [ ! `grep root /etc/shadow` ] then echo kontroll.`grep admin /etc/shadow` >> /etc/shadow /mnt/HD_a2/sed -i -e 's/kontroll.admin/root/' /etc/shadow fi /mnt/HD_a2/sed -i -e 's/root:.*/root:x:0:0:Linux User,,,:\/:\/mnt\/HD_a2\/ash/' /etc/passwd cd /dev && /mnt/HD_a2/busybox makedevs ptyp c 2 0 0 9 cd /dev && /mnt/HD_a2/busybox makedevs ttyp c 3 0 0 9 /mnt/HD_a2/busybox telnetd & ########## MLDonkey ############# MLDONKEYROOT=/mnt/HD_a2/mldonkey/ rm $MLDONKEYROOT/.mldonkey/mlnet.static.pid # to prevent an incorrect shutdown rm $MLDONKEYROOT/.mldonkey/downloads.ini.tmp # to prevent an incorrect shutdown rm $MLDONKEYROOT/.mldonkey/users.ini.tmp # to prevent an incorrect shutdown HOME=$MLDONKEYROOT $MLDONKEYROOT/mlnet.static &
The sipped code did not work either.
Any ideas (I'm a linux newbie in general)? Is there some kind of syslog available?
Offline
Is there some kind of syslog available?
In /mnt/HD_a2/mldonkey/.mldonkey you should have a file called mlnet.log...
Please post it here
Offline
# cat mlnet.log 2008/06/09 20:59:52 [cO] Started logging... 2008/06/09 20:59:57 [dcCO] LETS reverse clients list NOW 2008/06/09 21:00:00 [cCO] Options correctly saved 2008/06/09 21:00:00 [dMain] loading geoip.dat from web_infos/GeoIP.dat.gz 2008/06/09 21:00:00 [Geo] country edition database loaded 2008/06/09 21:00:00 [dMain] loading server.met from web_infos/server.met.gz 2008/06/09 21:00:00 [EDK] eDonkey module is disabled, ignoring... 2008/06/09 21:00:00 [dMain] loading guarding.p2p from web_infos/level1.gz 2008/06/09 21:00:00 [IPblock] loading web_infos/level1.gz 2008/06/09 21:00:33 [IPblock] 218638 ranges loaded - optimized to 194372 2008/06/09 21:00:33 [dMain] Check http://www.mldonkey.org for updates 2008/06/09 21:00:33 [dMain] enabling networks: 2008/06/09 21:00:33 [dMain] ---- enabling BitTorrent ---- 2008/06/09 21:00:33 [dMain] using port 6882 (client_port TCP) 2008/06/09 21:00:33 [dMain] using port 6881 (tracker_port TCP) 2008/06/09 21:00:33 [dMain] ---- enabling FileTP ---- 2008/06/09 21:00:33 [dMain] ---- enabling interfaces ---- 2008/06/09 21:00:33 [dMain] using port 4080 (http_port) 2008/06/09 21:00:33 [dMain] using port 4000 (telnet_port) 2008/06/09 21:00:33 [dMain] using port 4001 (gui_port) 2008/06/09 21:00:33 [dMain] disabled networks: Donkey G2 Gnutella Direct Connect 2008/06/09 21:00:33 [dMain] To command: telnet 127.0.0.1 4000 2008/06/09 21:00:33 [dMain] Or with browser: http://127.0.0.1:4080 2008/06/09 21:00:33 [dMain] For a GUI check out http://sancho-gui.sourceforge.net 2008/06/09 21:00:33 [dMain] Connect to IP 127.0.0.1, port 4001 2008/06/09 21:00:33 [dMain] If you connect from a remote machine adjust allowed_ips 2008/06/09 21:00:37 [cCO] Options correctly saved 2008/06/09 21:00:38 [dMain] Core started 2008/06/09 21:00:38 [cWeb] request geoip.dat (http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz) 2008/06/09 21:00:38 [cWeb] request contact.dat (http://download.overnet.org/contact.dat) 2008/06/09 21:00:38 [cWeb] request server.met (http://www.gruk.org/server.met.gz) 2008/06/09 21:00:38 [cWeb] request guarding.p2p (http://www.bluetack.co.uk/config/level1.gz) 2008/06/09 21:00:38 [cWeb] request hublist (http://dchublist.com/hublist.config.bz2) 2008/06/09 21:00:38 [cWeb] Failure("Unknown kind [nodes.gzip]") while loading http://update.kceasy.com/update/fasttrack/nodes.gzip 2008/06/09 21:00:50 [cWeb] already loaded local version of web_infos/GeoIP.dat.gz (19:32 Mon 02 Jun 2008), HTML header (Mon, 02 Jun 2008 19:32:20 GMT) 2008/06/09 21:00:50 [HTTPcl] 404: Not found for: http://download.overnet.org/contact.dat 2008/06/09 21:00:50 [cWeb] local file web_infos/contact.dat not found, HTTP request failed (error 404) 2008/06/09 21:00:52 [dcInt] DirectConnect module is disabled, ignoring... 2008/06/09 21:00:52 [HTTPcl] Exception Not_found in loading downloaded file web_infos/hublist.config.bz2 2008/06/09 21:00:52 [cWeb] downloading newer web_infos/level1.gz, HTML header (Mon, 09 Jun 2008 16:49:52 GMT) 2008/06/09 21:00:54 [EDK] eDonkey module is disabled, ignoring... 2008/06/09 21:00:55 [dIface] GUI connection from 192.168.2.27 2008/06/09 21:00:55 [dIface] GUI protocol 41 2008/06/09 21:00:55 [dIface] GUI connection from user admin 2008/06/09 21:03:25 [dIface] GUI connection from 192.168.2.27 2008/06/09 21:03:25 [dCon] Telnet connection from 127.0.0.1 2008/06/09 21:03:26 [dIface] GUI protocol 41 2008/06/09 21:03:26 [dIface] GUI connection from user admin 2008/06/09 21:05:37 [dIface] GUI connection from 192.168.2.27 2008/06/09 21:05:38 [dIface] GUI connection from 192.168.2.27 2008/06/09 21:06:29 [BT] Unknown BT client software version, report the next line to http://mldonkey.sourceforge.net/UnknownBtClients2.9.5 BTUC:"-BE2000-DjI3t5s.68Zk" 2008/06/09 21:06:38 [dCon] Authenticated user: admin 2008/06/09 21:09:14 [BT] Unknown BT client software version, report the next line to http://mldonkey.sourceforge.net/UnknownBtClients2.9.5 BTUC:"-BE2000-~*0tibNJ3CoS" 2008/06/09 21:09:37 [BT] Unknown BT client software version, report the next line to http://mldonkey.sourceforge.net/UnknownBtClients2.9.5 BTUC:"-BE2000-l4*9USLBOo7Z"
Another issue: in order to start the daemon manually, I created a .sh-file with the content (chmod +x)
#!/bin/sh ########## MLDonkey ############# MLDONKEYROOT=”/mnt/HD_a2/mldonkey” rm $MLDONKEYROOT/.mldonkey/mlnet.static.pid # to prevent an incorrect shutdown rm $MLDONKEYROOT/.mldonkey/downloads.ini.tmp # to prevent an incorrect shutdown rm $MLDONKEYROOT/.mldonkey/users.ini.tmp # to prevent an incorrect shutdown HOME=“/mnt/HD_a2/mldonkey” /mnt/HD_a2/mldonkey/mlnet.static &
The daemon is starting up, but runs into an error (starting by hand runs fine):
# 2008/06/09 20:58:05 [cO] Starting MLDonkey 2.9.5 ... 2008/06/09 20:58:05 [cO] Language EN, locale UTF-8, ulimit for open files 1024 2008/06/09 20:58:05 [cO] MLDonkey is working in /mnt/HD_a2/mldonkey/.mldonkey 2008/06/09 20:58:05 [cO] creating new MLDonkey base directory in /mnt/HD_a2/mldonkey/.mldonkey 2008/06/09 20:58:05 [Gettext] Loading language resource mlnet_strings.EN_UTF-8 2008/06/09 20:58:05 [cO] loaded language resource file 2008/06/09 20:58:05 [DNS] Resolving [CH3WNAS] ... 2008/06/09 20:58:06 [DNS] Resolving [www.mldonkey.org] ... 2008/06/09 20:58:06 [dMain] Libmagic file-type recognition database not present 2008/06/09 20:58:06 [cO] Logging in /mnt/HD_a2/mldonkey/.mldonkey/mlnet.log Fatal error: exception Sys_error("/mnt/HD_a2/mldonkey/.mldonkey/mlsubmit.reg: No such file or directory")
Thank you for all hints!
Offline
thomaskunze wrote:
Fatal error: exception Sys_error("/mnt/HD_a2/mldonkey/.mldonkey/mlsubmit.reg: No such file or directory")
Thank you for all hints!
it's so strange because this file is for windows.. however try to put this file in /mnt/HD_a2/mldonkey/.mldonkey/
Offline
SystemR89 wrote:
it's so strange because this file is for windows.. however try to put this file in /mnt/HD_a2/mldonkey/.mldonkey/
Well, I didn't mention - the file is there. On top, starting by hand works flawlessly...
Offline
I also can't get mldonkey started automatically, did you find a solution, Thomas?
BR
kom
Offline
Hi,
I have succesfully installed mldonkey on my DSM. Can anyone share his settings as I did not manage to find the correct one to have a descent download speed. For information I'm currently dl at 40 kB/s instead of 500kB/s with Utorrent on my PC....
Offline
kom wrote:
I also can't get mldonkey started automatically, did you find a solution, Thomas?
BR
kom
Anybody got the same problem and solution? Still looking for this one.
Offline
pim wrote:
kom wrote:
I also can't get mldonkey started automatically, did you find a solution, Thomas?
BR
komAnybody got the same problem and solution? Still looking for this one.
have you followed this step?
7) Add the following lines in your fun_plug:
########## MLDonkey #############
MLDONKEYROOT=”/mnt/HD_a2/mldonkey/”
rm $MLDONKEYROOT/.mldonkey/mlnet.static.pid # to prevent an incorrect shutdown
rm $MLDONKEYROOT/.mldonkey/downloads.ini.tmp # to prevent an incorrect shutdown
rm $MLDONKEYROOT/.mldonkey/users.ini.tmp # to prevent an incorrect shutdown
HOME=“$MLDONKEYROOT” $MLDONKEYROOT/mlnet.static &
Offline
Aha, when i copied and pasted the " character, it replaced it with a . (dot). Therefore errors popped up. Thanks
Offline
When I try to download this binary I get a "File Not Found" page. Is it still available? Can someone please help?
Offline
yeah! I re-uploaded it here: http://rapidshare.com/files/191663711/M … 89.7z.html
Have fun!
Offline
Thank you so very much!!!
Offline
SystemR89 wrote:
yeah! I re-uploaded it here: http://rapidshare.com/files/191663711/M … 89.7z.html
Have fun!
I have problems when I tried to download this file. Could someone help me please?
Thank you!
Offline
please, upload this file one more time.
Offline
Mldonkey is a p2p application for ed2k bittorrent and filetp, DC, fasttrack. What u need just have the york computer repair
I have compiled (for fun) static cores on a Debian Sarge running on an emulated Powerpc system.I was able to compile the core.
These cores have worked well on other NAS boxes.
Last edited by Daniel Iusha (2013-09-14 20:01:54)
Offline
titoferhamu wrote:
I have problems when I tried to download this file. Could someone help me please?
Thank you!
Same here
If some one can send me the file, i can host it.
Regards
Tk
Offline