On Fri, Feb 24, 2012 at 10:38:15PM +0100, Denny Schierz wrote: > [ 61.144119] Kernel panic - not syncing: Attempted to kill init! > [ 61.144242] Call Trace: > [ 61.144294] [000000000045b8f8] do_exit+0xa8/0x6bc > [ 61.144344] [000000000045bf7c] do_group_exit+0x70/0xa8 > [ 61.144405] [000000000045bfcc] SyS_exit_group+0x18/0x28 > [ 61.144472] [0000000000405fd4] linux_sparc_syscall32+0x34/0x40 > [ 61.144583] Press Stop-A (L1-A) to return to the boot prom
Ok, now I actually read the backtrace :-), so I have another theory. It appears that your init (or whatever is used in place of init on the initrd) is simply exiting (by doing the exit() syscall, seen in the backtrace). init should never exit, as it's the ancestor of every process on the system. You should check what the script/binary is doing, perhaps by adding some debugging info to it? Best regards, -- Jurij Smakov [email protected] Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

