mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: SCSI Tape Corruption - update 2
@ 2001-04-13 15:55 Nate Eldredge
  2001-04-14  8:12 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nate Eldredge @ 2001-04-13 15:55 UTC (permalink / raw)
  To: linux-kernel; +Cc: lomarcan

lomarcan@tin.it wrote:

> Well, the 2.2 distributed with Mandrake 7.2 works fine ... :) 
>
> Hmmm... 32 CONSECUTIVE bytes are a very peculiar error. What can it be? 
>
> Still experimenting...

I once ran into a problem with 32-byte errors appearing in files, and
later, in memory.  I eventually traced it to buggy motherboard cache.
(32 bytes is the size of a cache line.)  A memory tester might be
something to try (I wrote a simple program that seemed to show the
error better than memtest86; can send it if desired.)
 
-- 

Nate Eldredge
neldredge@hmc.edu

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

* Re: SCSI Tape Corruption - update 2
  2001-04-13 15:55 SCSI Tape Corruption - update 2 Nate Eldredge
@ 2001-04-14  8:12 ` Geert Uytterhoeven
  2001-04-14 18:45 ` Lorenzo Marcantonio
  2001-04-14 22:52 ` Chip Salzenberg
  2 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2001-04-14  8:12 UTC (permalink / raw)
  To: Nate Eldredge; +Cc: linux-kernel, lomarcan

On Fri, 13 Apr 2001, Nate Eldredge wrote:
> lomarcan@tin.it wrote:
> > Well, the 2.2 distributed with Mandrake 7.2 works fine ... :) 
> >
> > Hmmm... 32 CONSECUTIVE bytes are a very peculiar error. What can it be? 
> >
> > Still experimenting...
> 
> I once ran into a problem with 32-byte errors appearing in files, and
> later, in memory.  I eventually traced it to buggy motherboard cache.
> (32 bytes is the size of a cache line.)  A memory tester might be
> something to try (I wrote a simple program that seemed to show the
> error better than memtest86; can send it if desired.)

In that case I'd expect the problem to show up when doing whatever. So far I
could not find corrupted files on my hard disk, only when writing to tape, and
only with 2.3/2.4.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


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

* Re: SCSI Tape Corruption - update 2
  2001-04-13 15:55 SCSI Tape Corruption - update 2 Nate Eldredge
  2001-04-14  8:12 ` Geert Uytterhoeven
@ 2001-04-14 18:45 ` Lorenzo Marcantonio
  2001-04-14 22:52 ` Chip Salzenberg
  2 siblings, 0 replies; 5+ messages in thread
From: Lorenzo Marcantonio @ 2001-04-14 18:45 UTC (permalink / raw)
  To: Nate Eldredge; +Cc: linux-kernel, lomarcan

On Fri, 13 Apr 2001, Nate Eldredge wrote:

> (32 bytes is the size of a cache line.)  A memory tester might be
> something to try (I wrote a simple program that seemed to show the
> error better than memtest86; can send it if desired.)

Already tried that... this system has passed some 20 hours running
memtest86...

Also I've got NO OTHER memory failure symptom (and the tape fails only on
writing)

				-- Lorenzo Marcantonio


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

* Re: SCSI Tape Corruption - update 2
  2001-04-13 15:55 SCSI Tape Corruption - update 2 Nate Eldredge
  2001-04-14  8:12 ` Geert Uytterhoeven
  2001-04-14 18:45 ` Lorenzo Marcantonio
@ 2001-04-14 22:52 ` Chip Salzenberg
  2 siblings, 0 replies; 5+ messages in thread
From: Chip Salzenberg @ 2001-04-14 22:52 UTC (permalink / raw)
  To: lomarcan; +Cc: linux-kernel

In article <Pine.LNX.4.31.0104142043340.1271-100000@eris.discordia.loc> you write:
>On Fri, 13 Apr 2001, Nate Eldredge wrote:
>> (32 bytes is the size of a cache line.)  A memory tester might be
>> something to try (I wrote a simple program that seemed to show the
>> error better than memtest86; can send it if desired.)
>
>Already tried that... this system has passed some 20 hours running
>memtest86...

I suggest you try Cerberus:

  https://sourceforge.net/projects/va-ctcs/

which will viciously beat your system to within an inch of its life.
If you have any motherboard problems, they're more likely to show up
with Cerberus than with a simple memtest.
-- 
Chip Salzenberg              - a.k.a. -             <chip@valinux.com>
 "We have no fuel on board, plus or minus 8 kilograms."  -- NEAR tech

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

* Re: SCSI Tape Corruption - update 2
  2001-04-12 15:43 SCSI Tape Corruption - update Gérard Roudier
@ 2001-04-12 20:06 ` Lorenzo Marcantonio
  0 siblings, 0 replies; 5+ messages in thread
From: Lorenzo Marcantonio @ 2001-04-12 20:06 UTC (permalink / raw)
  To: linux-kernel

On Thu, 12 Apr 2001, Gérard Roudier wrote:

> using a sym53c875 controller. In this case, kernel 2.2 was fine.
>
> > Now I'll build some old 2.2 kernel to try...
>
> If 2.2 is ok with your tape, a software error in 2.4 gets very likely, in
> my opinion.

Well, the 2.2 distributed with Mandrake 7.2 works fine ... :)

Hmmm... 32 CONSECUTIVE bytes are a very peculiar error. What can it be?

Still experimenting...

				-- Lorenzo Marcantonio


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

end of thread, other threads:[~2001-04-14 21:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-13 15:55 SCSI Tape Corruption - update 2 Nate Eldredge
2001-04-14  8:12 ` Geert Uytterhoeven
2001-04-14 18:45 ` Lorenzo Marcantonio
2001-04-14 22:52 ` Chip Salzenberg
  -- strict thread matches above, loose matches on Subject: below --
2001-04-12 15:43 SCSI Tape Corruption - update Gérard Roudier
2001-04-12 20:06 ` SCSI Tape Corruption - update 2 Lorenzo Marcantonio

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

all inboxes | Powered by JetHome®