From: panxj <xue...@io...> - 2005-01-06 08:46:07
|
Hi, I used /dev/hda7 as the dumping partition: # ll /dev/hda7 brw-rw---- 1 root disk 3, 7 2004-02-24 /dev/hda7 and then typed the following commands: #echo 4 > /proc/mkexec/mem #echo "0x300007" > /proc/mkexec/dumpdev #echo "/boot/vmlinux.bin" > /proc/mkexec/path #echo 1 > /proc/mkexec/stats Here is the result of "cat /proc/mkexec/*" : 0x300007 4 /boot/vmlinux.bin 1 When I tested the dump: echo 2>/proc/mkexec/stats The system restarted without any message putting in the screen After restarting , I checked the files /var/log/debug and /var/log/messages, there seemed nothing about the mkexec. Help me please, thanks a lot! On Thu, 06 Jan 2005 11:27:00 +0900 Itsuro Oda <od...@va...> wrote: > Hi, > > Maybe the mini kernel is incorrect. Plese let me know the detail > operations you did. (and the log of "cat /proc/mkexec/*" before doing > "echo 2 > /proc/mkexec/stats") > > Thanks. > > >Sorry, there was no message when I typed the command: > ># echo 2 > /proc/mkexec/stats > >The system standed for a while, and then suddenly rebooted. > >What else should I be seeing about in the dumping test? > >Thanks a lot! > -- > Itsuro ODA <od...@va...> > > |