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

Bug#607902: marked as done (linux-image-2.6.37-rc5-686: NFS home directory seems empty sometimes)



Your message dated Tue, 28 Dec 2010 11:47:56 +0100
with message-id <1293533276.4125.4.camel@sorbet.thuis.net>
and subject line Re: Bug#607902: linux-image-2.6.37-rc5-686: NFS home directory seems empty sometimes
has caused the Debian Bug report #607902,
regarding linux-image-2.6.37-rc5-686: NFS home directory seems empty sometimes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
607902: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607902
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Subject: linux-image-2.6.37-rc5-686: NFS home directory seems empty sometimes
Package: linux-2.6
Version: 2.6.37~rc5-1~experimental.3
File: /boot/vmlinuz
Severity: important
Tags: experimental

I've recently given 2.6.37~rc5-1~experimental.3 a try and ran into this
a couple of times. My home directory is mounted using NFS.
Client-side /etc/fstab entry:

fs:/home       /home       nfs rw,hard,intr,bg,rsize=4096,wsize=1024,acregmin=10,acregmax=600,noatime,sec=sys,_netdev 0 0

Server-side (Debian lenny/i386 linux-image-2.6.26-2-amd64
2.6.26-25lenny1 kernel) /etc/exports (/home is an ext3 filesystem):

/home sorbet(rw,root_squash,nohide,async,no_subtree_check)

Once in a while an ls -Flash shows an empty directory (not even . and ..
entries are reported by ls). When this happens it persists for a while
(at least a couple of minutes). Only the directory listing seems to be
affected, the files themselves can be accessed fine.

It can be "fixed" by triggering some activity on the home directory
(e.g. touch .). I seem to be able to trigger the problem by creating a
file and then deleting it:

sorbet:/home/arthur>ls -Flash
total 4.1M
 20K drwx-----x 183 arthur users       20K Dec 23 23:03 ./
4.0K drwxrwxr-x  12 root   staff      4.0K Dec 22 21:56 ../
4.0K drwx------   2 arthur users      4.0K Oct  9  2009 .AbiSuite/
8.0K -rw-------   1 arthur users      5.9K Apr 20  2006 .addressbook
...
[normal expected output snipped]
...
4.0K -rw-------   1 arthur users        93 May 23  2005 .Xresources
 16K -rw-------   1 arthur users       13K Oct 17  2006 .xscreensaver
 76K -rw-------   1 arthur users       69K Dec 23 22:10 .xsession-errors
4.0K drwx------   2 arthur users      4.0K Mar 13  2010 .zaz/
sorbet:/home/arthur>touch foo
sorbet:/home/arthur>ls -Flash
total 4.1M
 20K drwx-----x 183 arthur users       20K Dec 23 23:06 ./
4.0K drwxrwxr-x  12 root   staff      4.0K Dec 22 21:56 ../
4.0K drwx------   2 arthur users      4.0K Oct  9  2009 .AbiSuite/
8.0K -rw-------   1 arthur users      5.9K Apr 20  2006 .addressbook
...
   0 -rw-------   1 arthur users         0 Dec 23 23:06 foo
...
4.0K -rw-------   1 arthur users        93 May 23  2005 .Xresources
 16K -rw-------   1 arthur users       13K Oct 17  2006 .xscreensaver
 76K -rw-------   1 arthur users       69K Dec 23 22:10 .xsession-errors
4.0K drwx------   2 arthur users      4.0K Mar 13  2010 .zaz/
sorbet:/home/arthur>rm foo
sorbet:/home/arthur>ls -Flash
total 4.1M
 20K drwx-----x 183 arthur users       20K Dec 23 23:07 ./
4.0K drwxrwxr-x  12 root   staff      4.0K Dec 22 21:56 ../
4.0K drwx------   2 arthur users      4.0K Oct  9  2009 .AbiSuite/
8.0K -rw-------   1 arthur users      5.9K Apr 20  2006 .addressbook
...
[normal expected output snipped, foo is gone]
...
4.0K -rw-------   1 arthur users        93 May 23  2005 .Xresources
 16K -rw-------   1 arthur users       13K Oct 17  2006 .xscreensaver
 76K -rw-------   1 arthur users       69K Dec 23 22:10 .xsession-errors
4.0K drwx------   2 arthur users      4.0K Mar 13  2010 .zaz/
sorbet:/home/arthur>ls -Flash
total 0
sorbet:/home/arthur>ls -Flash
total 0
sorbet:/home/arthur>ls -Flashd .
20K drwx-----x 183 arthur users 20K Dec 23 23:07 ./
sorbet:/home/arthur>ls -Flashd ..
4.0K drwxrwxr-x 12 root staff 4.0K Dec 22 21:56 ../
sorbet:/home/arthur>ls -Flash .profile
4.0K -rw------- 1 arthur users 203 Feb  8  2001 .profile
sorbet:/home/arthur>find . -ls
1425409   20 drwx-----x 183 arthur   users       20480 Dec 23 23:07 .
sorbet:/home/arthur>ls -Flash
total 0
sorbet:/home/arthur>strace -o /tmp/strace.log -f -v ls -Flash
total 0
sorbet:/home/arthur>touch .
sorbet:/home/arthur>ls -Flash
total 4.1M
 20K drwx-----x 183 arthur users       20K Dec 23 23:08 ./
4.0K drwxrwxr-x  12 root   staff      4.0K Dec 22 21:56 ../
4.0K drwx------   2 arthur users      4.0K Oct  9  2009 .AbiSuite/
8.0K -rw-------   1 arthur users      5.9K Apr 20  2006 .addressbook
...
[normal expected output snipped, foo is still gone]
...
4.0K -rw-------   1 arthur users        93 May 23  2005 .Xresources
 16K -rw-------   1 arthur users       13K Oct 17  2006 .xscreensaver
 76K -rw-------   1 arthur users       69K Dec 23 22:10 .xsession-errors
4.0K drwx------   2 arthur users      4.0K Mar 13  2010 .zaz/

(strace file of ls attached)

When this happens the kernel logs do not show anything (neither client
or server).

I think I'll go back to an earlier kernel version for now but I'm happy
to provide more information if needed.

-- Package-specific info:
** Version:
Linux version 2.6.37-rc5-686 (Debian 2.6.37~rc5-1~experimental.3) (ben@decadent.org.uk) (gcc version 4.4.5 (Debian 4.4.5-10) ) #1 SMP Sat Dec 11 20:11:38 UTC 2010

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.37-rc5-686 root=UUID=0d489493-67f5-4bd5-9445-cf310b0b2c23 ro

** Not tainted

** Kernel log:
[   36.601460] audit: name_count maxed, losing inode data: dev=00:07, inode=5737
[   36.601463] audit: name_count maxed, losing inode data: dev=00:07, inode=5694
[   36.601466] audit: name_count maxed, losing inode data: dev=00:07, inode=5742
[   36.601469] audit: name_count maxed, losing inode data: dev=00:07, inode=5742
[   36.601474] audit: name_count maxed, losing inode data: dev=00:07, inode=5742
[   36.601477] audit: name_count maxed, losing inode data: dev=00:07, inode=5742
[   36.614498] audit: name_count maxed, losing inode data: dev=00:07, inode=4576
[   36.614503] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614507] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614510] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614514] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614517] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614522] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614526] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614529] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614533] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614536] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614539] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614543] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614546] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614549] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614556] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614559] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614563] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614566] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614569] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614572] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614576] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614579] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614582] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.614585] audit: name_count maxed, losing inode data: dev=00:07, inode=4568
[   36.791794] sshd (1477): /proc/1477/oom_adj is deprecated, please use /proc/1477/oom_score_adj instead.
[   37.031570] Bluetooth: Core ver 2.15
[   37.033274] NET: Registered protocol family 31
[   37.034936] Bluetooth: HCI device and connection manager initialized
[   37.036577] Bluetooth: HCI socket layer initialized
[   37.043408] Bluetooth: L2CAP ver 2.15
[   37.045006] Bluetooth: L2CAP socket layer initialized
[   37.049975] Bluetooth: RFCOMM TTY layer initialized
[   37.051531] Bluetooth: RFCOMM socket layer initialized
[   37.053079] Bluetooth: RFCOMM ver 1.11
[   37.538570] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   37.540151] Bluetooth: BNEP filters: protocol multicast
[   37.545758] Bluetooth: SCO (Voice Link) ver 0.6
[   37.547301] Bluetooth: SCO socket layer initialized
[   37.621724] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input7
[   38.176137] lp0: using parport0 (interrupt-driven).
[   38.180793] ppdev: user-space parallel port driver
[   61.750177] type=1305 audit(1293093746.951:20648): auid=4294967295 ses=4294967295 op="remove rule" key=(null) list=4 res=1
[   61.750184] type=1305 audit(1293093746.951:20649): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 res=1
[ 2692.499561] lo: Disabled Privacy Extensions
[ 3079.880754] lo: Disabled Privacy Extensions
[ 3948.935218] lo: Disabled Privacy Extensions
[ 3954.657515] lo: Disabled Privacy Extensions
[ 3964.314935] lo: Disabled Privacy Extensions
[ 3974.055909] lo: Disabled Privacy Extensions
[ 5345.707837] lo: Disabled Privacy Extensions
[ 5430.337256] lo: Disabled Privacy Extensions
[ 6519.063676] lo: Disabled Privacy Extensions
[ 6567.131760] lo: Disabled Privacy Extensions
[ 7624.562224] xbmc.bin[10916]: segfault at 4d0 ip b514c276 sp bfdc5490 error 4 in libX11.so.6.3.0[b5114000+119000]
[ 7803.499876] [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer
[ 7804.011900] [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer
[ 7985.519026] [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer
[ 8714.962966] [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer
[21446.862552] lo: Disabled Privacy Extensions
[21456.391027] lo: Disabled Privacy Extensions
[21461.824154] lo: Disabled Privacy Extensions
[21480.685989] lo: Disabled Privacy Extensions
[21498.150295] lo: Disabled Privacy Extensions
[21950.206554] lo: Disabled Privacy Extensions
[22154.082864] lo: Disabled Privacy Extensions
[23272.354042] lo: Disabled Privacy Extensions
[23309.242994] lo: Disabled Privacy Extensions
[23965.923586] lo: Disabled Privacy Extensions
[24082.115273] lo: Disabled Privacy Extensions
[25343.223355] lo: Disabled Privacy Extensions
[25462.856740] lo: Disabled Privacy Extensions
[25506.758309] lo: Disabled Privacy Extensions
[31829.154870] lo: Disabled Privacy Extensions
[31890.406328] lo: Disabled Privacy Extensions
[31910.134232] lo: Disabled Privacy Extensions
[31953.121444] lo: Disabled Privacy Extensions
[32027.565260] lo: Disabled Privacy Extensions
[32410.525873] [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer
[32416.652454] [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer
[32422.017614] [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer
[37569.226705] lo: Disabled Privacy Extensions
[37712.622124] lo: Disabled Privacy Extensions
[37759.912289] lo: Disabled Privacy Extensions
[37947.669608] lo: Disabled Privacy Extensions
[38210.516158] lo: Disabled Privacy Extensions
[38216.302885] lo: Disabled Privacy Extensions
[38229.432326] lo: Disabled Privacy Extensions
[38262.682673] lo: Disabled Privacy Extensions
[39125.457382] lo: Disabled Privacy Extensions
[39133.274721] lo: Disabled Privacy Extensions
[42531.887734] lo: Disabled Privacy Extensions
[42952.141035] lo: Disabled Privacy Extensions
[44933.596051] lo: Disabled Privacy Extensions

** Model information
not available

** Loaded modules:
Module                  Size  Used by
ppdev                   4143  0 
lp                      5638  0 
sco                     5959  2 
bnep                    7779  2 
rfcomm                 23630  0 
l2cap                  26626  6 bnep,rfcomm
crc16                   1035  1 l2cap
bluetooth              37757  6 sco,bnep,rfcomm,l2cap
rfkill                 10830  3 bluetooth
acpi_cpufreq            4563  0 
mperf                    967  1 acpi_cpufreq
cpufreq_powersave        614  0 
cpufreq_stats           1934  0 
cpufreq_userspace       1508  0 
cpufreq_conservative     6190  0 
binfmt_misc             4993  1 
kvm_intel              34713  0 
kvm                   202770  1 kvm_intel
uinput                  5126  1 
fuse                   47423  1 
nfs                   206093  2 
lockd                  48968  1 nfs
fscache                24854  1 nfs
nfs_acl                 1679  1 nfs
auth_rpcgss            25191  1 nfs
sunrpc                132486  20 nfs,lockd,nfs_acl,auth_rpcgss
coretemp                3844  0 
tun                     9817  0 
loop                   11019  0 
dm_crypt                8923  0 
snd_hda_codec_analog    53500  1 
snd_hda_intel          16353  3 
snd_hda_codec          52021  2 snd_hda_codec_analog,snd_hda_intel
snd_hwdep               4046  1 snd_hda_codec
snd_pcm_oss            27678  0 
snd_mixer_oss          10395  1 snd_pcm_oss
snd_pcm                47068  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi            3642  0 
snd_rawmidi            12645  1 snd_seq_midi
snd_seq_midi_event      3762  1 snd_seq_midi
snd_seq                34776  2 snd_seq_midi,snd_seq_midi_event
i915                  252550  2 
snd_timer              12501  2 snd_pcm,snd_seq
snd_seq_device          3659  3 snd_seq_midi,snd_rawmidi,snd_seq
drm_kms_helper         19573  1 i915
drm                   119326  3 i915,drm_kms_helper
joydev                  7016  0 
snd                    34265  17 snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
i2c_algo_bit            3373  1 i915
evdev                   5916  11 
i2c_i801                6246  0 
parport_pc             15713  1 
tpm_tis                 5405  0 
parport                21330  3 ppdev,lp,parport_pc
psmouse                38606  0 
i2c_core               12934  5 i915,drm_kms_helper,drm,i2c_algo_bit,i2c_i801
dcdbas                  3768  0 
video                   9711  1 i915
shpchp                 18083  0 
tpm                     8175  1 tpm_tis
tpm_bios                3649  1 tpm
button                  3610  1 i915
processor              22140  1 acpi_cpufreq
serio_raw               2898  0 
thermal_sys             9328  2 processor,video
pcspkr                  1219  0 
output                  1220  1 video
pci_hotplug            16971  1 shpchp
soundcore               3434  1 snd
snd_page_alloc          5077  2 snd_hda_intel,snd_pcm
reiserfs              172990  2 
dm_mod                 48014  1 dm_crypt
sg                     15859  0 
sd_mod                 24982  4 
sr_mod                 10929  0 
crc_t10dif              1020  1 sd_mod
cdrom                  25985  1 sr_mod
usbhid                 26510  0 
hid                    51402  1 usbhid
ata_generic             2183  0 
uhci_hcd               15866  0 
ata_piix               17559  3 
libata                123562  2 ata_generic,ata_piix
ehci_hcd               28387  0 
tg3                    95979  0 
usbcore                95425  4 usbhid,uhci_hcd,ehci_hcd
scsi_mod              128459  4 sg,sr_mod,sd_mod,libata
libphy                 11647  1 tg3
nls_base                4521  1 usbcore

** Network interface configuration:

auto lo eth0

iface lo inet loopback

iface eth0 inet dhcp

** 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: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:18:8b:55:2c:9f brd ff:ff:ff:ff:ff:ff
    inet 192.168.12.4/24 brd 192.168.12.255 scope global eth0
    inet6 2001:888:1613:0:218:8bff:fe55:2c9f/64 scope global dynamic 
       valid_lft 2591996sec preferred_lft 604796sec
    inet6 fec0::1:218:8bff:fe55:2c9f/64 scope site dynamic 
       valid_lft 2591996sec preferred_lft 604796sec
    inet6 fe80::218:8bff:fe55:2c9f/64 scope link 
       valid_lft forever preferred_lft forever

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo: 34549142   11150    0    0    0     0          0         0 34549142   11150    0    0    0     0       0          0
  eth0: 6344776133 7815812    0    0    0     9          0      7041 3243740769 6378751    0    0    0     0       0          0

*** Protocol statistics:
Ip:
    6060657 total packets received
    2 with invalid addresses
    0 forwarded
    0 incoming packets discarded
    6060655 incoming packets delivered
    6206139 requests sent out
Icmp:
    0 ICMP messages received
    0 input ICMP message failed.
    ICMP input histogram:
    0 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
Tcp:
    6194 active connections openings
    168 passive connection openings
    3 failed connection attempts
    253 connection resets received
    15 connections established
    6134712 segments received
    6381688 segments send out
    543 segments retransmited
    0 bad segments received.
    594 resets sent
Udp:
    8226 packets received
    0 packets to unknown port received.
    0 packet receive errors
    6759 packets sent
UdpLite:
TcpExt:
    3 packets pruned from receive queue because of socket buffer overrun
    1461 TCP sockets finished time wait in fast timer
    31468 delayed acks sent
    13 delayed acks further delayed because of locked socket
    Quick ack mode was activated 77 times
    22543 packets directly queued to recvmsg prequeue.
    113408 bytes directly received in process context from prequeue
    5380256 packet headers predicted
    7296 packets header predicted and directly queued to user
    19228 acknowledgments not containing data payload received
    3297303 predicted acknowledgments
    55 times recovered from packet loss by selective acknowledgements
    Detected reordering 3 times using SACK
    Detected reordering 1 times using time stamp
    6 congestion windows fully recovered without slow start
    16 congestion windows partially recovered using Hoe heuristic
    49 congestion windows recovered without slow start by DSACK
    31 congestion windows recovered without slow start after partial ack
    54 fast retransmits
    67 forward retransmits
    103 other TCP timeouts
    612 packets collapsed in receive queue due to low socket buffer
    75 DSACKs sent for old packets
    146 DSACKs received
    237 connections reset due to unexpected data
    84 connections reset due to early user close
    46 connections aborted due to timeout
    TCPDSACKIgnoredOld: 5
    TCPDSACKIgnoredNoUndo: 9
    TCPSackShifted: 3
    TCPSackMerged: 253
    TCPSackShiftFallback: 988
IpExt:
    InMcastPkts: 55
    OutMcastPkts: 57
    InBcastPkts: 1702
    InOctets: -1
    OutOctets: -1142374433
    InMcastOctets: 13943
    OutMcastOctets: 14023
    InBcastOctets: 340435

*** Device features:
eth0: 0x1149b3
lo: 0x13865

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82Q963/Q965 Memory Controller Hub [8086:2990] (rev 02)
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller [0300]: Intel Corporation 82Q963/Q965 Integrated Graphics Controller [8086:2992] (rev 02) (prog-if 00 [VGA controller])
	Subsystem: Dell Device [1028:01da]
	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-
	Latency: 0
	Interrupt: pin A routed to IRQ 40
	Region 0: Memory at fea00000 (32-bit, non-prefetchable) [size=1M]
	Region 2: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at ecb8 [size=8]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915

00:02.1 Display controller [0380]: Intel Corporation 82Q963/Q965 Integrated Graphics Controller [8086:2993] (rev 02)
	Subsystem: Dell Device [1028:01da]
	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-
	Latency: 0
	Region 0: Memory at feb00000 (32-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>

00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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
	Interrupt: pin A routed to IRQ 16
	Region 4: I/O ports at ff20 [size=32]
	Kernel driver in use: uhci_hcd

00:1a.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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
	Interrupt: pin B routed to IRQ 17
	Region 4: I/O ports at ff00 [size=32]
	Kernel driver in use: uhci_hcd

00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 02) (prog-if 20 [EHCI])
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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
	Interrupt: pin C routed to IRQ 22
	Region 0: Memory at fe9fbc00 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 02)
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 41
	Region 0: Memory at fe9fc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: HDA Intel

00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 02) (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=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fe800000-fe8fffff
	Prefetchable memory behind bridge: 00000000fe500000-00000000fe6fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:1c.4 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 [8086:2847] (rev 02) (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=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fe700000-fe7fffff
	Prefetchable memory behind bridge: 00000000fe300000-00000000fe4fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at ff80 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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
	Interrupt: pin B routed to IRQ 17
	Region 4: I/O ports at ff60 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at ff40 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 02) (prog-if 20 [EHCI])
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at ff980800 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev f2) (prog-if 01 [Subtractive decode])
	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-
	Latency: 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
	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:1f.0 ISA bridge [0601]: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller [8086:2810] (rev 02)
	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
	Capabilities: <access denied>

00:1f.2 IDE interface [0101]: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller [8086:2820] (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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
	Interrupt: pin C routed to IRQ 20
	Region 0: I/O ports at fe00 [size=8]
	Region 1: I/O ports at fe10 [size=4]
	Region 2: I/O ports at fe20 [size=8]
	Region 3: I/O ports at fe30 [size=4]
	Region 4: I/O ports at fec0 [size=16]
	Region 5: I/O ports at ecc0 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: ata_piix

00:1f.3 SMBus [0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e] (rev 02)
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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 C routed to IRQ 20
	Region 0: Memory at fe9fbb00 (32-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at ece0 [size=32]
	Kernel driver in use: i801_smbus

00:1f.5 IDE interface [0101]: Intel Corporation 82801H (ICH8 Family) 2 port SATA IDE Controller [8086:2825] (rev 02) (prog-if 85 [Master SecO PriO])
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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
	Interrupt: pin C routed to IRQ 20
	Region 0: I/O ports at fe40 [size=8]
	Region 1: I/O ports at fe50 [size=4]
	Region 2: I/O ports at fe60 [size=8]
	Region 3: I/O ports at fe70 [size=4]
	Region 4: I/O ports at fed0 [size=16]
	Region 5: I/O ports at ecd0 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: ata_piix

02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5754 Gigabit Ethernet PCI Express [14e4:167a] (rev 02)
	Subsystem: Dell OptiPlex 745 [1028:01da]
	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-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 42
	Region 0: Memory at fe7f0000 (64-bit, non-prefetchable) [size=64K]
	Expansion ROM at <ignored> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: tg3


** USB devices:
Bus 007 Device 002: ID 046d:c016 Logitech, Inc. Optical Wheel Mouse
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 046d:c30e Logitech, Inc. UltraX Keyboard (Y-BL49)
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 004: ID 0424:2504 Standard Microsystems Corp. USB 2.0 Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-rc5-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.37-rc5-686 depends on:
ii  debconf [deb 1.5.37                      Debian configuration management sy
ii  initramfs-to 0.98.7                      tools for generating an initramfs
ii  linux-base   2.6.37~rc5-1~experimental.3 Linux image base package
ii  module-init- 3.12-1                      tools for managing Linux kernel mo

Versions of packages linux-image-2.6.37-rc5-686 recommends:
ii  firmware-linux-f 2.6.33-1~experimental.2 Binary firmware for various driver
ii  libc6-i686       2.11.2-7                Embedded GNU C Library: Shared lib

Versions of packages linux-image-2.6.37-rc5-686 suggests:
pn  grub | lilo                   <none>     (no description available)
pn  linux-doc-2.6.37              <none>     (no description available)

Versions of packages linux-image-2.6.37-rc5-686 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.27       Binary firmware for various driver
ii  firmware-linux-nonfree        0.27       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 information:
  linux-image-2.6.37-rc5-686/prerm/removing-running-kernel-2.6.37-rc5-686: true
  linux-image-2.6.37-rc5-686/postinst/depmod-error-initrd-2.6.37-rc5-686: false
  linux-image-2.6.37-rc5-686/postinst/missing-firmware-2.6.37-rc5-686:
  linux-image-2.6.37-rc5-686/postinst/ignoring-do-bootloader-2.6.37-rc5-686:

-- 
-- arthur - adejong@debian.org - http://people.debian.org/~adejong --
7926  execve("/bin/ls", ["ls", "-Flash"], ["PATH=/home/arthur/bin:/usr/local"..., "USER=arthur", "SSH_AUTH_SOCK=/tmp/keyring-DJdS1"..., "SHELL=/usr/bin/tcsh", "DBUS_SESSION_BUS_ADDRESS=unix:ab"..., "GDM_LANG=en_GB.utf8", "GTK_MODULES=canberra-gtk-module", "GNOME_KEYRING_PID=6070", "GTK_RC_FILES=/etc/gtk/gtkrc:/hom"..., "GDMSESSION=gnome", "XDG_SESSION_COOKIE=fc4d9514f8f85"..., "LANG=en_GB.utf8", "WINDOWPATH=7", "GNOME_KEYRING_CONTROL=/tmp/keyri"..., "WINDOWID=48264303", "USERNAME=arthur", "COLORTERM=gnome-terminal", "TERM=xterm", "PWD=/home/arthur", "ORBIT_SOCKETDIR=/tmp/orbit-arthu"..., "GNOME_DESKTOP_SESSION_ID=this-is"..., "GDM_KEYBOARD_LAYOUT=us", "SESSION_MANAGER=local/sorbet:@/t"..., "DISPLAY=:0.0", "GPG_AGENT_INFO=/tmp/gpg-MBVmV7/S"..., "LOGNAME=arthur", "XDG_DATA_DIRS=/usr/share/gnome:/"..., "SSH_AGENT_PID=6134", "DESKTOP_SESSION=gnome", "HOME=/home/arthur", "XAUTHORITY=/var/run/gdm3/auth-fo"..., "NLSPATH=/usr/share/locale/%L/LC_"..., "HOSTTYPE=i586-linux", "VENDOR=intel", "OSTYPE=linux", "MACHTYPE=i586", "SHLVL=2", "GROUP=users", "HOST=sorbet", "REMOTEHOST=", "COLUMNS=133", "LINES=30", "LESSOPEN=/usr/bin/lessfile %s", "LESSCLOSE=/usr/bin/lessfile %s %"..., "CVSROOT=/home/arthur/devel/repos", "EDITOR=nano", "CVS_RSH=ssh", "RSYNC_RSH=ssh", "REPORTBUGEMAIL=adejong@debian.or"..., "DEBEMAIL=adejong@debian.org", "DEBFULLNAME=Arthur de Jong", "GREP_OPTIONS=--color=auto", "GREP_COLOR=7;37;2;40", "PYTHONSTARTUP=/home/arthur/.pyth"...]) = 0
7926  brk(0)                            = 0x807d000
7926  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
7926  mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb782d000
7926  access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
7926  open("/etc/ld.so.cache", O_RDONLY) = 3
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=388343, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=192, st_size=97921, st_atime=2010/12/23-11:30:42, st_mtime=2010/12/23-11:30:41, st_ctime=2010/12/23-11:30:41}) = 0
7926  mmap2(NULL, 97921, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7815000
7926  close(3)                          = 0
7926  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
7926  open("/lib/libselinux.so.1", O_RDONLY) = 3
7926  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0J\0\0004\0\0\0"..., 512) = 512
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=318919, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=208, st_size=104276, st_atime=2010/12/23-09:55:02, st_mtime=2010/07/21-08:55:22, st_ctime=2010/07/24-11:45:06}) = 0
7926  mmap2(NULL, 109564, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb77fa000
7926  mmap2(0xb7813000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18) = 0xb7813000
7926  close(3)                          = 0
7926  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
7926  open("/lib/i686/cmov/librt.so.1", O_RDONLY) = 3
7926  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\30\0\0004\0\0\0"..., 512) = 512
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=721807, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=64, st_size=30684, st_atime=2010/12/23-09:55:01, st_mtime=2010/10/31-12:38:57, st_ctime=2010/11/01-20:51:35}) = 0
7926  mmap2(NULL, 33364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb77f1000
7926  mmap2(0xb77f8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb77f8000
7926  close(3)                          = 0
7926  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
7926  open("/lib/libacl.so.1", O_RDONLY) = 3
7926  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\27\0\0004\0\0\0"..., 512) = 512
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=165079, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=56, st_size=26492, st_atime=2010/12/23-12:36:12, st_mtime=2010/09/21-10:11:01, st_ctime=2010/09/22-21:49:03}) = 0
7926  mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb77f0000
7926  mmap2(NULL, 25220, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb77e9000
7926  mmap2(0xb77ef000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb77ef000
7926  close(3)                          = 0
7926  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
7926  open("/lib/i686/cmov/libc.so.6", O_RDONLY) = 3
7926  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320m\1\0004\0\0\0"..., 512) = 512
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=721859, st_mode=S_IFREG|0755, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=2594, st_size=1323460, st_atime=2010/12/23-09:55:01, st_mtime=2010/10/31-12:38:57, st_ctime=2010/11/01-20:51:35}) = 0
7926  mmap2(NULL, 1333608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb76a3000
7926  mmap2(0xb77e3000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13f) = 0xb77e3000
7926  mmap2(0xb77e6000, 10600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb77e6000
7926  close(3)                          = 0
7926  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
7926  open("/lib/i686/cmov/libdl.so.2", O_RDONLY) = 3
7926  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\n\0\0004\0\0\0"..., 512) = 512
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=721809, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=9736, st_atime=2010/12/23-09:55:02, st_mtime=2010/10/31-12:38:57, st_ctime=2010/11/01-20:51:35}) = 0
7926  mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb769f000
7926  mmap2(0xb76a1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb76a1000
7926  close(3)                          = 0
7926  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
7926  open("/lib/i686/cmov/libpthread.so.0", O_RDONLY) = 3
7926  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20J\0\0004\0\0\0"..., 512) = 512
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=721806, st_mode=S_IFREG|0755, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=232, st_size=117367, st_atime=2010/12/23-09:55:01, st_mtime=2010/10/31-12:38:57, st_ctime=2010/11/01-20:51:35}) = 0
7926  mmap2(NULL, 98784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7686000
7926  mmap2(0xb769b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb769b000
7926  mmap2(0xb769d000, 4576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb769d000
7926  close(3)                          = 0
7926  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
7926  open("/lib/libattr.so.1", O_RDONLY) = 3
7926  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\17\0\0004\0\0\0"..., 512) = 512
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=327657, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=14888, st_atime=2010/12/23-09:55:01, st_mtime=2010/06/08-08:17:28, st_ctime=2010/06/09-20:12:39}) = 0
7926  mmap2(NULL, 17696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7681000
7926  mmap2(0xb7685000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7685000
7926  close(3)                          = 0
7926  mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7680000
7926  mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb767f000
7926  set_thread_area({entry_number:-1 -> 6, base_addr:0xb767f720, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
7926  mprotect(0xb769b000, 4096, PROT_READ) = 0
7926  mprotect(0xb76a1000, 4096, PROT_READ) = 0
7926  mprotect(0xb77e3000, 8192, PROT_READ) = 0
7926  mprotect(0xb77f8000, 4096, PROT_READ) = 0
7926  mprotect(0xb7813000, 4096, PROT_READ) = 0
7926  mprotect(0xb784b000, 4096, PROT_READ) = 0
7926  munmap(0xb7815000, 97921)         = 0
7926  set_tid_address(0xb767f788)       = 7926
7926  set_robust_list(0xb767f790, 0xc)  = 0
7926  futex(0xbfcd08d0, FUTEX_WAKE_PRIVATE, 1) = 0
7926  futex(0xbfcd08d0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, bfcd08e0) = -1 EAGAIN (Resource temporarily unavailable)
7926  rt_sigaction(SIGRTMIN, {0xb768a410, [], SA_SIGINFO}, NULL, 8) = 0
7926  rt_sigaction(SIGRT_1, {0xb768a8e0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
7926  rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
7926  getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
7926  uname({sysname="Linux", nodename="sorbet", release="2.6.37-rc5-686", version="#1 SMP Sat Dec 11 20:11:38 UTC 2010", machine="i686"}) = 0
7926  statfs64("/selinux", 84, 0xbfcd0854) = -1 ENOENT (No such file or directory)
7926  brk(0)                            = 0x807d000
7926  brk(0x809e000)                    = 0x809e000
7926  open("/proc/filesystems", O_RDONLY|O_LARGEFILE) = 3
7926  fstat64(3, {st_dev=makedev(0, 3), st_ino=4026531991, st_mode=S_IFREG|0444, st_nlink=1, st_uid=0, st_gid=0, st_blksize=1024, st_blocks=0, st_size=0, st_atime=2010/12/23-23:07:56, st_mtime=2010/12/23-23:07:56, st_ctime=2010/12/23-23:07:56}) = 0
7926  mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb782c000
7926  read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 342
7926  read(3, "", 1024)                 = 0
7926  close(3)                          = 0
7926  munmap(0xb782c000, 4096)          = 0
7926  open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=383018, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=3924, st_size=2059856, st_atime=2010/12/23-10:25:52, st_mtime=2010/11/01-20:53:55, st_ctime=2010/11/01-20:53:55}) = 0
7926  mmap2(NULL, 2059856, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7488000
7926  close(3)                          = 0
7926  ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {c_iflags=0x4500, c_oflags=0x5, c_cflags=0xbf, c_lflags=0x8a3b, c_line=0, c_cc="\x03\x1c\x7f\x15\x04\x00\x01\x00\x11\x13\x1a\x00\x12\x0f\x17\x16\x00\x00\x00"}) = 0
7926  ioctl(1, TIOCGWINSZ, {ws_row=30, ws_col=133, ws_xpixel=0, ws_ypixel=0}) = 0
7926  open("/usr/share/locale/locale.alias", O_RDONLY) = 3
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=551747, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2570, st_atime=2010/12/23-10:25:52, st_mtime=2009/02/22-05:34:21, st_ctime=2009/02/24-23:49:32}) = 0
7926  mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb782c000
7926  read(3, "# Locale name alias data base.\n#"..., 4096) = 2570
7926  read(3, "", 4096)                 = 0
7926  close(3)                          = 0
7926  munmap(0xb782c000, 4096)          = 0
7926  open("/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7926  open("/usr/share/locale/en_GB/LC_TIME/coreutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7926  open("/usr/share/locale/en.utf8/LC_TIME/coreutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7926  open("/usr/share/locale/en/LC_TIME/coreutils.mo", O_RDONLY) = 3
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=731144, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=435, st_atime=2010/12/23-16:57:49, st_mtime=2010/04/28-03:36:49, st_ctime=2010/04/30-11:21:24}) = 0
7926  mmap2(NULL, 435, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb782c000
7926  close(3)                          = 0
7926  open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=724439, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=56, st_size=26048, st_atime=2010/12/23-09:55:03, st_mtime=2010/10/31-12:29:47, st_ctime=2010/11/01-20:51:23}) = 0
7926  mmap2(NULL, 26048, PROT_READ, MAP_SHARED, 3, 0) = 0xb7825000
7926  close(3)                          = 0
7926  futex(0xb77e5a6c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
7926  open(".", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
7926  fcntl64(3, F_GETFD)               = 0x1 (flags FD_CLOEXEC)
7926  getdents64(3, {}, 32768)          = 0
7926  close(3)                          = 0
7926  open("/usr/share/locale/en_GB.utf8/LC_MESSAGES/coreutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7926  open("/usr/share/locale/en_GB/LC_MESSAGES/coreutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7926  open("/usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7926  open("/usr/share/locale/en/LC_MESSAGES/coreutils.mo", O_RDONLY) = 3
7926  fstat64(3, {st_dev=makedev(8, 1), st_ino=731144, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=435, st_atime=2010/12/23-16:57:49, st_mtime=2010/04/28-03:36:49, st_ctime=2010/04/30-11:21:24}) = 0
7926  mmap2(NULL, 435, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7824000
7926  close(3)                          = 0
7926  fstat64(1, {st_dev=makedev(0, 10), st_ino=16, st_mode=S_IFCHR|0620, st_nlink=1, st_uid=1000, st_gid=5, st_blksize=1024, st_blocks=0, st_rdev=makedev(136, 13), st_atime=2010/12/23-23:07:56, st_mtime=2010/12/23-23:07:56, st_ctime=2010/12/23-23:06:41}) = 0
7926  mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7823000
7926  write(1, "total 0\n", 8)          = 8
7926  close(1)                          = 0
7926  munmap(0xb7823000, 4096)          = 0
7926  close(2)                          = 0
7926  exit_group(0)                     = ?

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Version: 2.6.37~rc7-1~experimental.1

On Sun, 2010-12-26 at 14:02 +0000, Ben Hutchings wrote:
> There have been some major changes to directory reading in the NFS
> client in 2.6.37, and further fixes after 2.6.37-rc5.
> 
> Please test 2.6.37-rc7 when that is available in experimental (I
> uploaded it yesterday).

I've tested it and can no longer reproduce the problem. Thanks.

-- 
-- arthur - adejong@debian.org - http://people.debian.org/~adejong --

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply to: