diff --git a/san b/san index 4c0f95c..29ca3cb 100644 --- a/san +++ b/san @@ -172,8 +172,10 @@ cp -r /nvram/tools /tmp/tools2 #export APIB_GDBSERVER="/tmp/tools2/strace -f" #export APIB_GDBSERVER="/tmp/tools2/gdbserver :5555" export APP_GDBSERVER="/tmp/tools2/gdbserver :5555" +#/tmp/tools2/gdbserver :5557 --attach \$(pgrep ZipMountServer) #no watch dog export appargs="-nowd" +# sh -c "while true ; do noreset; sleep 5; done" EOF } @@ -334,7 +336,7 @@ if [ $? != 0 ]; then #!/bin/sh /sbin/udhcpc -i eth0 -s /etc/udhcpc.sh ifconfig -noreset +sh -c "while true ; do noreset; sleep 5; done" & source /nvram/san EOF fi