**** BEGIN LOGGING AT Wed May 14 02:59:57 2008 May 14 12:37:07 tonymy01_: what's the trick for enabling telnet without needing to patch the firmware? May 14 12:37:19 putting it into rc.local May 14 12:37:51 that was eric's idea actually May 14 12:38:17 so you need to get hold of a patched f/w, upgrade to enable you to create an rc.local May 14 12:38:39 and then this will work thru a f/w upgrade (but apparently not a factory reset) May 14 12:39:11 hang on, that sounded like Korean english May 14 12:39:59 "so you need to get hold of a patched f/w, potentially downgrade to this, then you can telnet in and copy files etc across and create an rc.local." May 14 12:41:20 it's currently patched, so I should be able to do it now before I upgrade to the May firmware May 14 12:41:37 I believe you also need to run erics wizremote reboot option, as this backs up the config section also May 14 12:41:50 hang on, just going to telnet in to give more specific info May 14 12:43:51 wiz wireless lan is cactus... was mucking about wtih dns again in my router.. hang on May 14 12:56:21 hmm May 14 12:56:27 oops May 14 12:56:46 it is in /tmp/config May 14 12:57:11 I have: /usr/sbin/telnetd -l /bin/sh & May 14 12:58:32 as eric informed me tonight, they have stripped the 235 pretty bare now May 14 12:58:44 ls is boring non-colour one, busybox is minimal May 14 12:58:55 Currently defined functions: May 14 12:58:55 [, basename, busybox, cat, chmod, cp, date, dd, echo, env, false, fdisk, free, hostname, ifconfig, init, insmod, May 14 12:58:55 kill, killall, ln, login, ls, md5sum, mkdir, mknod, mount, msh, mv, ps, reboot, rm, rmdir, sh, sleep, telnetd, May 14 12:58:55 test, touch, true, udhcpc, umount, vi May 14 13:04:15 tonymy01_: /tmp is a ramfs - how is it saved over reboots? May 14 13:04:24 (I don't have wizremote installed) May 14 13:04:27 the wizremote reboot May 14 13:04:37 have a look at the wizremote source May 14 13:04:50 it does a bit of fancy flash work May 14 13:05:07 aha May 14 13:05:13 and spreads the restore over 2 banks May 14 13:05:18 ok, so I can run those commands by hand. May 14 13:05:46 yep, in fact, i think eric got the idea from one of the Wiz scripts on the wiz by default which does essentially the same May 14 13:07:29 ok, so I put "/usr/sbin/telnetd -l /bin/sh &" in /tmp/config/rc.local May 14 13:07:37 chmod ugo+x it May 14 13:08:08 guess I'll put reboot.sh in there too ... May 14 13:08:20 -rwxr-xr-x 1 0 0 526 rc.local May 14 13:08:54 aha, thats right, it is in a shell script May 14 13:15:34 argh, no pwd with busybox for 235 either.. May 14 13:16:02 i am going to have to work something out to use the old busybox binary from the HDD May 14 13:25:12 upgrading now ... May 14 13:53:20 Hmm - telnet doesn't work now :-( May 14 14:23:20 bummer May 14 14:23:56 this is my full rc.local: May 14 14:23:57 # cat rc.local May 14 14:23:57 #!/bin/sh May 14 14:23:57 PATH=/tmp/mnt/idehdd/wiz/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/flash/bin; export PATH May 14 14:23:57 # put this file in /tmp/config then reboot with wizremote.php to have start on boot May 14 14:23:57 sleep 5 May 14 14:23:58 date >>/tmp/mnt/idehdd/wiz/ntp/ntpclient.log May 14 14:24:00 date >>/tmp/mnt/idehdd/wiz/ntp/ntpclient.log May 14 14:24:02 micomparam --systohc >>/tmp/mnt/idehdd/wiz/ntp/ntpclient.log May 14 14:24:04 (cd /tmp/config; ./wizremote > /dev/null &) **** ENDING LOGGING AT Thu May 15 02:59:56 2008