I've updated today the version of ext3 on my laptop (from 0.9.3 to 0.9.4) and I am unable to boot anymore (hand copy below): VFS: Diskquotas version dquot_6.5.0 initialized Journalling Block Device driver loaded Invalid operand: 0000 CPU: 0 EIP: 0010:[<c01256bf>] ... ... ... Kernel panic: attempted to kill init. Since this is my / fs, I am unable to boot anymore (and of course I didn't saved my good old kernel), so I'm unable to decode the oops for the moment. (will do it after I get a rescue cd with the good fsck version :-( ). Is this a known issue already corrected ? Stelian. -- Stelian Pop <stelian.pop@fr.alcove.com> |---------------- Free Software Engineer -----------------| | Alcôve - http://www.alcove.com - Tel: +33 1 49 22 68 00 | |------------- Alcôve, liberating software ---------------|
Stelian Pop wrote:> > I've updated today the version of ext3 on my laptop > (from 0.9.3 to 0.9.4) and I am unable to boot anymore > (hand copy below): > > VFS: Diskquotas version dquot_6.5.0 initialized > Journalling Block Device driver loaded > Invalid operand: 0000Oh damn. I build my -ac kernels with slab debugging, and some bozo decided that asking for slab debugging in a non-debug kernel is worth a BUG(). grr. Please, in fs/jbd/journal.c replace `SLAB_POISON' with zero. Sorry about that.
On Fri, Jul 27, 2001 at 03:29:41PM +0200, Alfons Hoogervorst wrote:> SP>Is this a known issue already corrected ? > > Had this one too, applied the patch to 2.4.7-ac1 too?No, I was using the 2.4.6-ac5 kernel. Andrew posted the small fix to the list this morning (CEST) Stelian. -- Stelian Pop <stelian.pop@fr.alcove.com> |---------------- Free Software Engineer -----------------| | Alcôve - http://www.alcove.com - Tel: +33 1 49 22 68 00 | |------------- Alcôve, liberating software ---------------|
Lo Stelian, On Fri, 27 Jul 2001 10:41:24 +0200 you wrote: SP>I've updated today the version of ext3 on my laptop SP>(from 0.9.3 to 0.9.4) and I am unable to boot anymore SP>(hand copy below): SP> SP> VFS: Diskquotas version dquot_6.5.0 initialized SP> Journalling Block Device driver loaded SP> Invalid operand: 0000 SP> CPU: 0 SP> EIP: 0010:[<c01256bf>] SP> ... SP> ... SP> ... SP> Kernel panic: attempted to kill init. SP> SP>Since this is my / fs, I am unable to boot anymore (and of course SP>I didn't saved my good old kernel), so I'm unable to decode the SP>oops for the moment. (will do it after I get a rescue cd with the SP>good fsck version :-( ). SP> SP>Is this a known issue already corrected ? Had this one too, applied the patch to 2.4.7-ac1 too? Bye. -- ¡Mayombe-bombe-mayombé! Tú le das con el hacha, y se muere: ¡dale ya! ¡No le des con el pie, que te muerde, no le des con el pie, que se va! Sensemayá, la culebra . . . Nicolás Guillén, Sensemayá
Stelian Pop wrote:> > On Fri, Jul 27, 2001 at 03:29:41PM +0200, Alfons Hoogervorst wrote: > > > SP>Is this a known issue already corrected ? > > > > Had this one too, applied the patch to 2.4.7-ac1 too? > > No, I was using the 2.4.6-ac5 kernel. > > Andrew posted the small fix to the list this morning (CEST)And he quickly hand-edited the diff on the download site, too!