--- Begin Message ---
Package: linux-2.6
Version: 2.6.32-41
Severity: normal
(The relationship of this problem to #618744 is unclear.)
A Samba fileserver, upgraded on Tuesday night to Debian 6, mounts several
volumes from a NAS via NFS. Last night, messages like this began appearing:
Feb 16 22:08:29 vulture kernel: [184715.588502] lockd: server 172.18.48.42 not
respon
ding, still trying
No problems occurred on two other systems that mount volumes from the same
NAS and use the same network path to reach it. Neither system was under
unusual load from other sources at the time, as the night's backup run
didn't start until two hours later.
At about the same time, the system load average began to rise. The high load
average was caused by many smbd processes that were stuck in the 'D' state.
Every process stuck in the 'D' state had these two file- or directory
handles open in an NFS-mounted directory:
(lsof output)
smbd 2531 sales cwd DIR 0,17 4096 128 /pc_software
(172.18.48.42:/srv/pc_software)
smbd 2531 sales 33r REG 0,17 359656 11058470
/pc_software/msicuu2.exe (172.18.48.42:/srv/pc_software)
All of these smbd processes can be killed with SIGKILL, but they continue to
spawn, and the "lockd: server 172.18.48.42 not responding, still trying"
message continues to appear. At some point, I also saw that rpciod was
stuck in 'D'. It does not respond to signal 9.
(ps output)
root 832 0.0 0.0 0 0 ? D Feb14 0:04 [rpciod/1]
I can still see the contents of the NFS mountpoints and the particular file
that every stuck process has open, but the stuck-in-'D' processes continue
to spawn and the lockd errors continue to get written to the console. I can
unmount and remount some of the mountpoints, but the /pc_software one in the
lsof output above can't be unmounted while Samba is still running. As the
system is still functional (despite ridiculous load average and more than
200 processes stuck in the 'D' state), I haven't tried anything which would
interrupt service for users.
I can reach the NFS server from the client on the ports that rpcinfo says
are being used by nlockmgr, but tcpdump doesn't show any communication
attempts other than my tests with telnet.
NFS mounts in /etc/fstab:
(At boot time, these were using 'bg' as recommended in one workaround on bug
#540291 and didn't specify 'intr'.)
172.18.48.42:/srv/pc_software /pc_software nfs rw,intr 0 3
172.18.48.42:/srv/old_netware /old_netware nfs ro,intr 0 3
172.18.48.42:/srv/mac_software /mac_software nfs rw,intr 0 3
172.18.48.42:/srv/homearchive /home/ARCHIVE nfs ro,intr 0 3
172.18.48.42:/srv/argus-images /user_common/argus-images nfs rw,intr 0
3
Current NFS mounts:
172.18.48.42:/srv/pc_software on /pc_software type nfs (rw,bg,addr=172.18.48.42)
172.18.48.42:/srv/old_netware on /old_netware type nfs (ro,bg,addr=172.18.48.42)
172.18.48.42:/srv/mac_software on /mac_software type nfs
(rw,bg,addr=172.18.48.42)
172.18.48.42:/srv/homearchive on /home/ARCHIVE type nfs
(ro,bg,addr=172.18.48.42)
172.18.48.42:/srv/argus-images on /user_common/argus-images type nfs
(rw,intr,addr=172.18.48.42)
Output from Alt-SysRq-w:
[252127.602870] SysRq : Show Blocked State
[252127.603109] task PC stack pid father
[252127.603309] rpciod/1 D 00000046 0 832 2 0x00000000
[252127.603559] f6523b80 00000046 f6c72200 00000046 00000000 c141d100 c141d100
c14186ac
[252127.604093] f6523d3c c3048100 00000001 d55f92cd 0000e54e f6c90000 f6c90000
c103b40c
[252127.604652] f649fee8 f6523d3c 00000292 f6c90000 c103b566 0003b61a 03c23159
00000292
[252127.605208] Call Trace:
[252127.605355] [<c103b40c>] ? lock_timer_base+0x19/0x35
[252127.605527] [<c103b566>] ? __mod_timer+0x13e/0x148
[252127.605697] [<c126e219>] ? schedule_timeout+0x80/0xb0
[252127.605877] [<c103b6d3>] ? process_timeout+0x0/0x5
[252127.606076] [<f83675ad>] ? rpc_shutdown_client+0x97/0xc0 [sunrpc]
[252127.606286] [<c1044342>] ? autoremove_wake_function+0x0/0x2d
[252127.606478] [<faa4da5d>] ? free_client+0x1c/0x65 [nfsd]
[252127.606666] [<f836be7a>] ? rpc_exit_task+0x1b/0x40 [sunrpc]
[252127.606854] [<f836c36d>] ? __rpc_execute+0x60/0x1e8 [sunrpc]
[252127.607035] [<c10415ff>] ? worker_thread+0x141/0x1bd
[252127.607235] [<f836c55a>] ? rpc_async_schedule+0x0/0x8 [sunrpc]
[252127.607418] [<c1044342>] ? autoremove_wake_function+0x0/0x2d
[252127.607598] [<c10414be>] ? worker_thread+0x0/0x1bd
[252127.607767] [<c1044110>] ? kthread+0x61/0x66
[252127.607931] [<c10440af>] ? kthread+0x0/0x66
[252127.608115] [<c1003d47>] ? kernel_thread_helper+0x7/0x10
[252127.608312] afpd D c1452fdf 0 4319 3151 0x00000004
[252127.608576] c3609100 00200082 f6c72200 c1452fdf 000003ff c141d100 c141d100
c14186ac
[252127.609138] c36092bc c3048100 00000001 8204c80a 0000e272 0020007b ffff00d8
00000000
[252127.609671] c30436ac c36092bc 03c212b7 00200292 00000078 00000000 00000000
00000000
[252127.610175] Call Trace:
[252127.610275] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.610400] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.610517] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.610642] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.610766] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.610902] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.611039] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.611169] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.611291] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.611412] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.611535] [<fa958446>] ? nlmclnt_prepare_block+0x1b/0x94 [lockd]
[252127.611662] [<fa9590c3>] ? nlmclnt_proc+0x2c5/0x64a [lockd]
[252127.611787] [<fa9bec8a>] ? do_setlk+0x48/0x80 [nfs]
[252127.611905] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.612033] [<c10dd6a8>] ? vfs_lock_file+0x23/0x35
[252127.612146] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.612262] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.612375] [<c10dd91b>] ? fcntl_setlk64+0xf6/0x16c
[252127.612491] [<c10bda95>] ? sys_fcntl64+0x58/0x79
[252127.612603] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.612719] smbd D 00000048 0 1743 3046 0x00000004
[252127.612890] f650fb40 00000082 f6c72200 00000048 00000000 c141d100 c141d100
c14186ac
[252127.613258] f650fcfc c3048100 00000001 d3c9d264 0000e549 00000096 ffffffb5
00000000
[252127.613613] c30436ac f650fcfc 03c1e0c0 00000292 00000078 00000000 00000000
e8fe3dd8
[252127.613981] Call Trace:
[252127.614080] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.614205] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.614322] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.614446] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.614572] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.614697] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.614816] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.614953] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.615074] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.615195] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.615315] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.615425] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.615549] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.615669] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.615786] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.615916] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.616031] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.616144] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.616258] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.616374] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.616490] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.616604] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.616720] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.616831] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.616946] smbd D 00000048 0 1926 3046 0x00000004
[252127.617111] f650ee80 00000086 f6c72200 00000048 00000000 c141d100 c141d100
c14186ac
[252127.617465] f650f03c c3048100 00000001 e71ff399 0000e4e2 00000096 ffffffb5
00000000
[252127.617821] c30436ac f650f03c 03c2051c 00000292 00000078 00000000 00000000
00000000
[252127.618177] Call Trace:
[252127.618276] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.618408] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.618525] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.618649] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.618774] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.618899] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.619018] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.619141] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.619263] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.619384] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.619502] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.619612] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.619737] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.619856] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.619973] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.620093] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.620206] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.620323] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.620437] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.620552] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.620668] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.620781] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.629382] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.629498] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.629613] smbd D c1452fdf 0 1939 3046 0x00000004
[252127.632984] f6508880 00000082 f6c72200 c1452fdf c1003b35 c141d100 c141d100
c14186ac
[252127.633642] f6508a3c c3048100 00000001 cfe5d3f2 0000e4b0 0000007b ffff00d8
d04c00e0
[252127.634295] c30436ac f6508a3c 03c21d0d 00000292 00000000 00000000 00000000
00000000
[252127.634941] Call Trace:
[252127.635112] [<c1003b35>] ? apic_timer_interrupt+0x31/0x38
[252127.635334] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.635559] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.635769] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.635992] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.636215] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.636445] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.636660] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.636894] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.637112] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.637330] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.637544] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.637743] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.637966] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.638182] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.638391] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.639579] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.639786] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.639962] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.640099] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.640239] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.640378] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.640515] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.640653] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.645943] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.646100] smbd D c1452fdf 0 1953 3046 0x00000004
[252127.646301] f650a640 00200086 f6c72200 c1452fdf c1003b35 c141d100 c141d100
c14186ac
[252127.646732] f650a7fc c3048100 00000001 dd3ffcc5 0000e396 0020007b ffff00d8
ea9000e0
[252127.647183] c30436ac f650a7fc 03c21073 00200292 00000000 00000000 00000000
00000000
[252127.647614] Call Trace:
[252127.647728] [<c1003b35>] ? apic_timer_interrupt+0x31/0x38
[252127.647876] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.648041] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.648183] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.648337] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.648485] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.648635] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.648778] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.648926] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.649087] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.649233] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.649385] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.649518] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.649667] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.649815] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.649964] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.650109] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.650245] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.650382] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.650521] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.650658] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.650811] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.650979] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.651136] smbd D c106f881 0 1996 3046 0x00000004
[252127.651361] f650cc80 00000086 f6c72200 c106f881 00000000 c141d100 c141d100
c14186ac
[252127.651846] f650ce3c c3048100 00000001 1255e973 0000e475 00000000 c106f881
00000000
[252127.652349] c30436ac f650ce3c 03c20c74 00000292 00000078 00000000 00000000
00000000
[252127.658021] Call Trace:
[252127.658152] [<c106f881>] ? __rcu_process_callbacks+0x164/0x227
[252127.658316] [<c106f881>] ? __rcu_process_callbacks+0x164/0x227
[252127.658487] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.658655] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.658816] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.658984] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.659152] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.659328] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.659490] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.659656] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.659819] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.659982] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.660142] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.660292] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.660459] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.660621] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.660788] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.660937] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.661074] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.661210] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.661346] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.661486] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.661624] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.661761] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.661924] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.662059] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.662197] smbd D c1452fdf 0 2007 3046 0x00000004
[252127.662397] f650e1c0 00000082 f6c72200 c1452fdf 000003ff c141d100 c141d100
c14186ac
[252127.662834] f650e37c c3048100 00000001 aa272252 0000e53c 0000007b ffff00d8
00000000
[252127.663266] c30436ac f650e37c 03c21ea4 00000292 00000078 00000000 00000000
00000000
[252127.663697] Call Trace:
[252127.663815] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.663964] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.664104] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.664253] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.664401] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.664551] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.664694] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.664841] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.664988] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.665132] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.665275] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.665408] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.665556] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.665700] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.665847] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.665990] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.666127] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.666262] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.666399] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.666537] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.666677] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.666813] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.666952] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.667086] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.667225] smbd D 00000048 0 2164 3046 0x00000004
[252127.667424] f650d0c0 00000082 f6c72200 00000048 00000000 c141d100 c141d100
c14186ac
[252127.667855] f650d27c c3048100 00000001 98ba9f2c 0000e449 00000096 ffffffb5
00000000
[252127.668286] c30436ac f650d27c 03c20598 00000292 00000078 00000000 00000000
00000000
[252127.668716] Call Trace:
[252127.668840] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.668990] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.669130] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.669279] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.669433] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.669583] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.669726] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.669874] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.670019] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.670164] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.670307] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.670440] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.670588] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.670731] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.670878] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.671023] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.671159] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.671295] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.671432] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.671572] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.671710] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.671847] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.671985] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.672119] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.672256] smbd D c1452fdf 0 2219 3046 0x00000004
[252127.672456] f6509100 00000082 f6c72200 c1452fdf c1003b35 c141d100 c141d100
c14186ac
[252127.672892] f65092bc c3048100 00000001 2f58c2fe 0000e3c4 0000007b ffff00d8
e20a00e0
[252127.673324] c30436ac f65092bc 03c21ead 00000292 00000000 00000000 00000000
00000000
[252127.673755] Call Trace:
[252127.673868] [<c1003b35>] ? apic_timer_interrupt+0x31/0x38
[252127.674016] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.674165] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.674305] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.674454] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.674602] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.674752] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.674894] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.675042] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.675188] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.675333] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.675476] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.675608] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.680907] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.681069] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.681227] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.681387] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.681541] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.681693] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.681847] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.682004] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.682160] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.682313] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.682469] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.682620] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.682783] smbd D 00000048 0 2225 3046 0x00000004
[252127.683007] f650b300 00000082 f6c72200 00000048 000003ff c141d100 c141d100
c14186ac
[252127.683492] f650b4bc c3048100 00000001 c7b1cb75 0000e482 00000096 ffffffb5
00000000
[252127.683976] c30436ac f650b4bc 03c20b73 00000292 00000078 00000000 00000000
00000000
[252127.684461] Call Trace:
[252127.684594] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.685466] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.685625] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.685793] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.685960] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.686128] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.686289] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.686454] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.686618] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.686780] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.686941] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.687090] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.687257] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.687419] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.687576] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.687743] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.693062] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.693206] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.693343] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.693482] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.693621] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.693761] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.693900] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.694035] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.694173] smbd D c1452fdf 0 2287 3046 0x00000004
[252127.694373] f650ea40 00000082 f6c72200 c1452fdf c1003b35 c141d100 c141d100
c14186ac
[252127.694804] f650ebfc c3048100 00000001 a9ea6412 0000e53c 0000007b ffff00d8
f07b00e0
[252127.695235] c30436ac f650ebfc 03c21e9c 00000292 00000000 00000000 00000000
00000000
[252127.695670] Call Trace:
[252127.695783] [<c1003b35>] ? apic_timer_interrupt+0x31/0x38
[252127.695930] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.696085] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.696226] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.696375] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.696524] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.696673] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.696816] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.696964] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.697109] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.697254] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.697396] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.697529] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.697679] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.697822] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.697962] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.698104] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.698241] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.698376] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.698515] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.698654] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.698793] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.698930] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.699074] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.699208] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.699346] smbd D 00000048 0 2315 3046 0x00000004
[252127.699545] f650c400 00000086 f6c72200 00000048 c119b846 c141d100 c141d100
c14186ac
[252127.699976] f650c5bc c3048100 00000001 85d7cc0d 0000e49d 00000096 ffffffb5
f0fcbda6
[252127.700407] c30436ac f650c5bc 03c2069c 00000292 00000000 00000000 00000000
00000000
[252127.700844] Call Trace:
[252127.700958] [<c119b846>] ? vt_console_print+0x0/0x247
[252127.701102] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.701252] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.701392] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.701541] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.701690] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.701839] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.701982] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.702129] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.702275] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.702420] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.702562] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.702699] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.702849] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.702998] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.703139] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.703281] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.703417] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.703553] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.703689] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.703828] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.703967] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.704103] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.704241] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.704375] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.704513] smbd D 00000048 0 2326 3046 0x00000004
[252127.704713] f650d940 00200086 f6c72200 00000048 c119b846 c141d100 c141d100
c14186ac
[252127.705143] f650dafc c3048100 00000001 99a2b244 0000e510 00200096 ffffffb5
e3631da6
[252127.705574] c30436ac f650dafc 03c2154e 00200292 00000000 00000000 00000000
00000000
[252127.706011] Call Trace:
[252127.706124] [<c119b846>] ? vt_console_print+0x0/0x247
[252127.706268] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.706418] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.706558] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.706707] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.706855] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.707004] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.707148] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.707295] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.707441] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.707585] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.707727] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.707860] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.708008] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.708151] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.708291] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.708434] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.708570] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.708712] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.708849] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.708987] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.709126] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.709263] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.709401] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.709536] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.709673] smbd D 00000048 0 2423 3046 0x00000004
[252127.709873] eb7cf2c0 00000086 f6c72200 00000048 00000000 c141d100 c141d100
c14186ac
[252127.710304] eb7cf47c c3048100 00000001 c1030eed 00000005 00000096 ffffffb5
00000000
[252127.715996] c30436ac eb7cf47c 03c20ba9 00000400 00000078 00000000 00000000
00000400
[252127.716429] Call Trace:
[252127.716544] [<c1030eed>] ? release_console_sem+0x174/0x1a2
[252127.716692] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.716841] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.716981] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.717131] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.717279] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.717429] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.717572] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.717719] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.717865] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.718009] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.718152] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.718285] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.718434] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.718577] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.718724] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.718867] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.719003] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.719139] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.719276] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.719414] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.719553] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.719690] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.719828] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.719962] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.720101] smbd D 00000048 0 2447 3046 0x00000004
[252127.720301] eb7cd500 00000082 eb9e1980 00000048 000003ff c141d100 c141d100
c14186ac
[252127.720753] eb7cd6bc c3048100 00000001 22e29021 0000e514 00000096 ffffffb5
00000000
[252127.721238] c30436ac eb7cd6bc 03c22429 00000292 00000078 00000000 00000000
00000000
[252127.721723] Call Trace:
[252127.721855] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.722024] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.722181] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.722349] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.722517] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.727779] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.727947] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.728120] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.728285] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.728449] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.728609] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.728761] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.728928] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.729090] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.729247] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.729408] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.729561] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.730430] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.730585] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.730806] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.730985] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.731161] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.739009] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.739192] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.739372] smbd D d4a44000 0 2525 3046 0x00000004
[252127.739635] eb7caa80 00000082 f54f3cc0 d4a44000 00000001 c141d100 c141d100
c14186ac
[252127.740190] eb7cac3c c3008100 00000000 00019f9c 00000006 ec4efd92 d3dff270
ffffffff
[252127.740778] c30036ac eb7cac3c 03bc95db 00000292 00000000 00000000 00000000
00000000
[252127.741425] Call Trace:
[252127.741603] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.741828] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.742038] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.742264] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.742486] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.742719] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.742934] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.743155] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.743374] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.743591] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.743804] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.744003] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.744228] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.744444] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.744654] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.744868] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.745073] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.745276] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.745481] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.745697] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.745906] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.746112] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.746320] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.746521] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.746728] smbd D c1452fdf 0 2531 3046 0x00000004
[252127.747028] eb7ccc80 00000086 f6c72200 c1452fdf 00000000 c141d100 c141d100
c14186ac
[252127.747674] eb7cce3c c3048100 00000001 4d81aacb 0000e545 0000007b ffff00d8
00000000
[252127.748337] c30436ac eb7cce3c 03c1cdb8 00000292 00000078 00000000 00000000
cde15dd8
[252127.748988] Call Trace:
[252127.749165] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.749389] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.749599] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.749823] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.750045] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.750270] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.750485] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.750713] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.750859] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.751004] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.751147] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.751279] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.751428] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.751571] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.751711] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.751854] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.751991] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.752127] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.752263] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.752403] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.752543] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.752684] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.752823] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.752957] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.753095] smbd D 00000046 0 2533 3046 0x00000004
[252127.753295] eb7cee80 00000086 0000009a 00000046 00000001 c141d100 c141d100
c14186ac
[252127.753726] eb7cf03c c3008100 00000000 000100a4 00000006 e27b5d92 d3df9670
ffffffff
[252127.754157] c30036ac eb7cf03c 03bca22c 00000292 00000000 00000000 00000000
00000000
[252127.754588] Call Trace:
[252127.754706] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.754860] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.755000] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.755149] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.755298] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.755447] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.755590] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.755740] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.755885] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.756030] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.756180] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.756313] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.756464] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.756608] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.756748] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.756891] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.757028] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.757163] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.757300] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.757439] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.757578] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.757714] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.757856] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.757991] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.763307] smbd D c91cc000 0 2596 3046 0x00000004
[252127.763508] eb7cd0c0 00000082 00000010 c91cc000 00000001 c141d100 c141d100
00000006
[252127.763945] eb7cd27c c3008100 00000000 8f11e219 0000e3f7 f5081d92 d3dfce70
ffffffff
[252127.764377] ffffffff eb7cd27c d3dfceba 00000292 00000000 00000001 00000000
f5081dd8
[252127.764810] Call Trace:
[252127.764929] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.765079] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.765219] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.765368] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.765517] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.765667] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.765810] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.765958] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.766103] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.766248] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.766391] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.766524] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.766677] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.766821] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.766961] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.767103] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.767240] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.767375] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.767513] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.767654] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.767793] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.767929] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.768067] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.768202] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.768339] smbd D e3c5d000 0 2628 3046 0x00000004
[252127.768551] eb7cea40 00000086 00000012 e3c5d000 00000001 c141d100 c141d100
00000006
[252127.777527] eb7cebfc c3008100 00000000 17b3fa35 0000e43d cc831d92 d3df8670
ffffffff
[252127.777973] ffffffff eb7cebfc d3df86ba 00000292 00000000 00000001 00000000
cc831dd8
[252127.778405] Call Trace:
[252127.778525] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.778694] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.778836] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.778986] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.779134] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.782346] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.782576] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.782815] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.783035] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.783253] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.783467] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.783723] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.783963] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.784181] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.784402] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.784618] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.784823] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.785027] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.785232] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.785440] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.785648] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.785853] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.786065] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.786267] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.786474] smbd D e3c5a000 0 2631 3046 0x00000004
[252127.786781] eb7ca640 00000082 f5aa40c0 e3c5a000 00000001 c141d100 c141d100
c14186ac
[252127.787427] eb7ca7fc c3008100 00000000 000100a4 00000006 cb215d92 d3dfee70
ffffffff
[252127.788074] c30036ac eb7ca7fc 03bd153d 00000292 00000000 00000000 00000000
00000000
[252127.788721] Call Trace:
[252127.788899] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.789127] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.789338] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.789565] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.789789] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.791019] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.791237] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.791459] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.791678] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.791895] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.792109] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.792308] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.792532] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.792750] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.792960] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.793175] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.793380] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.793591] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.793743] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.793888] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.794027] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.794164] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.794302] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.794437] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.794575] smbd D c40f4000 0 2648 3046 0x00000004
[252127.794776] eb7c8440 00000086 f16d0000 c40f4000 00000001 c141d100 c141d100
c14186ac
[252127.795207] eb7c85fc c3008100 00000000 0000fbcc 00000006 d8d21d92 d3df8e70
ffffffff
[252127.795638] c30036ac eb7c85fc 03bd8098 00000292 00000000 00000000 00000000
00000000
[252127.796071] Call Trace:
[252127.796190] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.796340] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.796480] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.796633] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.796781] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.796931] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.797073] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.797221] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.797366] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.797511] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.797654] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.797786] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.797939] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.798083] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.798222] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.798365] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.798502] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.798638] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.798774] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.798913] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.799052] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.799188] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.799326] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.799460] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.799601] smbd D e5624800 0 2754 3046 0x00000004
[252127.799802] eb7c9980 00000082 f54f73c0 e5624800 00000001 c141d100 c141d100
00000006
[252127.800235] eb7c9b3c c3008100 00000000 0000fe38 00000006 d25c9d92 d3dff670
ffffffff
[252127.800684] ffffffff eb7c9b3c d3dff6ba 00000292 00000000 00000001 00000000
d25c9dd8
[252127.801117] Call Trace:
[252127.801237] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.801388] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.801530] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.801681] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.801831] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.801983] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.802127] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.802276] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.802423] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.811469] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.811628] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.811762] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.811911] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.812055] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.812195] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.812338] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.812474] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.812616] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.812755] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.812896] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.813035] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.813172] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.813310] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.813445] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.813583] smbd D e3c5e000 0 2771 3046 0x00000004
[252127.813783] eb7cc840 00000086 845b42de e3c5e000 00000001 c141d100 c141d100
0000000c
[252127.814214] eb7cc9fc c3008100 00000000 92400555 0000e450 cafb1d92 d3dfc270
ffffffff
[252127.814666] ffffffff eb7cc9fc d3dfc2ba 00000292 00000000 c10ad0f5 00000000
cafb1dd8
[252127.818275] Call Trace:
[252127.818450] [<c10ad0f5>] ? add_partial+0xe/0x40
[252127.818663] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.818889] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.819100] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.819324] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.819547] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.819772] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.819986] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.820213] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.820432] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.820662] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.820876] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.821080] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.821305] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.821520] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.821730] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.821944] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.822149] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.822353] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.822557] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.822770] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.822978] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.823183] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.823391] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.823593] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.823731] smbd D dada3000 0 2874 3046 0x00000004
[252127.823931] c3b0e1c0 00000086 ceec1300 dada3000 00000001 c141d100 c141d100
c14186ac
[252127.824363] c3b0e37c c3008100 00000000 0000fee8 00000006 c6865d92 c37a3a70
ffffffff
[252127.824799] c30036ac c3b0e37c 03be6a78 00000292 00000000 00000000 00000000
00000000
[252127.825230] Call Trace:
[252127.825348] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.825498] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.825638] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.825787] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.825935] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.826085] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.826228] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.826375] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.826525] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.826670] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.826816] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.826949] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.827099] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.827242] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.827382] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.827524] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.827661] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.827797] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.827933] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.828072] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.828211] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.833485] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.833626] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.833762] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.833901] smbd D c37a2444 0 2947 3046 0x00000004
[252127.834103] c3b0f700 00000086 c12093fd c37a2444 00000014 c141d100 c141d100
c14186ac
[252127.834534] c3b0f8bc c3008100 00000000 d188b240 00000006 f097bd92 c37a0a70
ffffffff
[252127.834970] c30036ac c3b0f8bc 03be75a9 00000292 00000000 00000000 00000000
00000000
[252127.835402] Call Trace:
[252127.835517] [<c12093fd>] ? tcp_rcv_established+0x4f9/0x626
[252127.841740] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.841914] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.842054] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.842203] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.842351] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.842529] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.842679] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.842827] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.842973] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.843118] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.843260] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.843393] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.843545] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.843689] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.843829] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.843973] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.844110] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.844246] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.844383] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.844522] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.844662] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.844803] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.844942] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.845804] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.845965] smbd D c09dd000 0 2956 3046 0x00000004
[252127.846191] c3b08cc0 00000086 00000000 c09dd000 00000001 c141d100 c141d100
00000006
[252127.846707] c3b08e7c c3008100 00000000 7ed64206 0000e465 f097fd92 c37a3670
ffffffff
[252127.847193] ffffffff c3b08e7c c37a36ba 00000292 00000000 00000001 00000000
f097fdd8
[252127.847678] Call Trace:
[252127.847820] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.847990] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.848148] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.848318] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.848486] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.848655] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.848825] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.848992] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.849156] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.849343] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.849506] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.849656] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.849824] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.849986] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.850144] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.850305] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.853986] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.854124] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.854263] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.854402] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.854541] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.854681] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.854820] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.854954] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.855093] smbd D ec4d7000 0 3075 3046 0x00000004
[252127.855295] f32baec0 00000082 00000100 ec4d7000 00000001 c141d100 c141d100
c14186ac
[252127.855727] f32bb07c c3008100 00000000 0000fee8 00000006 cdd69d92 cbcdde70
ffffffff
[252127.856158] c30036ac f32bb07c 03bf54df 00000292 00000000 00000000 00000000
00000000
[252127.856593] Call Trace:
[252127.856712] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.856862] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.857007] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.857157] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.857306] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.857456] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.857600] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.857747] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.857893] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.858037] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.858180] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.858315] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.858465] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.858609] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.858749] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.858899] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.859036] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.859171] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.859308] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.859447] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.859585] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.859722] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.859861] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.859995] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.860133] smbd D d4a46000 0 3081 3046 0x00000004
[252127.860339] f32baa80 00000082 c393b600 d4a46000 00000001 c141d100 c141d100
c14186ac
[252127.860777] f32bac3c c3008100 00000000 0000fdf0 00000006 dda3dd92 c37a5e70
ffffffff
[252127.861208] c30036ac f32bac3c 03bed724 00000292 00000000 00000000 00000000
00000000
[252127.861639] Call Trace:
[252127.861758] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.861908] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.862048] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.862197] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.862346] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.871566] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.871713] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.871861] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.872007] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.872155] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.872299] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.872437] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.872585] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.872730] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.876492] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.876721] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.876932] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.877137] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.877344] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.877554] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.877764] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.877970] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.878178] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.878380] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.878586] smbd D d4a42000 0 3082 3046 0x00000004
[252127.878886] f32bc400 00000086 dd6b7cc0 d4a42000 00000001 c141d100 c141d100
c14186ac
[252127.879540] f32bc5bc c3008100 00000000 000100a4 00000006 f61b7d92 cbcdbe70
ffffffff
[252127.880200] c30036ac f32bc5bc 03bf6236 00000292 00000000 00000000 00000000
00000000
[252127.880870] Call Trace:
[252127.881049] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.881274] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.881484] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.881708] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.881930] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.882155] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.882369] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.882606] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.882765] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.882910] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.883053] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.883186] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.883335] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.883479] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.883619] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.883762] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.883899] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.884034] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.884179] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.884322] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.884461] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.884597] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.884736] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.884871] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.885010] smbd D c3dfc000 0 3156 3046 0x00000004
[252127.885210] f32bcc80 00000086 c990ba80 c3dfc000 00000001 c141d100 c141d100
00000006
[252127.893894] f32bce3c c3008100 00000000 39501b5a 0000e4ab c9b73d92 cbcdaa70
ffffffff
[252127.894491] ffffffff f32bce3c cbcdaaba 00000292 00000000 00000001 00000000
c9b73dd8
[252127.895114] Call Trace:
[252127.895279] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.895488] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.895702] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.895910] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.896116] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.896326] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.896525] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.896748] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.896951] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.897152] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.900305] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.900508] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.900715] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.900913] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.901107] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.901305] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.901494] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.901681] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.901872] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.902065] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.902257] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.902456] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.902651] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.902841] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.903033] smbd D 00000000 0 3161 3046 0x00000000
[252127.903309] f32bb300 00000082 c12094eb 00000000 d7bfbf00 c141d100 c141d100
c14186ac
[252127.903907] f32bb4bc c3008100 00000000 d7bfbf00 00000006 f26a3d92 cbcdd270
ffffffff
[252127.904513] c30036ac f32bb4bc 03bfd7df 00000292 00000000 00000000 00000000
00000000
[252127.904962] Call Trace:
[252127.905077] [<c12094eb>] ? tcp_rcv_established+0x5e7/0x626
[252127.905226] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.905377] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.905520] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.905670] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.905819] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.905969] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.906115] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.906263] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.906410] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.906555] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.907336] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.907472] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.907627] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.907771] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.907912] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.908055] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.908193] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.908329] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.908466] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.908607] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.908747] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.908883] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.909022] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.909156] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.914456] smbd D c36de000 0 3165 3046 0x00000000
[252127.914690] f32be600 00000082 d1f8b9c0 c36de000 00000001 c141d100 c141d100
c14186ac
[252127.915148] f32be7bc c3008100 00000000 0000fbcc 00000006 eac67d92 cbcdca70
ffffffff
[252127.915610] c30036ac f32be7bc 03c03f81 00000292 00000000 00000000 00000000
00000000
[252127.922225] Call Trace:
[252127.922352] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.922515] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.922664] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.922822] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.922979] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.923139] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.923291] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.923447] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.923601] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.923754] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.923905] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.924046] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.924207] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.924360] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.924539] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.924710] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.924874] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.925037] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.925201] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.925367] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.925534] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.925698] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.925864] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.926025] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.926191] smbd D c36da000 0 3229 3046 0x00000000
[252127.926431] f32be1c0 00000082 c12094eb c36da000 00000001 c141d100 c141d100
c14186ac
[252127.926955] f32be37c c3008100 00000000 000100a4 00000006 e6d83d92 cbcdea70
ffffffff
[252127.927475] c30036ac f32be37c 03c0bf18 00000292 00000000 00000000 00000000
00000000
[252127.927993] Call Trace:
[252127.928132] [<c12094eb>] ? tcp_rcv_established+0x5e7/0x626
[252127.928310] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.928490] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.928658] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.928837] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.929015] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.929194] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.929366] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.929543] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.929727] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.929905] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.930077] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.930237] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.933835] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.933981] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.934121] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.934265] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.934409] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.934587] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.934741] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.934881] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.935020] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.935158] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.935296] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.935432] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.935570] smbd D c36db000 0 3382 3046 0x00000000
[252127.935785] f32bd500 00000082 00000000 c36db000 00000001 c141d100 c141d100
c14186ac
[252127.936217] f32bd6bc c3048100 00000001 0000ff40 00000006 f09bdd92 c36ffe70
ffffffff
[252127.936661] c30436ac f32bd6bc 03c129ca 00000292 00000000 00000000 00000000
00000000
[252127.937098] Call Trace:
[252127.937217] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.937367] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.937507] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.937670] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.937819] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.937969] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.938112] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.938260] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.938406] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.938555] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.938708] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.938841] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.938989] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.939133] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.939272] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.939415] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.939565] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.939702] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.939844] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.939983] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.940129] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.940267] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.940412] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.940568] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.940706] smbd D e5625800 0 3390 3046 0x00000000
[252127.940906] f32b8cc0 00000086 f4fa8000 e5625800 00000001 c141d100 c141d100
00000006
[252127.941339] f32b8e7c c3008100 00000000 0000fd74 00000006 f2edfd92 cbcd9270
ffffffff
[252127.941789] ffffffff f32b8e7c cbcd92ba 00000292 00000000 00000001 00000000
f2edfdd8
[252127.942220] Call Trace:
[252127.951168] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.951339] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.951480] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.951629] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.951778] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.951928] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.952076] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.952224] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.952374] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.952519] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.952663] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.952796] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.952944] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.953088] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.953228] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.953371] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.953507] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.953643] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.953779] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.957245] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.957470] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.957675] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.957888] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.958112] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.958320] smbd D d4a43000 0 3460 3046 0x00000000
[252127.958620] f32b8440 00000086 00000014 d4a43000 00000001 c141d100 c141d100
c14186ac
[252127.959288] f32b85fc c3008100 00000000 00010018 00000006 dda63d92 cbcdba70
ffffffff
[252127.959934] c30036ac f32b85fc 03c133a3 00000292 00000000 00000000 00000000
00000000
[252127.960617] Call Trace:
[252127.960795] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.961043] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.961255] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.961479] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.961703] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.961927] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.962166] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.962388] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.962606] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.962823] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.963060] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.963269] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.963432] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.963575] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.963715] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.963858] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.964042] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.964206] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.964344] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.964483] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.964622] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.964759] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.964912] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.965048] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.965186] smbd D e26fe000 0 3501 3046 0x00000000
[252127.969519] f32bd0c0 00000082 f4065ae4 e26fe000 00000001 c141d100 c141d100
00000007
[252127.969958] f32bd27c c3008100 00000000 0000ff40 00000006 d06a9d92 d693ba70
ffffffff
[252127.971036] ffffffff f32bd27c d693baba 00000292 00000000 00000001 00000000
d06a9dd8
[252127.980061] Call Trace:
[252127.980268] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.980513] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.980741] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.980983] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.981224] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.981468] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.981698] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.981935] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.982171] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.982386] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.982550] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.982701] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.982869] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.983031] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.983198] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.983362] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.983508] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.983644] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.983780] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.983919] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.984058] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.984207] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.984347] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.984483] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.984623] smbd D d4a46000 0 3510 3046 0x00000000
[252127.984824] f32ba640 00000082 d83b8840 d4a46000 00000001 c141d100 c141d100
c14186ac
[252127.985255] f32ba7fc c3008100 00000000 000100a4 00000006 f07a5d92 d693e670
ffffffff
[252127.985686] c30036ac f32ba7fc 03c21e21 00000292 00000000 00000000 00000000
00000000
[252127.986123] Call Trace:
[252127.986241] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.986394] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.986534] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.986684] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.986832] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.986982] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.990684] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.990835] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.990982] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.991128] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.991272] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.991406] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.991556] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.991700] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.991841] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.991984] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.992123] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.992267] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.992405] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.992545] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.992684] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.992821] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.992960] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.993094] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.993232] smbd D c09de800 0 3529 3046 0x00000000
[252127.993433] f32bea40 00000082 00000000 c09de800 00000001 c141d100 c141d100
c14186ac
[252127.993865] f32bebfc c3008100 00000000 0000fe5c 00000006 eb2fbd92 cbcda270
ffffffff
[252127.994296] c30036ac f32bebfc 03c1cbe4 00000292 00000000 00000000 00000000
00000000
[252127.994788] Call Trace:
[252127.994906] [<f836be5c>] ? rpc_wait_bit_killable+0x24/0x27 [sunrpc]
[252127.995056] [<c126e3d9>] ? __wait_on_bit+0x33/0x58
[252127.995196] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.995352] [<c126e4b3>] ? out_of_line_wait_on_bit+0xb5/0xbd
[252127.995501] [<f836be38>] ? rpc_wait_bit_killable+0x0/0x27 [sunrpc]
[252127.995651] [<c104436f>] ? wake_bit_function+0x0/0x3c
[252127.995794] [<f836c3d5>] ? __rpc_execute+0xc8/0x1e8 [sunrpc]
[252127.995941] [<f8367288>] ? rpc_run_task+0x43/0x48 [sunrpc]
[252127.996087] [<f8367392>] ? rpc_call_sync+0x3f/0x5a [sunrpc]
[252127.996233] [<fa958741>] ? nlmclnt_call+0xc2/0x241 [lockd]
[252127.996375] [<c113b9f2>] ? snprintf+0x16/0x18
[252127.996509] [<fa958638>] ? nlmclnt_setlockargs+0x84/0xcb [lockd]
[252127.996658] [<fa9593a1>] ? nlmclnt_proc+0x5a3/0x64a [lockd]
[252127.996802] [<c109a3e4>] ? __do_fault+0x381/0x3b1
[252127.996942] [<fa9bee60>] ? nfs_lock+0x119/0x151 [nfs]
[252127.997085] [<fa9bed47>] ? nfs_lock+0x0/0x151 [nfs]
[252127.997221] [<c10dcdfb>] ? vfs_test_lock+0x18/0x23
[252127.997357] [<c10ddb57>] ? fcntl_getlk64+0x5a/0x106
[252127.997493] [<c109c06e>] ? handle_mm_fault+0x48f/0x959
[252127.997632] [<c10dd78a>] ? do_lock_file_wait+0x3c/0xd7
[252127.997770] [<c10dd84a>] ? fcntl_setlk64+0x25/0x16c
[252127.997907] [<c10dd987>] ? fcntl_setlk64+0x162/0x16c
[252127.998045] [<c10bda83>] ? sys_fcntl64+0x46/0x79
[252127.998179] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[252127.998323] Sched Debug Version: v0.09, 2.6.32-5-686 #1
[252128.006898] now at 252533310.488488 msecs
[252128.007028] .jiffies : 63058329
[252128.007175] .sysctl_sched_latency : 15.000000
[252128.007327] .sysctl_sched_min_granularity : 3.000000
[252128.007474] .sysctl_sched_wakeup_granularity : 3.000000
[252128.007621] .sysctl_sched_child_runs_first : 0.000000
[252128.007769] .sysctl_sched_features : 32611451
[252128.007932]
[252128.007932] cpu#0, 2394.270 MHz
[252128.008159] .nr_running : 1
[252128.008292] .load : 1024
[252128.008427] .nr_switches : 235577399
[252128.008566] .nr_load_updates : 28622638
[252128.008704] .nr_uninterruptible : 23
[252128.008852] .next_balance : 63.058331
[252128.008990] .curr->pid : 0
[252128.009123] .clock : 252127602.865306
[252128.009267] .cpu_load[0] : 0
[252128.009399] .cpu_load[1] : 26
[252128.009532] .cpu_load[2] : 143
[252128.009666] .cpu_load[3] : 232
[252128.009820] .cpu_load[4] : 251
[252128.009955]
[252128.009956] cfs_rq[0]:/
[252128.010168] .exec_clock : 0.000000
[252128.010316] .MIN_vruntime : 26700020.159323
[252128.010467] .min_vruntime : 26700027.659323
[252128.010612] .max_vruntime : 26700020.159323
[252128.010771] .spread : 0.000000
[252128.010910] .spread0 : 0.000000
[252128.011049] .nr_running : 1
[252128.011189] .load : 1024
[252128.011324] .nr_spread_over : 0
[252128.011456] .shares : 0
[252128.011589]
[252128.011590] rt_rq[0]:
[252128.011815] .rt_nr_running : 0
[252128.011948] .rt_throttled : 0
[252128.012081] .rt_time : 0.000000
[252128.017118] .rt_runtime : 950.000000
[252128.017260]
[252128.017260] runnable tasks:
[252128.017261] task PID tree-key switches prio
exec-runtime sum-exec sum-sleep
[252128.017262]
----------------------------------------------------------------------------------------------------------
[252128.017987] events/0 15 26700020.159323 258400 120
0 0 0.000000 0.000000
0.000000 /
[252128.018498]
[252128.018499] cpu#1, 2394.270 MHz
[252128.018722] .nr_running : 0
[252128.018854] .load : 0
[252128.018986] .nr_switches : 123901125
[252128.019125] .nr_load_updates : 23043748
[252128.019263] .nr_uninterruptible : 18
[252128.019396] .next_balance : 63.058333
[252128.019535] .curr->pid : 0
[252128.019667] .clock : 252128015.959427
[252128.019812] .cpu_load[0] : 0
[252128.019947] .cpu_load[1] : 0
[252128.020080] .cpu_load[2] : 0
[252128.020221] .cpu_load[3] : 0
[252128.020354] .cpu_load[4] : 0
[252128.020486]
[252128.020487] cfs_rq[1]:/
[252128.020699] .exec_clock : 0.000000
[252128.020837] .MIN_vruntime : 0.000001
[252128.020975] .min_vruntime : 8528196.791877
[252128.021125] .max_vruntime : 0.000001
[252128.021263] .spread : 0.000000
[252128.021401] .spread0 : -18171830.867446
[252128.021545] .nr_running : 0
[252128.021678] .load : 0
[252128.021810] .nr_spread_over : 0
[252128.021942] .shares : 0
[252128.022078]
[252128.022078] rt_rq[1]:
[252128.022289] .rt_nr_running : 0
[252128.022421] .rt_throttled : 0
[252128.022553] .rt_time : 0.000000
[252128.022691] .rt_runtime : 950.000000
[252128.022830]
[252128.022830] runnable tasks:
[252128.022831] task PID tree-key switches prio
exec-runtime sum-exec sum-sleep
[252128.022832]
----------------------------------------------------------------------------------------------------------
[252128.024206]
[252128.024206] cpu#2, 2394.270 MHz
[252128.024426] .nr_running : 0
[252128.024559] .load : 0
[252128.024690] .nr_switches : 109703527
[252128.024829] .nr_load_updates : 12183910
[252128.024967] .nr_uninterruptible : 0
[252128.032450] .next_balance : 63.058398
[252128.032594] .curr->pid : 0
[252128.032727] .clock : 252128032.468826
[252128.032871] .cpu_load[0] : 1024
[252128.033006] .cpu_load[1] : 768
[252128.033152] .cpu_load[2] : 448
[252128.033289] .cpu_load[3] : 240
[252128.033423] .cpu_load[4] : 124
[252128.033563]
[252128.033563] cfs_rq[2]:/
[252128.033777] .exec_clock : 0.000000
[252128.033916] .MIN_vruntime : 0.000001
[252128.034054] .min_vruntime : 7418643.496787
[252128.034210] .max_vruntime : 0.000001
[252128.034349] .spread : 0.000000
[252128.034490] .spread0 : -19281384.162536
[252128.034634] .nr_running : 0
[252128.034766] .load : 0
[252128.034898] .nr_spread_over : 0
[252128.035030] .shares : 0
[252128.035217]
[252128.035218] rt_rq[2]:
[252128.035429] .rt_nr_running : 0
[252128.035562] .rt_throttled : 0
[252128.035694] .rt_time : 0.000000
[252128.035833] .rt_runtime : 950.000000
[252128.035972]
[252128.035973] runnable tasks:
[252128.035973] task PID tree-key switches prio
exec-runtime sum-exec sum-sleep
[252128.035975]
----------------------------------------------------------------------------------------------------------
[252128.036741]
[252128.036742] cpu#3, 2394.270 MHz
[252128.036962] .nr_running : 0
[252128.037109] .load : 0
[252128.037242] .nr_switches : 102187665
[252128.037381] .nr_load_updates : 9561892
[252128.041785] .nr_uninterruptible : 0
[252128.041922] .next_balance : 63.058335
[252128.042062] .curr->pid : 0
[252128.042200] .clock : 252127820.179468
[252128.042346] .cpu_load[0] : 0
[252128.042486] .cpu_load[1] : 0
[252128.042619] .cpu_load[2] : 0
[252128.042752] .cpu_load[3] : 0
[252128.042885] .cpu_load[4] : 0
[252128.043018]
[252128.043019] cfs_rq[3]:/
[252128.043236] .exec_clock : 0.000000
[252128.043376] .MIN_vruntime : 0.000001
[252128.043515] .min_vruntime : 6905106.477837
[252128.043660] .max_vruntime : 0.000001
[252128.043799] .spread : 0.000000
[252128.043942] .spread0 : -19794921.181486
[252128.044091] .nr_running : 0
[252128.044224] .load : 0
[252128.044357] .nr_spread_over : 0
[252128.044490] .shares : 0
[252128.044624]
[252128.044624] rt_rq[3]:
[252128.044841] .rt_nr_running : 0
[252128.044975] .rt_throttled : 0
[252128.045109] .rt_time : 0.000000
[252128.045252] .rt_runtime : 950.000000
[252128.045393]
[252128.045394] runnable tasks:
[252128.045394] task PID tree-key switches prio
exec-runtime sum-exec sum-sleep
[252128.045396]
----------------------------------------------------------------------------------------------------------
[252128.046136]
-- Package-specific info:
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-41) (b...@decadent.org.uk) (gcc
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Jan 16 16:04:25 UTC 2012
** Command line:
auto BOOT_IMAGE=Linux ro root=UUID=a79a8c15-d633-4690-b309-74e411d12efe
** Not tainted
** Kernel log:
[249138.821638] 4783 00a0 0 c3849400 da5bd990 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249138.821958] 31761 00a0 0 c3849400 da5bd198 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249138.822219] 31768 00a0 0 c3849400 da5bda5c 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249138.822467] 36081 00a0 0 c3849400 da5bd330 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249138.822683] 57948 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249138.822920] 59541 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249138.823150] 6215 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249138.823365] 36459 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249138.823580] 39639 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249138.823795] 51462 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249138.824023] 51479 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249212.670796] -pid- flgs status -client- --rqstp- -timeout ---ops--
[249212.670944] 3364 0281 -110 d421d400 ec4db000 0 f8378a84 rpcbindv2
GETPORT a:call_connect_status q:none
[249212.671183] 46128 0381 -5 e68f6d00 (null) 0 faa53d14 nfs4_cbv1
CB_NULL a:rpc_exit_task q:none
[249212.671396] 38882 00a0 0 c3849400 da5bd000 15000 f837873c lockdv4
LOCK a:call_bind_status q:xprt_binding
[249212.671649] 50877 00a0 0 c3849400 da5bd264 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.671940] 59854 00a0 0 c3849400 da5bd4c8 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.672244] 14400 00a0 0 c3849400 da5bd3fc 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.672531] 15488 00a0 0 c3849400 da5bd660 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.672823] 28924 00a0 0 c3849400 da5bd594 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.673097] 33249 00a0 0 c3849400 da5bd72c 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.673333] 36129 00a0 0 c3849400 da5bd8c4 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.673557] 1719 00a0 0 c3849400 da5bd7f8 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.673782] 1729 00a0 0 c3849400 da5bd0cc 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.673999] 1855 00a0 0 c3849400 da5bdb28 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.674221] 1927 00a0 0 c3849400 da5bdbf4 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.674435] 4783 00a0 0 c3849400 da5bd990 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.674660] 31761 00a0 0 c3849400 da5bd198 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.674878] 31768 00a0 0 c3849400 da5bda5c 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.675099] 36081 00a0 0 c3849400 da5bd330 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249212.675314] 57948 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249212.675539] 59541 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249212.675856] 6215 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249212.676106] 36459 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249212.676343] 39639 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249212.676571] 51462 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249212.676796] 51479 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249212.677029] 51597 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249212.677263] 59880 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249212.677494] 2064 0080 0 c3849b00 f4065990 15000 f837873c nfsv3
GETATTR a:call_status q:xprt_pending
[249275.467481] RPC: Want update, refage=120, age=0
[249275.484595] RPC: Want update, refage=1800, age=1005
[249275.484742] RPC: Want update, refage=1800, age=1005
[249275.484890] RPC: Want update, refage=120, age=0
[249275.486395] RPC: Want update, refage=120, age=0
[249275.487470] RPC: Want update, refage=1800, age=1005
[249275.490988] RPC: Want update, refage=120, age=0
[249275.500959] RPC: Want update, refage=120, age=0
[249559.256574] -pid- flgs status -client- --rqstp- -timeout ---ops--
[249559.256798] 3364 0281 -110 d421d400 ec4db000 0 f8378a84 rpcbindv2
GETPORT a:call_connect_status q:none
[249559.257181] 46128 0381 -5 e68f6d00 (null) 0 faa53d14 nfs4_cbv1
CB_NULL a:rpc_exit_task q:none
[249559.266077] 38882 00a0 0 c3849400 da5bd000 15000 f837873c lockdv4
LOCK a:call_bind_status q:xprt_binding
[249559.266420] 50877 00a0 0 c3849400 da5bd264 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.266840] 59854 00a0 0 c3849400 da5bd4c8 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.267173] 14400 00a0 0 c3849400 da5bd3fc 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.267510] 15488 00a0 0 c3849400 da5bd660 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.267832] 28924 00a0 0 c3849400 da5bd594 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.272267] 33249 00a0 0 c3849400 da5bd72c 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.272605] 36129 00a0 0 c3849400 da5bd8c4 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.272937] 1719 00a0 0 c3849400 da5bd7f8 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.273260] 1729 00a0 0 c3849400 da5bd0cc 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.273583] 1855 00a0 0 c3849400 da5bdb28 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.273903] 1927 00a0 0 c3849400 da5bdbf4 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.274226] 4783 00a0 0 c3849400 da5bd990 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.274576] 31761 00a0 0 c3849400 da5bd198 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.275912] 31768 00a0 0 c3849400 da5bda5c 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.276234] 36081 00a0 0 c3849400 da5bd330 15000 f837873c lockdv4
TEST a:call_bind_status q:xprt_binding
[249559.276556] 57948 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.276878] 59541 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.277200] 6215 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.277530] 36459 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.277852] 39639 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.278174] 51462 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.278496] 51479 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.278909] 51597 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.279241] 59880 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.283500] 15105 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.283759] 17884 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.283988] 21565 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.284214] 31127 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.284434] 38151 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.284661] 59602 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.284886] 60145 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.285106] 60263 0080 -11 c3849400 (null) 0 f837873c lockdv4
TEST a:call_reserveresult q:xprt_backlog
[249559.285324] 11878 0080 0 c3849b00 f4065990 15000 f837873c nfsv3
GETATTR a:call_status q:xprt_pending
[249649.197734] lockd: server 172.18.48.42 not responding, still trying
[249686.369927] lockd: server 172.18.48.42 not responding, still trying
[249770.750161] lockd: server 172.18.48.42 not responding, still trying
[249813.685240] lockd: server 172.18.48.42 not responding, still trying
[249986.383553] lockd: server 172.18.48.42 not responding, still trying
[250011.990275] lockd: server 172.18.48.42 not responding, still trying
[250112.177283] lockd: server 172.18.48.42 not responding, still trying
[250132.228932] lockd: server 172.18.48.42 not responding, still trying
[250237.096309] lockd: server 172.18.48.42 not responding, still trying
[250286.940276] lockd: server 172.18.48.42 not responding, still trying
[250371.408354] lockd: server 172.18.48.42 not responding, still trying
[250411.911343] lockd: server 172.18.48.42 not responding, still trying
[250481.675179] lockd: server 172.18.48.42 not responding, still trying
[250496.862751] lockd: server 172.18.48.42 not responding, still trying
[250588.199775] lockd: server 172.18.48.42 not responding, still trying
** Model information
not available
** Loaded modules:
Module Size Used by
vsock 32362 0
vmci 19676 1 vsock
vmxnet 13142 0
vmmemctl 5343 0
des_generic 15027 0
cbc 2047 0
nfsd 193919 13
nfs 207234 5
lockd 49449 2 nfsd,nfs
fscache 24662 1 nfs
nfs_acl 1695 2 nfsd,nfs
acpiphp 13281 0
xfs 415733 13
exportfs 2618 2 nfsd,xfs
rpcsec_gss_krb5 7477 1
auth_rpcgss 25296 5 nfsd,nfs,rpcsec_gss_krb5
sunrpc 134868 33
nfsd,nfs,lockd,nfs_acl,rpcsec_gss_krb5,auth_rpcgss
hwmon_vid 1528 0
i2c_i801 6462 0
snd_pcm 47226 0
snd_timer 12270 1 snd_pcm
parport_pc 15799 0
snd 34423 2 snd_pcm,snd_timer
soundcore 3450 1 snd
snd_page_alloc 5045 1 snd_pcm
i2c_piix4 7076 0
parport 22554 1 parport_pc
shpchp 21200 0
i2c_core 12787 2 i2c_i801,i2c_piix4
psmouse 44809 0
evdev 5609 0
serio_raw 2916 0
pcspkr 1207 0
pci_hotplug 18545 2 acpiphp,shpchp
processor 26327 0
container 1833 0
ac 1640 0
button 3598 0
ext3 94396 4
jbd 32401 1 ext3
mbcache 3762 1 ext3
dm_mod 46326 148
vmxnet3 20832 0
3w_9xxx 24088 0
sd_mod 26013 7
crc_t10dif 1012 1 sd_mod
sg 19937 0
sr_mod 10770 0
cdrom 26487 1 sr_mod
ata_generic 2247 0
mptspi 9609 4
ata_piix 17736 0
mptscsih 14196 1 mptspi
pcnet32 22226 0
libata 115889 2 ata_generic,ata_piix
floppy 40923 0
mptbase 42996 2 mptspi,mptscsih
scsi_transport_spi 14866 1 mptspi
mii 2714 1 pcnet32
thermal 9206 0
scsi_mod 105001 8
3w_9xxx,sd_mod,sg,sr_mod,mptspi,mptscsih,libata,scsi_transport_spi
thermal_sys 9378 2 processor,thermal
** Network interface configuration:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 155.98.200.139
netmask 255.255.255.128
network 155.98.200.128
broadcast 155.98.200.255
gateway 155.98.200.129
auto eth1
iface eth1 inet static
address 10.98.200.169
netmask 255.255.255.128
network 10.98.200.128
broadcast 10.98.200.255
up /sbin/ip route add 172.18.48.0/24 via 10.98.200.129
down /sbin/ip route del 172.18.48.0/24 via 10.98.200.129
** 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 pfifo_fast state
UNKNOWN qlen 1000
link/ether 00:50:56:a1:00:15 brd ff:ff:ff:ff:ff:ff
inet 155.98.200.139/25 brd 155.98.200.255 scope global eth0
inet6 fe80::250:56ff:fea1:15/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state
UNKNOWN qlen 1000
link/ether 00:50:56:a1:00:16 brd ff:ff:ff:ff:ff:ff
inet 10.98.200.169/25 brd 10.98.200.255 scope global eth1
inet6 fe80::250:56ff:fea1:16/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:1730602912 14382401 0 0 0 0 0 0 1730602912
14382401 0 0 0 0 0 0
eth0:1507859445 340840667 1534 1578 0 0 0 0
2864219172 443581961 0 0 0 0 0 0
eth1:1270134306 4953972 1 1 0 0 0 0 882376606
4889668 0 0 0 0 0 0
*** Protocol statistics:
Ip:
360095248 total packets received
2546 with invalid addresses
0 forwarded
3 with unknown protocol
0 incoming packets discarded
359898129 incoming packets delivered
462827968 requests sent out
2 outgoing packets dropped
59 reassemblies required
6 packets reassembled ok
142 fragments received ok
322 fragments created
Icmp:
9309 ICMP messages received
1 input ICMP message failed.
ICMP input histogram:
destination unreachable: 110
redirects: 425
echo requests: 8752
echo replies: 18
timestamp request: 1
address mask request: 3
9044 ICMP messages sent
0 ICMP messages failed
ICMP output histogram:
destination unreachable: 276
echo request: 16
echo replies: 8751
timestamp replies: 1
IcmpMsg:
InType0: 18
InType3: 110
InType5: 425
InType8: 8752
InType13: 1
InType17: 3
OutType0: 8751
OutType3: 276
OutType8: 16
OutType14: 1
Tcp:
43628 active connections openings
133526 passive connection openings
1314 failed connection attempts
36090 connection resets received
167 connections established
359466100 segments received
462140139 segments send out
54549 segments retransmited
3 bad segments received.
106081 resets sent
Udp:
408419 packets received
824 packets to unknown port received.
0 packet receive errors
624237 packets sent
SndbufErrors: 2
UdpLite:
TcpExt:
401 resets received for embryonic SYN_RECV sockets
87 packets pruned from receive queue because of socket buffer overrun
6 ICMP packets dropped because they were out-of-window
47741 TCP sockets finished time wait in fast timer
31 time wait sockets recycled by time stamp
424505 delayed acks sent
4121 delayed acks further delayed because of locked socket
Quick ack mode was activated 2299 times
30560164 packets directly queued to recvmsg prequeue.
334995746 bytes directly in process context from backlog
51714456 bytes directly received in process context from prequeue
42735146 packet headers predicted
62659392 packets header predicted and directly queued to user
6634204 acknowledgments not containing data payload received
205084754 predicted acknowledgments
519 times recovered from packet loss by selective acknowledgements
Detected reordering 7 times using FACK
Detected reordering 19 times using SACK
Detected reordering 1 times using time stamp
11 congestion windows fully recovered without slow start
5 congestion windows partially recovered using Hoe heuristic
141 congestion windows recovered without slow start by DSACK
1421 congestion windows recovered without slow start after partial ack
102 TCP data loss events
TCPLostRetransmit: 2
37 timeouts after SACK recovery
9 timeouts in loss state
1262 fast retransmits
36 forward retransmits
12796 retransmits in slow start
37057 other TCP timeouts
2 SACK retransmits failed
8 times receiver scheduled too late for direct processing
4357 packets collapsed in receive queue due to low socket buffer
2376 DSACKs sent for old packets
2 DSACKs sent for out of order packets
48235 DSACKs received
20856 connections reset due to unexpected data
20924 connections reset due to early user close
208 connections aborted due to timeout
TCPSACKDiscard: 173267
TCPDSACKIgnoredOld: 3013
TCPDSACKIgnoredNoUndo: 44036
TCPSackShiftFallback: 16662
IpExt:
InMcastPkts: 5
InBcastPkts: 41010
OutBcastPkts: 804
InOctets: -336141277
OutOctets: -802114422
InMcastOctets: 180
InBcastOctets: 18020719
OutBcastOctets: 186422
** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host
bridge [8086:7190] (rev 01)
Subsystem: VMware Virtual Machine Chipset [15ad:1976]
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
Kernel driver in use: agpgart-intel
00:01.0 PCI bridge [0604]: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP
bridge [8086:7191] (rev 01) (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: 0
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-
00:07.0 ISA bridge [0601]: Intel Corporation 82371AB/EB/MB PIIX4 ISA
[8086:7110] (rev 08)
Subsystem: VMware Virtual Machine Chipset [15ad:1976]
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]: Intel Corporation 82371AB/EB/MB PIIX4 IDE
[8086:7111] (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: VMware Virtual Machine Chipset [15ad:1976]
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
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 10c0 [size=16]
Kernel driver in use: ata_piix
00:07.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113]
(rev 08)
Subsystem: VMware Virtual Machine Chipset [15ad:1976]
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 ? routed to IRQ 9
00:07.7 System peripheral [0880]: VMware Virtual Machine Communication
Interface [15ad:0740] (rev 10)
Subsystem: VMware Virtual Machine Communication Interface [15ad:0740]
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 (1500ns min, 63750ns max)
Interrupt: pin A routed to IRQ 16
Region 0: I/O ports at 1080 [size=64]
Kernel driver in use: vmci
00:0f.0 VGA compatible controller [0300]: VMware SVGA II Adapter [15ad:0405]
(prog-if 00 [VGA controller])
Subsystem: VMware SVGA II Adapter [15ad:0405]
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 A routed to IRQ 9
Region 0: I/O ports at 10d0 [size=16]
Region 1: Memory at d4000000 (32-bit, non-prefetchable) [size=64M]
Region 2: Memory at d8000000 (32-bit, non-prefetchable) [size=8M]
[virtual] Expansion ROM at c0000000 [disabled] [size=32K]
Capabilities: <access denied>
00:10.0 SCSI storage controller [0100]: LSI Logic / Symbios Logic 53c1030 PCI-X
Fusion-MPT Dual Ultra320 SCSI [1000:0030] (rev 01)
Subsystem: VMware LSI Logic Parallel SCSI Controller [15ad:1976]
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 (1500ns min, 63750ns max)
Interrupt: pin A routed to IRQ 17
Region 0: I/O ports at 1400 [size=256]
Region 1: Memory at d8820000 (64-bit, non-prefetchable) [size=128K]
Region 3: Memory at d8800000 (64-bit, non-prefetchable) [size=128K]
[virtual] Expansion ROM at c0008000 [disabled] [size=16K]
Kernel driver in use: mptspi
00:11.0 PCI bridge [0604]: VMware PCI bridge [15ad:0790] (rev 02) (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=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 64, Cache Line Size: 32 bytes
Bus: primary=00, secondary=02, subordinate=02, sec-latency=68
I/O behind bridge: 00002000-00003fff
Memory behind bridge: d9200000-d9cfffff
Prefetchable memory behind bridge: 00000000dc100000-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:15.0 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: d9d00000-d9dfffff
Prefetchable memory behind bridge: 00000000dc700000-00000000dc7fffff
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>
Kernel driver in use: pcieport
00:15.1 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00008000-00008fff
Memory behind bridge: da100000-da1fffff
Prefetchable memory behind bridge: 00000000dcb00000-00000000dcbfffff
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>
Kernel driver in use: pcieport
00:15.2 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
I/O behind bridge: 0000c000-0000cfff
Memory behind bridge: da500000-da5fffff
Prefetchable memory behind bridge: 00000000dcf00000-00000000dcffffff
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>
Kernel driver in use: pcieport
00:15.3 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
Memory behind bridge: da900000-da9fffff
Prefetchable memory behind bridge: 00000000dd300000-00000000dd3fffff
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>
Kernel driver in use: pcieport
00:15.4 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
Memory behind bridge: dad00000-dadfffff
Prefetchable memory behind bridge: 00000000dd700000-00000000dd7fffff
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>
Kernel driver in use: pcieport
00:15.5 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
Memory behind bridge: db100000-db1fffff
Prefetchable memory behind bridge: 00000000ddb00000-00000000ddbfffff
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>
Kernel driver in use: pcieport
00:15.6 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
Memory behind bridge: db500000-db5fffff
Prefetchable memory behind bridge: 00000000ddf00000-00000000ddffffff
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>
Kernel driver in use: pcieport
00:15.7 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
Memory behind bridge: db900000-db9fffff
Prefetchable memory behind bridge: 00000000de300000-00000000de3fffff
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>
Kernel driver in use: pcieport
00:16.0 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
I/O behind bridge: 00005000-00005fff
Memory behind bridge: d9e00000-d9efffff
Prefetchable memory behind bridge: 00000000dc800000-00000000dc8fffff
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>
Kernel driver in use: pcieport
00:16.1 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
I/O behind bridge: 00009000-00009fff
Memory behind bridge: da200000-da2fffff
Prefetchable memory behind bridge: 00000000dcc00000-00000000dccfffff
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>
Kernel driver in use: pcieport
00:16.2 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: da600000-da6fffff
Prefetchable memory behind bridge: 00000000dd000000-00000000dd0fffff
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>
Kernel driver in use: pcieport
00:16.3 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=0e, subordinate=0e, sec-latency=0
Memory behind bridge: daa00000-daafffff
Prefetchable memory behind bridge: 00000000dd400000-00000000dd4fffff
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>
Kernel driver in use: pcieport
00:16.4 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=0f, subordinate=0f, sec-latency=0
Memory behind bridge: dae00000-daefffff
Prefetchable memory behind bridge: 00000000dd800000-00000000dd8fffff
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>
Kernel driver in use: pcieport
00:16.5 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=10, subordinate=10, sec-latency=0
Memory behind bridge: db200000-db2fffff
Prefetchable memory behind bridge: 00000000ddc00000-00000000ddcfffff
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>
Kernel driver in use: pcieport
00:16.6 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=11, subordinate=11, sec-latency=0
Memory behind bridge: db600000-db6fffff
Prefetchable memory behind bridge: 00000000de000000-00000000de0fffff
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>
Kernel driver in use: pcieport
00:16.7 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=12, subordinate=12, sec-latency=0
Memory behind bridge: dba00000-dbafffff
Prefetchable memory behind bridge: 00000000de400000-00000000de4fffff
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>
Kernel driver in use: pcieport
00:17.0 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=13, subordinate=13, sec-latency=0
I/O behind bridge: 00006000-00006fff
Memory behind bridge: d9f00000-d9ffffff
Prefetchable memory behind bridge: 00000000dc900000-00000000dc9fffff
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>
Kernel driver in use: pcieport
00:17.1 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=14, subordinate=14, sec-latency=0
I/O behind bridge: 0000a000-0000afff
Memory behind bridge: da300000-da3fffff
Prefetchable memory behind bridge: 00000000dcd00000-00000000dcdfffff
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>
Kernel driver in use: pcieport
00:17.2 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=15, subordinate=15, sec-latency=0
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: da700000-da7fffff
Prefetchable memory behind bridge: 00000000dd100000-00000000dd1fffff
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>
Kernel driver in use: pcieport
00:17.3 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=16, subordinate=16, sec-latency=0
Memory behind bridge: dab00000-dabfffff
Prefetchable memory behind bridge: 00000000dd500000-00000000dd5fffff
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>
Kernel driver in use: pcieport
00:17.4 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=17, subordinate=17, sec-latency=0
Memory behind bridge: daf00000-daffffff
Prefetchable memory behind bridge: 00000000dd900000-00000000dd9fffff
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>
Kernel driver in use: pcieport
00:17.5 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=18, subordinate=18, sec-latency=0
Memory behind bridge: db300000-db3fffff
Prefetchable memory behind bridge: 00000000ddd00000-00000000dddfffff
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>
Kernel driver in use: pcieport
00:17.6 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=19, subordinate=19, sec-latency=0
Memory behind bridge: db700000-db7fffff
Prefetchable memory behind bridge: 00000000de100000-00000000de1fffff
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>
Kernel driver in use: pcieport
00:17.7 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=1a, subordinate=1a, sec-latency=0
Memory behind bridge: dbb00000-dbbfffff
Prefetchable memory behind bridge: 00000000de500000-00000000de5fffff
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>
Kernel driver in use: pcieport
00:18.0 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=1b, subordinate=1b, sec-latency=0
I/O behind bridge: 00007000-00007fff
Memory behind bridge: da000000-da0fffff
Prefetchable memory behind bridge: 00000000dca00000-00000000dcafffff
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>
Kernel driver in use: pcieport
00:18.1 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=1c, subordinate=1c, sec-latency=0
I/O behind bridge: 0000b000-0000bfff
Memory behind bridge: da400000-da4fffff
Prefetchable memory behind bridge: 00000000dce00000-00000000dcefffff
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>
Kernel driver in use: pcieport
00:18.2 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=1d, subordinate=1d, sec-latency=0
I/O behind bridge: 0000f000-0000ffff
Memory behind bridge: da800000-da8fffff
Prefetchable memory behind bridge: 00000000dd200000-00000000dd2fffff
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>
Kernel driver in use: pcieport
00:18.3 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=1e, subordinate=1e, sec-latency=0
Memory behind bridge: dac00000-dacfffff
Prefetchable memory behind bridge: 00000000dd600000-00000000dd6fffff
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>
Kernel driver in use: pcieport
00:18.4 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=1f, subordinate=1f, sec-latency=0
Memory behind bridge: db000000-db0fffff
Prefetchable memory behind bridge: 00000000dda00000-00000000ddafffff
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>
Kernel driver in use: pcieport
00:18.5 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=20, subordinate=20, sec-latency=0
Memory behind bridge: db400000-db4fffff
Prefetchable memory behind bridge: 00000000dde00000-00000000ddefffff
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>
Kernel driver in use: pcieport
00:18.6 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=21, subordinate=21, sec-latency=0
Memory behind bridge: db800000-db8fffff
Prefetchable memory behind bridge: 00000000de200000-00000000de2fffff
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>
Kernel driver in use: pcieport
00:18.7 PCI bridge [0604]: VMware PCI Express Root Port [15ad:07a0] (rev 01)
(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: 32 bytes
Bus: primary=00, secondary=22, subordinate=22, sec-latency=0
Memory behind bridge: dbc00000-dbcfffff
Prefetchable memory behind bridge: 00000000de600000-00000000de6fffff
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>
Kernel driver in use: pcieport
02:00.0 Ethernet controller [0200]: Advanced Micro Devices [AMD] 79c970
[PCnet32 LANCE] [1022:2000] (rev 10)
Subsystem: Advanced Micro Devices [AMD] PCnet - Fast 79C971 [1022:2000]
Physical Slot: 32
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 (1500ns min, 63750ns max)
Interrupt: pin A routed to IRQ 18
Region 0: I/O ports at 2000 [size=128]
[virtual] Expansion ROM at dc100000 [disabled] [size=64K]
Kernel driver in use: pcnet32
02:01.0 Ethernet controller [0200]: Advanced Micro Devices [AMD] 79c970
[PCnet32 LANCE] [1022:2000] (rev 10)
Subsystem: Advanced Micro Devices [AMD] PCnet - Fast 79C971 [1022:2000]
Physical Slot: 33
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 (1500ns min, 63750ns max)
Interrupt: pin A routed to IRQ 19
Region 0: I/O ports at 2080 [size=128]
[virtual] Expansion ROM at dc110000 [disabled] [size=64K]
Kernel driver in use: pcnet32
** USB devices:
not available
-- System Information:
Debian Release: 6.0.4
APT prefers stable
APT policy: (990, 'stable'), (500, 'oldstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages linux-image-2.6.32-5-686 depends on:
ii debconf [debconf-2.0] 1.5.36.1 Debian configuration management sy
ii initramfs-tools [linux-initra 0.98.8 tools for generating an initramfs
ii linux-base 2.6.32-41 Linux image base package
ii module-init-tools 3.12-2+b1 tools for managing Linux kernel mo
Versions of packages linux-image-2.6.32-5-686 recommends:
ii firmware-linux-free 2.6.32-41 Binary firmware for various driver
ii libc6-i686 2.11.3-2 Embedded GNU C Library: Shared lib
Versions of packages linux-image-2.6.32-5-686 suggests:
pn grub | lilo <none> (no description available)
pn linux-doc-2.6.32 <none> (no description available)
Versions of packages linux-image-2.6.32-5-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)
pn firmware-linux <none> (no description available)
pn firmware-linux-nonfree <none> (no description available)
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.32-5-686/postinst/depmod-error-initrd-2.6.32-5-686: false
linux-image-2.6.32-5-686/postinst/ignoring-do-bootloader-2.6.32-5-686:
linux-image-2.6.32-5-686/postinst/missing-firmware-2.6.32-5-686:
linux-image-2.6.32-5-686/prerm/removing-running-kernel-2.6.32-5-686: true
--- End Message ---