Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hello
I am the proud new owner of a DSM-G600 revB, and allready managed to install Telnet and Mldonkey. So easy, so great. Thank you for this great website.
I've got one problem:
1. the FTP server is not starting by default, and i can't find how to enable this. Any ideas?
Thanks!
Benjo
Offline
actually what is the fimware version that you have? EU or US?
If you have EU version upgrade immediatly to US release and try again.
Offline
i've got 1.02eu. Can the us version be used in eu without any problems?
Offline
benjo wrote:
i've got 1.02eu. Can the us version be used in eu without any problems?
You can the upgrade jou'll just need to verify the configuration after. Of course then US version is in english only
Offline
BertrandB wrote:
You can the upgrade jou'll just need to verify the configuration after. Of course then US version is in english only
What configuration do i have to verify? Just my own settings like user, or also eu specific settings by WLAN?
Offline
benjo wrote:
BertrandB wrote:
You can the upgrade jou'll just need to verify the configuration after. Of course then US version is in english only
What configuration do i have to verify? Just my own settings like user, or also eu specific settings by WLAN?
Wlan, users and share at least i'm not sure but i think that the sharename change.
Offline
so i did upgrade to 1.02us. In the firmware screen it says
Current Firmware Version : 1.02
Firmware Date : 10/19/2006
But still, the ftp server is not started by default! Any ideas?
Also, my root password remains blank, it is not changing to the admin password.
Thanks for your help.
Offline
Still couldn´t solve the problem. How can i start my FTP server by default? Maybe in fun_plug? My current funplug ist like this:
#!/bin/sh
#wlan startup
if [ ! `ifconfig | /mnt/HD_a2/busybox cut -c1-5 | grep "^ra"` ] || [ ! `lsmod | grep rt2500 | /mnt/HD_a2/busybox cut -c32 | grep 2` ]
then
ifconfig ra0 up
/bin/wireless
# debug how many times we need to fix this wifi bug
# echo `date +%Y-%b-%d,%H:%M:%S` >> /mnt/HD_a2/wifi.log
fi
#!/bin/sh
if [ ! -e /mnt/HD_a2/web ]
then
cp /sys/crfs/web_page /mnt/HD_a2/web -R
rm /mnt/HD_a2/web/formatInternalHD*
fi
rm /web/web
ln -s /mnt/HD_a2/web /web/web
#telnet busybox
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.pid
HOME="$MLDONKEYROOT" $MLDONKEYROOT/mlnet.static &
Offline