James Carlson wrote: > Piotr Jasiukajtis writes: >> Is there any chance to force a panic on the x86 box in for example 5-10 >> minutes after system started? >> >> I have a specific issue and cannot login to that host so i can't do it >> manually... > > The simplest way would probably be to set up an rc script that does > something like this: > > if [ -f /die-once ]; then > rm /die-once > sync > ( sleep 300 ; /usr/sbin/uadmin 5 1 ) &
Rather use 'reboot -d' there as it's a first class interface - magic uadmin numbers don't do it for me. Gavin > fi >
