linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problems with ac12 kernels and up
@ 2001-05-27 14:44 John Chris Wren
  2001-05-27 17:20 ` Alan Cox
  0 siblings, 1 reply; 8+ messages in thread
From: John Chris Wren @ 2001-05-27 14:44 UTC (permalink / raw)
  To: linux-kernel

I have been running 2.4.4-ac11 for a few weeks, and decided to upgrade to
2.4.4-ac18. I applied the patches, compiled, and installed (all per usual),
and when booting, get a kernel panic at the point VFS is trying to mount the
root file system. I started working backwards to find the last kernel that
would boot. I got down to ac13, and the panics stopped, but I get the
following message:

Checking root filesystem. /dev/hde13 is mounted.
Cannot continue, aboorting.
*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.

Same for ac12. I used the same config file I used for ac11 and previous ac
kernels. I then decided to try the 2.4.5 kernel, which worked fine. I then
applied the 2.4.5-ac1 patches, and got the above message, again.

The system is an Abit KT7A-RAID w/ a 1Ghz Athlon. The dmesg output link
below describes the drive configuration.  The BIOS is configured to boot
from the HPT-370.

As part of the test, I completely reinstalled the 2.4.4 kernel source,
applied the ac11 patch, and my config file, rebuilt and reinstalled. All
worked fine. Any thoughts on why this might be occurring?

I can provide any additional information as necessary. Here are the various
files:

http://jcwren.com/linux/config.txt - config file
http://jcwren.com/linux/dmesg.txt - ac11 dmesg log
http://jcwren.com/linux/lilo.txt - lilo.conf

I'm not smart enough to know how to capture the output for a kernel that
panics and halts. If I can provide any additional information for resolving
the problem, I would be happy to. Oh, and as best as I can tell before it
all scrolls by, the kernel reporting looks to be the same between all
kernels, with only the version being different.

--John


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Problems with ac12 kernels and up
  2001-05-27 14:44 Problems with ac12 kernels and up John Chris Wren
@ 2001-05-27 17:20 ` Alan Cox
  2001-05-27 18:24   ` John Chris Wren
  2001-05-27 21:51   ` Jeff Garzik
  0 siblings, 2 replies; 8+ messages in thread
From: Alan Cox @ 2001-05-27 17:20 UTC (permalink / raw)
  To: jcwren; +Cc: linux-kernel

> Checking root filesystem. /dev/hde13 is mounted.
> Cannot continue, aboorting.
> *** An error occurred during the file system check.
> *** Dropping you to a shell; the system will reboot
> *** when you leave the shell.

That means the file system was mounted read/write at boot time. That normally
indicates a lilo misconfiguration however your lilo.conf looks 
correct.

Alan


^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: Problems with ac12 kernels and up
  2001-05-27 17:20 ` Alan Cox
@ 2001-05-27 18:24   ` John Chris Wren
  2001-05-27 18:32     ` Alan Cox
  2001-05-27 21:51   ` Jeff Garzik
  1 sibling, 1 reply; 8+ messages in thread
From: John Chris Wren @ 2001-05-27 18:24 UTC (permalink / raw)
  To: linux-kernel

>
>> Checking root filesystem. /dev/hde13 is mounted.
>> Cannot continue, aboorting.
>> *** An error occurred during the file system check.
>> *** Dropping you to a shell; the system will reboot
>> *** when you leave the shell.
>
>That means the file system was mounted read/write at boot time. That
normally
>indicates a lilo misconfiguration however your lilo.conf looks
>correct.
>
>Alan

I've built the ac18 kernel with the serial console enabled, and dumped the
results (this is the one that kernel panics).

http://jcwren.com/linux/ac18.txt - ac18 dmesg dump
http://jcwren.com/linux/build.txt - sequence I'm using to build

The apparent interleaved garbage closer to the bottom is exactly what came
out on the console.  (Is linking to the dumps perferred over including it in
the mail, or would folks prefer to have the text included?  Since I'm not a
judge of exactly what you need to see, I'm not sure if 200 lines of dump
would be appropriate or not).

Just for good measure, I've installed the latest RH 7.1 LILO, mkinitrd, and
associated tools.

I also rebuilt the ac12 kernel, and tried again.  Same results as the quoted
text above.

--John


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Problems with ac12 kernels and up
  2001-05-27 18:24   ` John Chris Wren
@ 2001-05-27 18:32     ` Alan Cox
  0 siblings, 0 replies; 8+ messages in thread
From: Alan Cox @ 2001-05-27 18:32 UTC (permalink / raw)
  To: jcwren; +Cc: linux-kernel

> http://jcwren.com/linux/ac18.txt - ac18 dmesg dump
> http://jcwren.com/linux/build.txt - sequence I'm using to build
> 
> The apparent interleaved garbage closer to the bottom is exactly what came
> out on the console.  (Is linking to the dumps perferred over including it in
> the mail, or would folks prefer to have the text included?  Since I'm not a

The link is fine..

> I also rebuilt the ac12 kernel, and tried again.  Same results as the quoted
> text above.

This looks a lot like the superblock changes not only broke reiserfs but also
initd usage.

Al ?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Problems with ac12 kernels and up
  2001-05-27 17:20 ` Alan Cox
  2001-05-27 18:24   ` John Chris Wren
@ 2001-05-27 21:51   ` Jeff Garzik
  2001-05-27 21:54     ` Alan Cox
  1 sibling, 1 reply; 8+ messages in thread
From: Jeff Garzik @ 2001-05-27 21:51 UTC (permalink / raw)
  To: Alan Cox; +Cc: jcwren, linux-kernel

Alan Cox wrote:
> 
> > Checking root filesystem. /dev/hde13 is mounted.
> > Cannot continue, aboorting.
> > *** An error occurred during the file system check.
> > *** Dropping you to a shell; the system will reboot
> > *** when you leave the shell.
> 
> That means the file system was mounted read/write at boot time. That normally
> indicates a lilo misconfiguration however your lilo.conf looks
> correct.

On 'ac' kernels at MDK, only when initrd is used, we are seeing the root
filesystem mounted read-write, no matter what rdev and bootloader
settings are...  Things are fine with no initrd.

I looked at the root_mountflags usage and it looks ok, so I put it in
the "figure out later" pile.

Haven't yet verified if this 'ac' only problem....

-- 
Jeff Garzik      | Disbelief, that's why you fail.
Building 1024    |
MandrakeSoft     |

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Problems with ac12 kernels and up
  2001-05-27 21:51   ` Jeff Garzik
@ 2001-05-27 21:54     ` Alan Cox
  2001-05-28  1:52       ` John Chris Wren
  0 siblings, 1 reply; 8+ messages in thread
From: Alan Cox @ 2001-05-27 21:54 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Alan Cox, jcwren, linux-kernel

> I looked at the root_mountflags usage and it looks ok, so I put it in
> the "figure out later" pile.
> 
> Haven't yet verified if this 'ac' only problem....

Think I have it sussed. Time for -ac2

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: Problems with ac12 kernels and up
  2001-05-27 21:54     ` Alan Cox
@ 2001-05-28  1:52       ` John Chris Wren
  0 siblings, 0 replies; 8+ messages in thread
From: John Chris Wren @ 2001-05-28  1:52 UTC (permalink / raw)
  To: linux-kernel

>> I looked at the root_mountflags usage and it looks ok, so I put it in
>> the "figure out later" pile.
>>
>> Haven't yet verified if this 'ac' only problem....
>
>Think I have it sussed. Time for -ac2

I took down my Jerry Garcia poster, and put up an Alan Cox poster.
2.4.5-ac2 boots like a champ.   Thanks!  (will this make it into a
2.4.4-ac19 patch?)

-- John



^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: problems with ac12 kernels and up
@ 2001-05-27 18:59 John Chris Wren
  0 siblings, 0 replies; 8+ messages in thread
From: John Chris Wren @ 2001-05-27 18:59 UTC (permalink / raw)
  To: linux-kernel

>> http://jcwren.com/linux/ac18.txt - ac18 dmesg dump
>> http://jcwren.com/linux/build.txt - sequence I'm using to build
>>
>> The apparent interleaved garbage closer to the bottom is exactly what
came
>> out on the console.  (Is linking to the dumps perferred over including it
in
>> the mail, or would folks prefer to have the text included?  Since I'm not
a
>
>The link is fine..
>
>> I also rebuilt the ac12 kernel, and tried again.  Same results as the
quoted
>> text above.
>
>This looks a lot like the superblock changes not only broke reiserfs but
also
>initd usage.
>
>Al ?

If it's of any help, here's the System.map around that EIP:

c017f0d0 T floppy_eject
c017f100 t get_dma_residue
c017f150 t rd_make_request
c017f280 t rd_ioctl
c017f380 t initrd_read
c017f3d0 t initrd_release
c017f420 t rd_open
c017f4b0 t rd_release

--John


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-05-28  1:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-27 14:44 Problems with ac12 kernels and up John Chris Wren
2001-05-27 17:20 ` Alan Cox
2001-05-27 18:24   ` John Chris Wren
2001-05-27 18:32     ` Alan Cox
2001-05-27 21:51   ` Jeff Garzik
2001-05-27 21:54     ` Alan Cox
2001-05-28  1:52       ` John Chris Wren
2001-05-27 18:59 problems " John Chris Wren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).