I am running -current # uname -a FreeBSD celebris 5.0-CURRENT FreeBSD 5.0-CURRENT #0: \ Thu Dec 28 19:20:35 PST 2000 \ root@celebris:/usr/src/sys/compile/CELEBRIS i386 from a cvsup today. Using the standard hello, world, # gdb hello (gdb) b main (gdb) r and the system is unreachable. Keyboard input to the xterm is echoed, but, no response. Ctl-Alt-F1 switches to a console. Again, keyboard activity is echoed, but, no response. What is typed is ignored. Ctl-Alt-Esc breaks to the debugger. trace shows the same list as with normal running. A telnet session freezes. If I start a script, as root, #! /bin/sh /bin/sleep 60 /bin/sync /sbin/shutdown -r now Then enter 'r' in the above gdb scenario, it never wakes. What can I do to gather more information? tomdean To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message