On Fri, Dec 28, 2001 at 03:58:38PM +1100, Jeff Waugh wrote: > Anyway, that's how I got myself into the pickle. Not sure as to whether the > box is back up or booted yet, too much festivity going on between times.
strings /lib/ld-2.2.4 | grep "kernel too old" FATAL: kernel too old So you stuffed the dynamic loader. Things are grim, but perhaps there is hope? No idea if it would have worked, but the dynamic loader can be run from the command line, so if you had the old one around... /lib/ld-2.?.? /sbin/reboot -f But reboot is dynamically linked. perhaps: LD_PRELOAD=/lib/libc-2.?.? /lib/ld-2.?.? /sbin/reboot -f -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
