Re: Time stamp on kernel crash file

2008-02-08 Thread Eugene Teo
quote sender=Mulyadi Santosa On Feb 6, 2008 11:45 AM, Vijeth Bhat [EMAIL PROTECTED] wrote: Hi, I have two doubts/questions. 1. How to force a kernel panic / crash ? Ehm, by calling panic()? http://lxr.linux.no/linux/kernel/panic.c#L60 You can run: echo c /proc/sysrq-trigger Eugene

Re: Time stamp on kernel crash file

2008-02-08 Thread Mulyadi Santosa
Hi Eugene quote sender=Mulyadi Santosa Ehm, by calling panic()? http://lxr.linux.no/linux/kernel/panic.c#L60 You can run: echo c /proc/sysrq-trigger Eugene Missed that one, thanks Eugene. Gong Xi Fa Cai! regards, Mulyadi. -- To unsubscribe from this list: send an email with

Time stamp on kernel crash file

2008-02-05 Thread Vijeth Bhat
Hi, I have two doubts/questions. 1. How to force a kernel panic / crash ? 2. If I am dumping the crash in a file, can I change the time stamp of the file ? Would modifying the time in the inode structure achieve this ? Cheers, Vijeth