At http://www.3ware.com/KB/article.aspx?id=15243&cNode=6I1C6S I read
that "you should not use the 7000/8000 series in kernel driver 3w-xxxx
if you are using Linux kernels 2.6.15 through 2.6.22.". I couldn't
understand which driver version is affected by this problem.
At https://bugzilla.redhat.com/show_bug.cgi?id=451945 it is said that
upgrading the driver version to 1.26.03 fixed this bug among others.
Is it possible that the 1.26.02.002 driver currently used in the
2.6.26 Debian kernel package is still affected by this bug?
I attach some details, if any further needed I'll be happy to provide
it upon request.
# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Xeon(R) CPU 5140 @ 2.33GHz
stepping : 6
cpu MHz : 2333.405
cache size : 4096 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall lm
constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2
ssse3 cx16 xtpr dca lahf_lm
bogomips : 4670.75
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Xeon(R) CPU 5140 @ 2.33GHz
stepping : 6
cpu MHz : 2333.405
cache size : 4096 KB
physical id : 3
siblings : 2
core id : 0
cpu cores : 2
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall lm
constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2
ssse3 cx16 xtpr dca lahf_lm
bogomips : 4666.96
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Xeon(R) CPU 5140 @ 2.33GHz
stepping : 6
cpu MHz : 2333.405
cache size : 4096 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall lm
constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2
ssse3 cx16 xtpr dca lahf_lm
bogomips : 4666.88
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Xeon(R) CPU 5140 @ 2.33GHz
stepping : 6
cpu MHz : 2333.405
cache size : 4096 KB
physical id : 3
siblings : 2
core id : 1
cpu cores : 2
apicid : 7
initial apicid : 7
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall lm
constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2
ssse3 cx16 xtpr dca lahf_lm
bogomips : 4666.94
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
# lspci -v
...
05:01.0 RAID bus controller: 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev
01)
Subsystem: 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID
Flags: bus master, fast Back2Back, 66MHz, medium devsel, latency
72, IRQ 16
I/O ports at 3000 [size=16]
Memory at b0300000 (32-bit, non-prefetchable) [size=16]
Memory at b0800000 (32-bit, non-prefetchable) [size=8M]
[virtual] Expansion ROM at b4200000 [disabled] [size=64K]
Capabilities: [40] Power Management version 1
Kernel driver in use: 3w-xxxx
Kernel modules: 3w-xxxx
...
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-23-2010, 05:45 PM
Moritz Muehlenhoff
Bug#518812: I/O errors with 3w-xxxx and 8Gb ram
On Sun, Mar 08, 2009 at 07:09:51PM +0000, marcob@inventati.org wrote:
>
>
> Package: linux-image-2.6.26-1-amd64
> Version: 2.6.26-13
> Severity: critical
>
> I am experiencing I/O errors on various hosts equipped with a
> 3ware raid controller, 8 GB RAM and running a 2.6.26 Linux kernel.
>
> Example (the same for many system files and commands):
>
> # /sbin/halt
> -bash: /sbin/halt: Input/output error
>
> At http://www.3ware.com/KB/article.aspx?id=15243&cNode=6I1C6S I read
> that "you should not use the 7000/8000 series in kernel driver 3w-xxxx
> if you are using Linux kernels 2.6.15 through 2.6.22.". I couldn't
> understand which driver version is affected by this problem.
>
> At https://bugzilla.redhat.com/show_bug.cgi?id=451945 it is said that
> upgrading the driver version to 1.26.03 fixed this bug among others.
>
> Is it possible that the 1.26.02.002 driver currently used in the
> 2.6.26 Debian kernel package is still affected by this bug?
Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.
The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.
Thanks,
Moritz
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20100223184514.GA3204@galadriel.inutil.org">http://lists.debian.org/20100223184514.GA3204@galadriel.inutil.org
04-19-2010, 02:15 PM
Marco
Bug#518812: I/O errors with 3w-xxxx and 8Gb ram
* Moritz Muehlenhoff <jmm@inutil.org> [2010 02 23, 19:45]:
> The next release of Debian (6.0, code name Squeeze) will be based
> on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
> us whether the problem persists. If so, we should report it upstream
> to the kernel.org developers.
Hello,
I tested the 2.6.32 kernel from unstable as suggested, while at the
moment I am running linux-image-2.6.32-bpo.3-amd64 from backports: both
kernels work fine, even if the device driver version shown by dmesg
is still 1.26.02.002.
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20100419141544.GA6041@discovery">http://lists.debian.org/20100419141544.GA6041@discovery