PDA

Bekijk de volledige versie : mlnet starting problem ( kfurge firmware )



redrunner001
02-07-2008, 12:13
Hello,

I followed guide to install kfurge and then mlnet to a WL700GE router. If I start /shares/MYVOLUME1/rc.local manually, mlnet starts, and I can access it via port 4080. However, it does not start automatically after boot.

What could be wrong?

Thank you very much in advance.

Cheers,
redrunner

Contents of my rc.local file:

pool=`nvram get apps_pool`
share=`nvram get apps_share`
internal_hdd=/dev/ide/host2/bus0/target0/lun0/disc

if [ \! -f /tmp/rc.local.done ]; then

# Indicate we've already done this
touch /tmp/rc.local.done

#
# Mount /opt and connect in various system files
#
if [ -e /shares/${pool}/opt ]; then
mount -o bind /shares/${pool}/opt /opt

cat /proc/mounts > /opt/etc/fstab

ln -s /opt/etc/shells /tmp/shells
ln -s /opt/etc/fstab /tmp/fstab

export PATH=/opt/bin:/opt/sbin:${PATH}
export LD_LIBRARY_PATH=/opt/lib:${LD_LIBRARY_PATH}
fi

# Start utelnetd on local interface only!
/apps/bin/utelnetd -i br0 &

fi

/opt/etc/init.d/S51dropbear

# Sleep for a little bit to not interfere with normal system startup
# before we kill a bunch of Asus processes.
sleep 5

# The killing of watchdog is necessary
# to allow the disk to spin down (watchdog is a horribly written hack
# anyway!)
killall -q -9 watchdog

# Do the necessary steps so the internal HDD will spin down
mount -o remount,noatime,nodiratime /shares/${pool}
hdparm -S 180 ${internal_hdd}
smartctl -dT ${internal_hdd}

echo "interrupt=no" > /proc/miscio/power_enable_config

/opt/etc/init.d/mlnet

mumsoft
04-07-2008, 21:43
Hello,

I followed guide to install kfurge and then mlnet to a WL700GE router. If I start /shares/MYVOLUME1/rc.local manually, mlnet starts, and I can access it via port 4080. However, it does not start automatically after boot.

What could be wrong?

Thank you very much in advance.

Cheers,
redrunner

Contents of my rc.local file:

pool=`nvram get apps_pool`
share=`nvram get apps_share`
internal_hdd=/dev/ide/host2/bus0/target0/lun0/disc

if [ \! -f /tmp/rc.local.done ]; then
[cut]
echo "interrupt=no" > /proc/miscio/power_enable_config

/opt/etc/init.d/mlnet

Seems to me that you are using the old kcfurge/asus firmware.
You'd better upgrade, because it's much better, and maybe you don't even need mlnet anymore.:D

Marc

redrunner001
17-07-2008, 12:10
Dear Marc,

Where can I find the mentioned newest firmware?

thanks a lot
rr

mumsoft
17-07-2008, 21:01
Dear Marc,

Where can I find the mentioned newest firmware?

thanks a lot
rr

Under your nose::p
http://wl500g.info/showthread.php?t=12615

Marc