All of lore.kernel.org
 help / color / mirror / Atom feed
* cp from SATA to SCSI freeze
@ 2004-10-24 10:13 Bjarne Thomsen
  2004-10-24 11:02 ` Marc Bevand
  2004-10-25  5:36 ` Jeff Garzik
  0 siblings, 2 replies; 6+ messages in thread
From: Bjarne Thomsen @ 2004-10-24 10:13 UTC (permalink / raw)
  To: linux-scsi

When I copy a directory containing about 6Gb of files
from a SATA disk to my SCSI system disk the system freezes
so I have to press the reset button. This happens with
cp -r, but is does not happen with mv. cp -r works fine
from the SCSI to the SATA disk. The problem reproduces
every time I try to cp from SATA to SCSI.

Is this a known issue?

OS: Mandrake 2.6.8.1-12.5mdksmp x86_64 2 AMD Opteron(tm) Processors
MB: Tyan S2885 Thunder K8W
SCSI IF: Adaptec 29160
Advanced Micro Devices|AMD-8131 PCI-X
Advanced Micro Devices|K8 [Athlon64/Opteron]
sata_sil: Silicon Image|Sil3114A Serial ATA
aic7xxx : Adaptec|7892A

Is there something that I can to to locate the
problem?

 -- Bjarne

-- 
Bjarne Thomsen <bjarne.thomsen@get2net.dk>
Institute of Physics & Astronomy


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

* Re: cp from SATA to SCSI freeze
  2004-10-24 10:13 cp from SATA to SCSI freeze Bjarne Thomsen
@ 2004-10-24 11:02 ` Marc Bevand
  2004-10-24 17:49   ` Bjarne Thomsen
       [not found]   ` <1098622024.2563.6.camel@tycho.astronomy.dk>
  2004-10-25  5:36 ` Jeff Garzik
  1 sibling, 2 replies; 6+ messages in thread
From: Marc Bevand @ 2004-10-24 11:02 UTC (permalink / raw)
  To: linux-scsi

On 2004-10-24, Bjarne Thomsen <bjarne.thomsen@get2net.dk> wrote:
|  [...]
|  Is there something that I can to to locate the
|  problem?

When it freezes, do you see some kernel messages displayed on
the console ?

Also, how many SATA disks and how many SCSI disks are involved ?
Are you using software RAID ?

-- 
Marc Bevand                          http://www.epita.fr/~bevand_m
Computer Science School EPITA - System, Network and Security Dept.


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

* Re: cp from SATA to SCSI freeze
  2004-10-24 11:02 ` Marc Bevand
@ 2004-10-24 17:49   ` Bjarne Thomsen
       [not found]   ` <1098622024.2563.6.camel@tycho.astronomy.dk>
  1 sibling, 0 replies; 6+ messages in thread
From: Bjarne Thomsen @ 2004-10-24 17:49 UTC (permalink / raw)
  To: linux-scsi

On Sun, 2004-10-24 at 13:02, Marc Bevand wrote:
> On 2004-10-24, Bjarne Thomsen <bjarne.thomsen@get2net.dk> wrote:
> |  Is there something that I can to to locate the
> |  problem?
> 
> When it freezes, do you see some kernel messages displayed on
> the console ?
No message of any kind.
> 
> Also, how many SATA disks and how many SCSI disks are involved ?
2 SCSI disks on the same 29160 controller.
> Are you using software RAID ?
No software raid.

 -- Bjarne

-- 
Bjarne Thomsen <bjarne.thomsen@get2net.dk>
Institute of Physics & Astronomy


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

* Re: cp from SATA to SCSI freeze
       [not found]   ` <1098622024.2563.6.camel@tycho.astronomy.dk>
@ 2004-10-25  0:05     ` Marc Bevand
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Bevand @ 2004-10-25  0:05 UTC (permalink / raw)
  To: Bjarne Thomsen; +Cc: linux-ide

Bjarne Thomsen wrote:
| On Sun, 2004-10-24 at 13:02, Marc Bevand wrote:
| > When it freezes, do you see some kernel messages displayed on
| > the console ?
|
| No message at all.
|
| > Also, how many SATA disks and how many SCSI disks are involved ?
| > Are you using software RAID ?
|
| 2 SCSI disks connected to the 29160; 1 SATA disk connected
| to the SATA1 port. I can copy between the 2 SCSI disks
| without problems. No software raid, and I chose Ultra
| (not raid) for SATA in the latest BIOS (beta) bersion.

The sii3114 SATA chip on your motherboard is known to be buggy with
some drives (Seagate, Maxtor), which are blacklisted by sata_sil.c.

Can you try 2.6.9 ? IIRC more drives have been added to the blacklist
in 2.6.9.

-- 
Marc Bevand                          http://www.epita.fr/~bevand_m
Computer Science School EPITA - System, Network and Security Dept.

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

* Re: cp from SATA to SCSI freeze
  2004-10-24 10:13 cp from SATA to SCSI freeze Bjarne Thomsen
  2004-10-24 11:02 ` Marc Bevand
@ 2004-10-25  5:36 ` Jeff Garzik
  2004-10-25 16:08   ` Bjarne Thomsen
  1 sibling, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2004-10-25  5:36 UTC (permalink / raw)
  To: Bjarne Thomsen; +Cc: linux-scsi

Bjarne Thomsen wrote:
> When I copy a directory containing about 6Gb of files
> from a SATA disk to my SCSI system disk the system freezes
> so I have to press the reset button. This happens with
> cp -r, but is does not happen with mv. cp -r works fine
> from the SCSI to the SATA disk. The problem reproduces
> every time I try to cp from SATA to SCSI.
> 
> Is this a known issue?
> 
> OS: Mandrake 2.6.8.1-12.5mdksmp x86_64 2 AMD Opteron(tm) Processors
> MB: Tyan S2885 Thunder K8W


Have the latest BIOS?  BIOS update seems to fix most of the system 
freeze issues, and replacing cables / power often fixes the rest.

Tried booting with "noapic" or "pci=biosirq" or "acpi=off" or "pci=noacpi"?

	Jeff



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

* Re: cp from SATA to SCSI freeze
  2004-10-25  5:36 ` Jeff Garzik
@ 2004-10-25 16:08   ` Bjarne Thomsen
  0 siblings, 0 replies; 6+ messages in thread
From: Bjarne Thomsen @ 2004-10-25 16:08 UTC (permalink / raw)
  To: linux-scsi

On Mon, 2004-10-25 at 07:36, Jeff Garzik wrote:
> Have the latest BIOS?  BIOS update seems to fix most of the system 
> freeze issues, and replacing cables / power often fixes the rest.
> 
Yes, I have the latest BIOS (beta), but I didn't use it.
This morning I had an idea: could it be hyper transport?
The CPU2, PCI-X0, and AGP HT Link speeds were set to
600MHz or 800MHz by default.
After having changed all 3 values to 200MHz I
have not had a single freeze. I am still testing.

 -- Bjarne

-- 
Bjarne Thomsen <bjarne.thomsen@get2net.dk>
Institute of Physics & Astronomy


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

end of thread, other threads:[~2004-10-25 16:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-24 10:13 cp from SATA to SCSI freeze Bjarne Thomsen
2004-10-24 11:02 ` Marc Bevand
2004-10-24 17:49   ` Bjarne Thomsen
     [not found]   ` <1098622024.2563.6.camel@tycho.astronomy.dk>
2004-10-25  0:05     ` Marc Bevand
2004-10-25  5:36 ` Jeff Garzik
2004-10-25 16:08   ` Bjarne Thomsen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.