Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi Guys.
Congratulations on such a great site.
Please be patient with me because I'm new to the linux/unix command sets etc.
I seem to have fun_plug and telnet working okay.
I've been following the howto article on getting mldonkey up and running on the dsm-g600.
I get a connection refused error on telnetting to the core at step 3. The message is as follows:
"telnet: cannot connect to remote host (127.0.0.1): Connection refused"
How do I check mldonkey has loaded from the fun_plug?
This is what my fun_plug looks like:
########## MLDonkey #############
MLDONKEYROOT=”/mnt/HD_a2/mldonkey/”
rm $MLDONKEYROOT/.mldonkey/mlnet.pid # to prevent an incorrect shutdown
HOME=“$MLDONKEYROOT” $MLDONKEYROOT/mlnet.static &
#!/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 &
#!/bin/sh
dmesg > /mnt/HD_a2/dmesg.out
Thanks in advance and once again I really love the site!
Marty.
Offline
maybe that MLDonkey isn't started, open a telnet session into your DSMG600 and type this:
ps | grep mldonkey
if you get something mldonkey should be started, otherwise you need to start it manually:
cd /mnt/HD_a2/mldonkey
HOME=/mnt/HD_a2/mldonkey ./mlnet.static &
then you con retry with the step 3.
Offline
Thankyou SystemR89.
Mldonkey's now running following your advice
Offline
I'm back again!!
I now want to setup Sancho as a gui for mldonkey.
I've downloaded sancho-0.9.4-58-linux-gtk-java.sh from the web.
I have followed the instructions to run the self extractor but to no avail.
I think I need tar and bzip2 so I've downloaded these two files but am unsure of what to do with them.
Am I barking up the wrong tree?
Marty.
Offline
what is the distribution that you are running?
Offline
I'm sorry but I don't really know.. it's just whatever comes preinstalled on the DSM-G600 RevB by D-Link.
Sorry for being a goof.
Offline
sancho is a mldonkey client and it should be installed on your computer. not on DSMG600!
Offline