public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Buffer I/O error on device hde3, logical block 4429
@ 2003-07-30 17:21 Shawn
  2003-07-30 19:15 ` Shawn
  2003-07-30 22:16 ` Andrew Morton
  0 siblings, 2 replies; 5+ messages in thread
From: Shawn @ 2003-07-30 17:21 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

I am running 2.6.0-test2-mm1, and upon boot have received a gift of many
"Buffer I/O error on device hde3" messages in my log. After they quit,
they never seem to come back.

I'd just like to know what might cause this? I see fs/buffer.c is
telling me this, but I don't know what is failing.

One thing of note, I just upgraded my CPU from an Athlon XP 1800+ to a
2400+, and had to disable IO-APIC, and shut APIC off in my BIOS.

My hardware: http://www.enodev.com/info.html
(If I should include more info let me know)

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

* Re: Buffer I/O error on device hde3, logical block 4429
  2003-07-30 17:21 Buffer I/O error on device hde3, logical block 4429 Shawn
@ 2003-07-30 19:15 ` Shawn
  2003-07-30 19:25   ` Marc-Christian Petersen
  2003-07-30 22:16 ` Andrew Morton
  1 sibling, 1 reply; 5+ messages in thread
From: Shawn @ 2003-07-30 19:15 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

It appears Mike Galbraith has seen something similar in -vanilla.
http://www.ussg.iu.edu/hypermail/linux/kernel/0307.3/1987.html

Does anyone have any interest at all in pursuing this? Hopefully? I'm
glad to try and be the pig of Guinea. Kill piggy!

On Wed, 2003-07-30 at 12:21, Shawn wrote:
> I am running 2.6.0-test2-mm1, and upon boot have received a gift of many
> "Buffer I/O error on device hde3" messages in my log. After they quit,
> they never seem to come back.
> 
> I'd just like to know what might cause this? I see fs/buffer.c is
> telling me this, but I don't know what is failing.
> 
> One thing of note, I just upgraded my CPU from an Athlon XP 1800+ to a
> 2400+, and had to disable IO-APIC, and shut APIC off in my BIOS.

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

* Re: Buffer I/O error on device hde3, logical block 4429
  2003-07-30 19:15 ` Shawn
@ 2003-07-30 19:25   ` Marc-Christian Petersen
  2003-07-30 19:39     ` Shawn
  0 siblings, 1 reply; 5+ messages in thread
From: Marc-Christian Petersen @ 2003-07-30 19:25 UTC (permalink / raw)
  To: Shawn, linux-kernel@vger.kernel.org

On Wednesday 30 July 2003 21:15, Shawn wrote:

Hi,

> It appears Mike Galbraith has seen something similar in -vanilla.
> http://www.ussg.iu.edu/hypermail/linux/kernel/0307.3/1987.html
> Does anyone have any interest at all in pursuing this? Hopefully? I'm
> glad to try and be the pig of Guinea. Kill piggy!

> > I am running 2.6.0-test2-mm1, and upon boot have received a gift of many
> > "Buffer I/O error on device hde3" messages in my log. After they quit,
> > they never seem to come back.
hmm, I had the same errors yesterday and the culprit was a "data=writeback" 
for a reiserfs partition. 2.6 don't know about data= for reiserfs.

Could it be your problem too?

ciao, Marc


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

* Re: Buffer I/O error on device hde3, logical block 4429
  2003-07-30 19:25   ` Marc-Christian Petersen
@ 2003-07-30 19:39     ` Shawn
  0 siblings, 0 replies; 5+ messages in thread
From: Shawn @ 2003-07-30 19:39 UTC (permalink / raw)
  To: Marc-Christian Petersen; +Cc: linux-kernel@vger.kernel.org

Well, my fstab entry seems pretty default

/dev/hde3	/hdg/3	reiserfs	defaults	1 2

On Wed, 2003-07-30 at 14:25, Marc-Christian Petersen wrote:
> On Wednesday 30 July 2003 21:15, Shawn wrote:
> 
> Hi,
> 
> > It appears Mike Galbraith has seen something similar in -vanilla.
> > http://www.ussg.iu.edu/hypermail/linux/kernel/0307.3/1987.html
> > Does anyone have any interest at all in pursuing this? Hopefully? I'm
> > glad to try and be the pig of Guinea. Kill piggy!
> 
> > > I am running 2.6.0-test2-mm1, and upon boot have received a gift of many
> > > "Buffer I/O error on device hde3" messages in my log. After they quit,
> > > they never seem to come back.
> hmm, I had the same errors yesterday and the culprit was a "data=writeback" 
> for a reiserfs partition. 2.6 don't know about data= for reiserfs.
> 
> Could it be your problem too?
> 
> ciao, Marc
> 

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

* Re: Buffer I/O error on device hde3, logical block 4429
  2003-07-30 17:21 Buffer I/O error on device hde3, logical block 4429 Shawn
  2003-07-30 19:15 ` Shawn
@ 2003-07-30 22:16 ` Andrew Morton
  1 sibling, 0 replies; 5+ messages in thread
From: Andrew Morton @ 2003-07-30 22:16 UTC (permalink / raw)
  To: Shawn; +Cc: linux-kernel

Shawn <core@enodev.com> wrote:
>
> I am running 2.6.0-test2-mm1, and upon boot have received a gift of many
> "Buffer I/O error on device hde3" messages in my log. After they quit,
> they never seem to come back.

Please just ignore them.  They are noise arising from the new readahead
behaviour in the block layer.


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

end of thread, other threads:[~2003-07-30 22:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-30 17:21 Buffer I/O error on device hde3, logical block 4429 Shawn
2003-07-30 19:15 ` Shawn
2003-07-30 19:25   ` Marc-Christian Petersen
2003-07-30 19:39     ` Shawn
2003-07-30 22:16 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox