1) Are you you connected to the Pre with novaproxy or novaterm?
2) On the Pre run "netstat -na|less". Check to see if you have any connections to the IP Address of your PC?
3) Try manually stopping dropbear (ie initctl stop optware-dropbear). Then run the vfs script to stop VFS (ie ./vfs off).
4) If it still fails, run: ps awx|grep "/opt/"|grep -v grep|less Check if any processes are still attached to /opt/
5) Copy the script from the tutorial again to Pre using a different name. Then run it to see the same error exists. If it does error out, edit the script add a "-x" to the end of the first line. It should look like "#!/bin/sh -x". Then run it again. You will see commands as they executed and you will values for the variables. If you need help deciphering it redirect the output to a file and post it.
|