[3004] in linux-scsi channel archive
Re: SCSI and SMP not getting along.
daemon@ATHENA.MIT.EDU (Brian Pavane)
Sun Dec 28 14:50:05 1997
Date: Sun, 28 Dec 1997 14:44:52 -0500 (EST)
From: Brian Pavane <bpavane@liii.com>
To: Stephen Costaras <stevecs@chaven.com>
cc: linux-scsi@vger.rutgers.edu, linux-smp@vger.rutgers.edu
In-Reply-To: <199712280644.AAA01070@shell.chaven.com>
On Sun, 28 Dec 1997, Stephen Costaras wrote:
>
> Does your machine just lock solid or do you have any error messages printed
> to the screen?
I compiled the machine without smp, and then ran things that would tax the
scsi card/drive. Such things as untar'ing kernel sources, doing ls -laR's
of the entire drive, moving files accross partitions, to name a few.
During this I got the following data printed to my console.
scsi0: Aborting CCB #10979 to Target 0
SCSI host 0 abort (pid 10956) timed out - resetting
SCSI bus is being reset for host 0 channel 0.
scsi0: Sending Bus Device Reset CCB #10981 to Target 0
SCSI host 0 abort (pid 10957) timed out - resetting
SCSI bus is being reset for host 0 channel 0.
scsi0: Unable to Reset Command to Target 0 - Reset Pending
SCSI host 0 abort (pid 10958) timed out - resetting
SCSI bus is being reset for host 0 channel 0.
scsi0: Unable to Reset Command to Target 0 - Reset Pending
SCSI host 0 abort (pid 10959) timed out - resetting
SCSI bus is being reset for host 0 channel 0.
scsi0: Unable to Reset Command to Target 0 - Reset Pending
SCSI host 0 abort (pid 10960) timed out - resetting
SCSI bus is being reset for host 0 channel 0.
scsi0: Unable to Reset Command to Target 0 - Reset Pending
SCSI host 0 abort (pid 10961) timed out - resetting
SCSI bus is being reset for host 0 channel 0.
scsi0: Unable to Reset Command to Target 0 - Reset Pending
SCSI host 0 abort (pid 10962) timed out - resetting
SCSI bus is being reset for host 0 channel 0.
scsi0: Resetting BusLogic BT-958 due to Target 0
scsi0: *** BusLogic BT-958 Initialized Successfully ***
scsi0: Tagged Queuing now active for Target 0
> It does not appear to be a software problem (at least not the driver as
> I don't even see it attempting any resets from your /proc entry). Have
> you tried putting your card in another slot?
> How about compiling the kernel w/ smp enabled but with only cpu in the
> machine? same problem?
When I compile 2.0.32 with SMP, I get the following error upon bootup, when
it does the Partition Check.
VFS: Cannot open root device 08:01
Kenel panic: VFS: Unalbe to mount root fs on 08:01
However, if I cimpile 2.0.32 without SMP support or I compile 2.1.76 with
or without SMP support I don't get this message. I still do get the SCSI
errors with 2.1.76 however.
> Steve
-Brian Pavane