DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2007-08-18 18:21:17

benjo
Member
Registered: 2007-08-18
Posts: 7

FTP server startup problem

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

 

#2 2007-08-19 01:59:57

SystemR89
Member
From: >>Turin<< >>Italy<<
Registered: 2006-09-19
Posts: 88

Re: FTP server startup problem

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.


Free is BETTER!!
Use GNU/Linux!!

Offline

 

#3 2007-08-19 02:11:26

benjo
Member
Registered: 2007-08-18
Posts: 7

Re: FTP server startup problem

i've got 1.02eu. Can the us version be used in eu without any problems?

Offline

 

#4 2007-08-19 09:07:07

BertrandB
Member
From: Dijon (France)
Registered: 2006-09-16
Posts: 119
Website

Re: FTP server startup problem

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

 

#5 2007-08-19 10:25:04

benjo
Member
Registered: 2007-08-18
Posts: 7

Re: FTP server startup problem

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

 

#6 2007-08-19 22:19:33

BertrandB
Member
From: Dijon (France)
Registered: 2006-09-16
Posts: 119
Website

Re: FTP server startup problem

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

 

#7 2007-08-20 14:13:11

benjo
Member
Registered: 2007-08-18
Posts: 7

Re: FTP server startup problem

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

 

#8 2007-08-23 18:25:29

benjo
Member
Registered: 2007-08-18
Posts: 7

Re: FTP server startup problem

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

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB