[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#589945: linux-image-2.6.32-5-amd64: NFS client hangs



Package: linux-2.6
Version: 2.6.32-17
Severity: important

This looks to be a similar problem to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578152 but I cannot
post to that bug as it's been archived.

If I do this in 4 different xterm windows having cd to the same NFS
mounted directory:

xterm1: rm -rf *
xterm2: while true; do     let iter+=1;     echo $iter;     dd if=/dev/zero of=$$ bs=1M count=1000; done
xterm3: while true; do     let iter+=1;     echo $iter;     dd if=/dev/zero of=$$ bs=1M count=1000; done
xterm4: while true; do     let iter+=1;     echo $iter;     dd if=/dev/zero of=$$ bs=1M count=1000; done

then it normally hangs before the 3rd iteration starts. The directory
contains loads of information (eg 5 linux source trees).

When it gets into this hang state, here's the packets from the client to server:

4   42.909478   172.18.0.39 10.1.6.102  TCP 1013 > nfs [SYN] Seq=0 Win=5840 Len=0 MSS=1460 TSV=108490 TSER=0 WS=0
5   42.909577   10.1.6.102  172.18.0.39 TCP nfs > 1013 [SYN, ACK] Seq=0 Ack=1 Win=64240 Len=0 MSS=1460
6   42.909610   172.18.0.39 10.1.6.102  TCP 1013 > nfs [ACK] Seq=1 Ack=1 Win=5840 Len=0
7   42.909672   172.18.0.39 10.1.6.102  TCP 1013 > nfs [FIN, ACK] Seq=1 Ack=1 Win=5840 Len=0
8   42.909767   10.1.6.102  172.18.0.39 TCP nfs > 1013 [ACK] Seq=1 Ack=2 Win=64240 Len=0
9   43.660083   10.1.6.102  172.18.0.39 TCP nfs > 1013 [FIN, ACK] Seq=1 Ack=2 Win=64240 Len=0
10  43.660100   172.18.0.39 10.1.6.102  TCP 1013 > nfs [ACK] Seq=2 Ack=2 Win=5840 Len=0

and then repeats after a while.

IE the client starts a connection and then closes it again without
sending data.

FWIW I've found it easier to reproduce this problem if Ethernet flow
control is off but it still happens with it on as well. This happens
with different types of Ethernet hardware too. The rm -rf isn't necessary
either but makes the problem easier to reproduce (for me anyway).

The mount options are:

# mount | grep u15
sweet.dev.bluearc.com:/u15 on /u/u15 type nfs (rw,noatime,nodiratime,hard,intr,rsize=32768,wsize=32768,proto=tcp,hard,intr,rsize=32768,wsize=32768,sloppy,addr=10.1.6.102)

I've generated a stock 2.6.34.1 kernel and that also has the same
problem. We don't encounter this problem with the 2.6.26 package currently
in lenny:

# dpkg --status linux-image-2.6.26-2-amd64 | grep Version
Version: 2.6.26-22lenny1

As this problem is still present in 2.6.34.1, I've posted a message to
http://lkml.org/lkml/2010/7/22/185 as well.

-- Package-specific info:
** Version:
Linux version 2.6.32-5-amd64 (Debian 2.6.32-17) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Sun Jul 11 01:44:28 UTC 2010

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=3d1b595c-9dbc-460f-a68f-58a84e571927 ro quiet

** Not tainted

** Kernel log:
[    7.590069] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.738875]   alloc irq_desc for 16 on node 0
[    7.738880]   alloc kstat_irqs on node 0
[    7.738913] nouveau 0000:03:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    7.746000] [drm] nouveau 0000:03:04.0: Detected an NV30 generation card (0x034200b1)
[    7.746053] [drm] nouveau 0000:03:04.0: Attempting to load BIOS image from PROM
[    8.017531] [drm] nouveau 0000:03:04.0: ... appears to be valid
[    8.017686] [drm] nouveau 0000:03:04.0: BMP BIOS found
[    8.017688] [drm] nouveau 0000:03:04.0: BMP version 5.39
[    8.017691] [drm] nouveau 0000:03:04.0: Bios version 04.34.20.27
[    8.017695] [drm] nouveau 0000:03:04.0: Found Display Configuration Block version 2.2
[    8.017699] [drm] nouveau 0000:03:04.0: Raw DCB entry 0: 01000300 000088b8
[    8.017702] [drm] nouveau 0000:03:04.0: Raw DCB entry 1: 02010310 000088b8
[    8.017705] [drm] nouveau 0000:03:04.0: Raw DCB entry 2: 01010312 00000000
[    8.017707] [drm] nouveau 0000:03:04.0: Raw DCB entry 3: 02020321 00000003
[    8.017852] [drm] nouveau 0000:03:04.0: Loading NV17 power sequencing microcode
[    8.017856] [drm] nouveau 0000:03:04.0: Parsing VBIOS init table 0 at offset 0xE5D9
[    8.017912] [drm] nouveau 0000:03:04.0: Parsing VBIOS init table 1 at offset 0xE7EA
[    8.017932] [drm] nouveau 0000:03:04.0: Parsing VBIOS init table 2 at offset 0xE930
[    8.018024] [drm] nouveau 0000:03:04.0: Parsing VBIOS init table 3 at offset 0xEAB6
[    8.018031] [drm] nouveau 0000:03:04.0: Parsing VBIOS init table 4 at offset 0xEAD3
[    8.018040] [drm] nouveau 0000:03:04.0: Parsing VBIOS init table 5 at offset 0xEAF0
[    8.047478] [drm] nouveau 0000:03:04.0: Parsing VBIOS init table 6 at offset 0xEC74
[    8.158717] [TTM] Zone  kernel: Available graphics memory: 2064726 kiB.
[    8.158733] [drm] nouveau 0000:03:04.0: 128 MiB VRAM
[    8.190630] [drm] nouveau 0000:03:04.0: 64 MiB GART (aperture)
[    8.191043] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[    8.192312] [drm] nouveau 0000:03:04.0: Allocating FIFO number 0
[    8.197784] [drm] nouveau 0000:03:04.0: nouveau_channel_alloc: initialised FIFO 0
[    8.197807] [drm] nouveau 0000:03:04.0: Initial CRTC_OWNER is 0
[    8.197823] [drm] nouveau 0000:03:04.0: Saving VGA fonts
[    8.286521] [drm] nouveau 0000:03:04.0: Detected a VGA connector
[    8.286703] [drm] nouveau 0000:03:04.0: Detected a DVI-I connector
[    8.286770] [drm] nouveau 0000:03:04.0: Detected a TV connector
[    8.289816] [drm] nouveau 0000:03:04.0: Setting dpms mode 3 on vga encoder (output 0)
[    8.289822] [drm] nouveau 0000:03:04.0: Setting dpms mode 3 on vga encoder (output 1)
[    8.289827] [drm] nouveau 0000:03:04.0: Setting dpms mode 3 on tmds encoder (output 2)
[    8.289831] [drm] nouveau 0000:03:04.0: Setting dpms mode 3 on TV encoder (output 3)
[    8.484372] [drm] nouveau 0000:03:04.0: allocated 1280x1024 fb: 0x49000, bo ffff88013c7a8a00
[    8.502525] [drm] nouveau 0000:03:04.0: Setting dpms mode 0 on vga encoder (output 0)
[    8.502530] [drm] nouveau 0000:03:04.0: Output VGA-1 is running on CRTC 0 using output A
[    8.507875] Console: switching to colour frame buffer device 160x64
[    8.513233] fb0: nouveaufb frame buffer device
[    8.513235] registered panic notifier
[    8.513310] [drm] Initialized nouveau 0.0.15 20090420 for 0000:03:04.0 on minor 0
[   10.048255] Adding 15623204k swap on /dev/sda3.  Priority:-1 extents:1 across:15623204k 
[   10.472613] EXT3 FS on sda1, internal journal
[   10.596736] loop: module loaded
[   13.423479] kjournald starting.  Commit interval 5 seconds
[   13.423662] EXT3 FS on sda2, internal journal
[   13.423668] EXT3-fs: mounted filesystem with ordered data mode.
[   13.504365] kjournald starting.  Commit interval 5 seconds
[   13.504563] EXT3 FS on sda5, internal journal
[   13.504569] EXT3-fs: mounted filesystem with ordered data mode.
[   13.591740] kjournald starting.  Commit interval 5 seconds
[   13.591909] EXT3 FS on sda6, internal journal
[   13.591912] EXT3-fs: mounted filesystem with ordered data mode.
[   13.611173] kjournald starting.  Commit interval 5 seconds
[   13.611385] EXT3 FS on sda7, internal journal
[   13.611387] EXT3-fs: mounted filesystem with ordered data mode.
[   14.500924] tg3 0000:02:09.0: firmware: requesting tigon/tg3_tso.bin
[   14.618092] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   14.836845] fuse init (API version 7.13)
[   16.883020] RPC: Registered udp transport module.
[   16.883023] RPC: Registered tcp transport module.
[   16.883025] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   17.165413] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   17.418403] svc: failed to register lockdv1 RPC service (errno 97).
[   17.419270] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   17.452352] NFSD: starting 90-second grace period
[   17.721313] tg3: eth1: Link is up at 1000 Mbps, full duplex.
[   17.721316] tg3: eth1: Flow control is off for TX and off for RX.
[   17.722259] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   23.539684] Bluetooth: Core ver 2.15
[   23.539743] NET: Registered protocol family 31
[   23.539744] Bluetooth: HCI device and connection manager initialized
[   23.539748] Bluetooth: HCI socket layer initialized
[   23.602067] Bluetooth: L2CAP ver 2.14
[   23.602070] Bluetooth: L2CAP socket layer initialized
[   23.738589] [drm] nouveau 0000:03:04.0: Allocating FIFO number 1
[   23.744475] [drm] nouveau 0000:03:04.0: nouveau_channel_alloc: initialised FIFO 1
[   23.838337] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   23.838340] Bluetooth: BNEP filters: protocol multicast
[   23.930149] Bridge firewalling registered
[   24.128223] Bluetooth: SCO (Voice Link) ver 0.6
[   24.128226] Bluetooth: SCO socket layer initialized
[   25.346415] lp: driver loaded but no devices found
[   25.371510] ppdev: user-space parallel port driver
[   28.536018] eth1: no IPv6 routers present
[   30.731735] powernow-k8: Found 1 AMD Opteron(tm) Processor 250 processors (1 cpu cores) (version 2.20.00)
[   30.731790] powernow-k8:    0 : fid 0x10 (2400 MHz), vid 0x2
[   30.731793] powernow-k8:    1 : fid 0xe (2200 MHz), vid 0x6
[   30.731795] powernow-k8:    2 : fid 0xc (2000 MHz), vid 0x8
[   30.731797] powernow-k8:    3 : fid 0xa (1800 MHz), vid 0x8
[   30.731799] powernow-k8:    4 : fid 0x2 (1000 MHz), vid 0x8
[   31.004021] Clocksource tsc unstable (delta = -132901150 ns)
[   39.131595] Slow work thread pool: Starting up
[   39.131689] Slow work thread pool: Ready
[   39.131815] FS-Cache: Loaded
[   39.186339] FS-Cache: Netfs 'nfs' registered for caching

** Model information
sys_vendor: To Be Filled By O.E.M.
product_name: To Be Filled By O.E.M.
product_version: To Be Filled By O.E.M.
chassis_vendor: To Be Filled By O.E.M.
chassis_version: To Be Filled By O.E.M.
bios_vendor: American Megatrends Inc.
bios_version: 080010 
board_vendor: TYAN
board_name: TYAN High-End Dual AMD Opteron, S2882
board_version: To be filled by O.E.M.

** Loaded modules:
Module                  Size  Used by
nfs                   240826  1 
fscache                29834  1 nfs
autofs4                20805  23 
powernow_k8            10978  0 
cpufreq_powersave        902  0 
cpufreq_conservative     5162  0 
cpufreq_userspace       1992  0 
cpufreq_stats           2659  0 
parport_pc             18855  0 
ppdev                   5030  0 
lp                      7462  0 
parport                27954  3 parport_pc,ppdev,lp
sco                     7209  2 
bridge                 39598  0 
stp                     1440  1 bridge
bnep                    9427  2 
l2cap                  24736  3 bnep
crc16                   1319  1 l2cap
bluetooth              41827  5 sco,bnep,l2cap
rfkill                 13044  2 bluetooth
nfsd                  254118  11 
lockd                  57603  2 nfs,nfsd
nfs_acl                 2031  2 nfs,nfsd
auth_rpcgss            33460  2 nfs,nfsd
sunrpc                161317  16 nfs,nfsd,lockd,nfs_acl,auth_rpcgss
exportfs                3170  1 nfsd
binfmt_misc             6431  1 
fuse                   50190  1 
tcp_diag                 880  0 
inet_diag               6882  1 tcp_diag
loop                   11783  0 
nouveau               353136  2 
ttm                    39986  1 nouveau
drm_kms_helper         20065  1 nouveau
i2c_amd756              4321  0 
amd_rng                 1437  0 
amd64_edac_mod         13630  0 
drm                   142551  4 nouveau,ttm,drm_kms_helper
rng_core                3006  1 amd_rng
i2c_amd8111             3557  0 
i2c_algo_bit            4225  1 nouveau
i2c_core               15712  6 nouveau,drm_kms_helper,i2c_amd756,drm,i2c_amd8111,i2c_algo_bit
edac_core              29261  3 amd64_edac_mod
edac_mce_amd            6433  1 amd64_edac_mod
button                  4650  1 nouveau
shpchp                 26264  0 
k8temp                  3139  0 
pci_hotplug            21203  1 shpchp
evdev                   7352  10 
pcspkr                  1699  0 
processor              30231  1 powernow_k8
ext3                  106518  5 
jbd                    37085  1 ext3
mbcache                 5050  1 ext3
sg                     18744  0 
sr_mod                 12602  0 
sd_mod                 29777  7 
crc_t10dif              1276  1 sd_mod
cdrom                  29415  1 sr_mod
ata_generic             2983  0 
ohci_hcd               19212  0 
ehci_hcd               31135  0 
sata_sil                7412  6 
pata_amd                9869  0 
usbcore               121959  3 ohci_hcd,ehci_hcd
nls_base                6361  1 usbcore
libata                133584  3 ata_generic,sata_sil,pata_amd
e100                   25860  0 
mii                     3210  1 e100
tg3                    95663  0 
libphy                 14054  1 tg3
scsi_mod              122117  4 sg,sr_mod,sd_mod,libata
thermal                11674  0 
thermal_sys            11942  2 processor,thermal

** Network interface configuration:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth1
iface eth1 inet static
	address 172.18.0.39
	netmask 255.255.0.0
	network 172.18.0.0
	broadcast 172.18.255.255
	gateway 172.18.254.254
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 10.1.1.14
	dns-search dev.bluearc.com

** Network status:
*** IP interfaces and addresses:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:e0:81:2b:65:34 brd ff:ff:ff:ff:ff:ff
    inet 172.18.0.39/16 brd 172.18.255.255 scope global eth1
    inet6 fe80::2e0:81ff:fe2b:6534/64 scope link 
       valid_lft forever preferred_lft forever
3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:e0:81:2b:65:06 brd ff:ff:ff:ff:ff:ff
4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:e0:81:2b:65:35 brd ff:ff:ff:ff:ff:ff
5: pan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN 
    link/ether ee:c1:18:9f:55:8b brd ff:ff:ff:ff:ff:ff

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo:   71379     570    0    0    0     0          0         0    71379     570    0    0    0     0       0          0
  eth1:  964689    3423    0    0    0     0          0        36   375733    2377    0    0    0     0       0          0
  eth0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth2:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  pan0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0

*** Protocol statistics:
Ip:
    3187 total packets received
    17 with invalid addresses
    0 forwarded
    0 incoming packets discarded
    3170 incoming packets delivered
    2476 requests sent out
Icmp:
    1 ICMP messages received
    0 input ICMP message failed.
    ICMP input histogram:
        destination unreachable: 1
    1 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 1
IcmpMsg:
        InType3: 1
        OutType3: 1
Tcp:
    75 active connections openings
    2 passive connection openings
    0 failed connection attempts
    0 connection resets received
    4 connections established
    2594 segments received
    2592 segments send out
    0 segments retransmited
    0 bad segments received.
    2 resets sent
Udp:
    974 packets received
    0 packets to unknown port received.
    0 packet receive errors
    313 packets sent
UdpLite:
TcpExt:
    70 TCP sockets finished time wait in fast timer
    82 delayed acks sent
    1 packets directly queued to recvmsg prequeue.
    1988 bytes directly in process context from backlog
    1962 packet headers predicted
    2 packets header predicted and directly queued to user
    100 acknowledgments not containing data payload received
    1663 predicted acknowledgments
IpExt:
    InMcastPkts: 27
    OutMcastPkts: 19
    InBcastPkts: 719
    OutBcastPkts: 34
    InOctets: 899194
    OutOctets: 340344
    InMcastOctets: 4090
    OutMcastOctets: 2867
    InBcastOctets: 90045
    OutBcastOctets: 3854

*** Device features:
eth0: 0x0
eth1: 0x9a3
eth2: 0x9a3
lo: 0x13865
pan0: 0xff3865

** PCI devices:
00:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] AMD-8111 PCI [1022:7460] (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=64
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: fc900000-feafffff
	Prefetchable memory behind bridge: dc700000-fc6fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:07.0 ISA bridge [0601]: Advanced Micro Devices [AMD] AMD-8111 LPC [1022:7468] (rev 05)
	Subsystem: Advanced Micro Devices [AMD] AMD-8111 LPC [1022:7468]
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:07.1 IDE interface [0101]: Advanced Micro Devices [AMD] AMD-8111 IDE [1022:7469] (rev 03) (prog-if 8a [Master SecP PriP])
	Subsystem: Advanced Micro Devices [AMD] AMD-8111 IDE [1022:7469]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 32
	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
	Region 4: I/O ports at ffa0 [size=16]
	Kernel driver in use: pata_amd

00:07.2 SMBus [0c05]: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 [1022:746a] (rev 02)
	Subsystem: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 [1022:746a]
	Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin D routed to IRQ 10
	Region 0: I/O ports at cc00 [size=32]

00:07.3 Bridge [0680]: Advanced Micro Devices [AMD] AMD-8111 ACPI [1022:746b] (rev 05)
	Subsystem: Advanced Micro Devices [AMD] AMD-8111 ACPI [1022:746b]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge [1022:7450] (rev 12) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=64
	Memory behind bridge: fc800000-fc8fffff
	Prefetchable memory behind bridge: 00000000dc600000-00000000dc6fffff
	Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:0a.1 PIC [0800]: Advanced Micro Devices [AMD] AMD-8131 PCI-X IOAPIC [1022:7451] (rev 01) (prog-if 10 [IO-APIC])
	Subsystem: Advanced Micro Devices [AMD] Device [1022:36c0]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at febff000 (64-bit, non-prefetchable) [size=4K]

00:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge [1022:7450] (rev 12) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
	Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:0b.1 PIC [0800]: Advanced Micro Devices [AMD] AMD-8131 PCI-X IOAPIC [1022:7451] (rev 01) (prog-if 10 [IO-APIC])
	Subsystem: Advanced Micro Devices [AMD] Device [1022:36c0]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at febfe000 (64-bit, non-prefetchable) [size=4K]

00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: <access denied>

00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller [1022:1102]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: amd64_edac

00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: k8temp

02:09.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet [14e4:1648] (rev 03)
	Subsystem: Broadcom Corporation Device [14e4:1644]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (16000ns min), Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	Region 0: Memory at fc8c0000 (64-bit, non-prefetchable) [size=64K]
	Region 2: Memory at fc8b0000 (64-bit, non-prefetchable) [size=64K]
	Expansion ROM at fc8a0000 [disabled] [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: tg3

02:09.1 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet [14e4:1648] (rev 03)
	Subsystem: Broadcom Corporation Device [14e4:1644]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (16000ns min), Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 25
	Region 0: Memory at fc8f0000 (64-bit, non-prefetchable) [size=64K]
	Region 2: Memory at fc8e0000 (64-bit, non-prefetchable) [size=64K]
	Expansion ROM at fc8d0000 [disabled] [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: tg3

03:00.0 USB Controller [0c03]: Advanced Micro Devices [AMD] AMD-8111 USB OHCI [1022:7464] (rev 0b) (prog-if 10 [OHCI])
	Subsystem: Advanced Micro Devices [AMD] AMD-8111 USB OHCI [1022:7464]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (20000ns max)
	Interrupt: pin D routed to IRQ 19
	Region 0: Memory at feadd000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd

03:00.1 USB Controller [0c03]: Advanced Micro Devices [AMD] AMD-8111 USB OHCI [1022:7464] (rev 0b) (prog-if 10 [OHCI])
	Subsystem: Advanced Micro Devices [AMD] AMD-8111 USB OHCI [1022:7464]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (20000ns max)
	Interrupt: pin D routed to IRQ 19
	Region 0: Memory at feade000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd

03:04.0 VGA compatible controller [0300]: nVidia Corporation NV34 [GeForce FX 5200] [10de:0322] (rev a1) (prog-if 00 [VGA controller])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (1250ns min, 250ns max)
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at e0000000 (32-bit, prefetchable) [size=256M]
	Expansion ROM at feae0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: nouveau

03:05.0 Mass storage controller [0180]: Silicon Image, Inc. SiI 3114 [SATALink/SATARaid] Serial ATA Controller [1095:3114] (rev 02)
	Subsystem: Silicon Image, Inc. SiI 3114 SATALink Controller [1095:3114]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 19
	Region 0: I/O ports at bc00 [size=8]
	Region 1: I/O ports at b880 [size=4]
	Region 2: I/O ports at b800 [size=8]
	Region 3: I/O ports at b480 [size=4]
	Region 4: I/O ports at b400 [size=16]
	Region 5: Memory at feadfc00 (32-bit, non-prefetchable) [size=1K]
	Expansion ROM at fea00000 [disabled] [size=512K]
	Capabilities: <access denied>
	Kernel driver in use: sata_sil

03:08.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 10)
	Subsystem: Intel Corporation EtherExpress PRO/100 S Server Adapter [8086:1040]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (2000ns min, 14000ns max), Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at feadc000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at b080 [size=64]
	Region 2: Memory at feaa0000 (32-bit, non-prefetchable) [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: e100


** Sound cards:

-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.32-5-amd64 depends on:
ii  debconf [deb 1.5.33                      Debian configuration management sy
ii  initramfs-to 0.97.2                      tools for generating an initramfs
ii  linux-base   2.6.35~rc5-1~experimental.1 Linux image base package
ii  module-init- 3.12-1                      tools for managing Linux kernel mo

Versions of packages linux-image-2.6.32-5-amd64 recommends:
ii  firmware-linux-free           2.6.32-17  Binary firmware for various driver

Versions of packages linux-image-2.6.32-5-amd64 suggests:
ii  grub                          0.97-61    GRand Unified Bootloader (dummy pa
pn  linux-doc-2.6.32              <none>     (no description available)

Versions of packages linux-image-2.6.32-5-amd64 is related to:
pn  firmware-bnx2                 <none>     (no description available)
pn  firmware-bnx2x                <none>     (no description available)
pn  firmware-ipw2x00              <none>     (no description available)
pn  firmware-ivtv                 <none>     (no description available)
pn  firmware-iwlwifi              <none>     (no description available)
ii  firmware-linux                0.26       Binary firmware for various driver
ii  firmware-linux-nonfree        0.26       Binary firmware for various driver
pn  firmware-qlogic               <none>     (no description available)
pn  firmware-ralink               <none>     (no description available)
pn  xen-hypervisor                <none>     (no description available)

-- debconf-show failed



Reply to: