LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* Re: [linux-usb-devel] 2.6.20-rc4: known unfixed regressions (v2)
       [not found] ` <Pine.LNX.4.44L0.0701101052310.3289-100000@iolanthe.rowland.org>
@ 2007-01-14 22:57   ` Florin Iucha
  2007-01-14 23:58     ` heavy nfs[4]] causes fs badness Was: " Florin Iucha
  0 siblings, 1 reply; 10+ messages in thread
From: Florin Iucha @ 2007-01-14 22:57 UTC (permalink / raw)
  To: Alan Stern
  Cc: Jiri Kosina, linux-usb-devel, Adrian Bunk, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 597 bytes --]

On Wed, Jan 10, 2007 at 10:54:34AM -0500, Alan Stern wrote:
> It's still possible that this is hardware related; perhaps some component
> just began to wear out.  If you return to an earlier kernel, does the 
> problem go away?

As reported in my original e-mail and verified just minutes ago, the
copy succeeds with 2.6.19 (kernel.org vanilla, compiled with the same
config as 2.6.20-rcX).  I will begin bisecting between .19 and .20-rc1
after re-reading Jiri's messages.

florin

-- 
Bruce Schneier expects the Spanish Inquisition.
      http://geekz.co.uk/schneierfacts/fact/163

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2)
  2007-01-14 22:57   ` [linux-usb-devel] 2.6.20-rc4: known unfixed regressions (v2) Florin Iucha
@ 2007-01-14 23:58     ` Florin Iucha
  2007-01-15  0:14       ` Jiri Kosina
                         ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Florin Iucha @ 2007-01-14 23:58 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Jiri Kosina, linux-usb-devel, Adrian Bunk, Alan Stern, Trond Myklebust

[-- Attachment #1: Type: text/plain, Size: 1827 bytes --]

On Sun, Jan 14, 2007 at 04:57:01PM -0600,  wrote:
> On Wed, Jan 10, 2007 at 10:54:34AM -0500, Alan Stern wrote:
> > It's still possible that this is hardware related; perhaps some component
> > just began to wear out.  If you return to an earlier kernel, does the 
> > problem go away?
> 
> As reported in my original e-mail and verified just minutes ago, the
> copy succeeds with 2.6.19 (kernel.org vanilla, compiled with the same
> config as 2.6.20-rcX).  I will begin bisecting between .19 and .20-rc1
> after re-reading Jiri's messages.

All the testing was done via a ssh into the workstation.  The console
was left as booted into, with the gdm running.  The remote nfs4
directory was mounted on "/mnt".

After copying the 60+ GB and testing that the keyboard was still
functioning, I did not reboot but stayed in the same kernel and pulled
the latest git then started bisecting.  After recompiling, I moved
over to the workstation to reboot it, but the keyboard was not
functioning ;(

I ran "lsusb" and it displayed all the devices. "dmesg" did not show
any oops, anything for that matter.  I have unplugged the keyboard and
run "lsusb" again, but it hang.  I ran "ls /mnt" and it hang as well.
Stracing "lsusb" showed it hang (entered the kernel) at opening the device
that used to be the keyboard.  Stracing "ls /mnt" showed that it
hang at "stat(/mnt)".  Both processes were in "D" state.  "ls /root"
worked without problem, so it appears that crossing mountpoints causes
some hang in the kernel.

Based on this info, I think we can rule out any USB.  I will try
testing with NFS3 to see if the problem persists.  Unfortunately there
is no oops or anything in "dmesg".

florin

-- 
Bruce Schneier expects the Spanish Inquisition.
      http://geekz.co.uk/schneierfacts/fact/163

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2)
  2007-01-14 23:58     ` heavy nfs[4]] causes fs badness Was: " Florin Iucha
@ 2007-01-15  0:14       ` Jiri Kosina
  2007-01-15  2:02         ` Florin Iucha
  2007-01-15  0:14       ` Trond Myklebust
  2007-01-15  2:11       ` Horst H. von Brand
  2 siblings, 1 reply; 10+ messages in thread
From: Jiri Kosina @ 2007-01-15  0:14 UTC (permalink / raw)
  To: Florin Iucha
  Cc: Linux Kernel Mailing List, linux-usb-devel, Adrian Bunk,
	Alan Stern, Trond Myklebust

On Sun, 14 Jan 2007, Florin Iucha wrote:

> All the testing was done via a ssh into the workstation.  The console 
> was left as booted into, with the gdm running.  The remote nfs4 
> directory was mounted on "/mnt". After copying the 60+ GB and testing 
> that the keyboard was still functioning, I did not reboot but stayed in 
> the same kernel and pulled the latest git then started bisecting.  

Hi Florin,

thanks a lot for the testing. Just to verify - what kernel is 'the same 
kernel' mentioned above? (just to isolate whether the problem is really 
somewhere between 2.6.19 and 2.6.20-rc2, as you stated in previous posts, 
or the situation has changed).

> After recompiling, I moved over to the workstation to reboot it, but the 
> keyboard was not functioning ;(

So this time the hang occured when the system was idle, not during the 
transfers, right?

> I ran "lsusb" and it displayed all the devices. "dmesg" did not show
> any oops, anything for that matter.  I have unplugged the keyboard and
> run "lsusb" again, but it hang.  I ran "ls /mnt" and it hang as well.
> Stracing "lsusb" showed it hang (entered the kernel) at opening the device
> that used to be the keyboard.  Stracing "ls /mnt" showed that it
> hang at "stat(/mnt)".  Both processes were in "D" state.  "ls /root"
> worked without problem, so it appears that crossing mountpoints causes
> some hang in the kernel.

Could you please do alt-sysrq-t (or "echo t > /proc/sysrq-trigger" via 
ssh, when your keyboard is dead) to see the calltraces of the processes 
which are stuck inside kernel?

You will probably get a lot of output after the sysrq, so please either 
put it somewhere on the web if possible, or just extract the interesting 
processes out of it (mainly the ones which are stuck).

Thanks,

-- 
Jiri Kosina

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2)
  2007-01-14 23:58     ` heavy nfs[4]] causes fs badness Was: " Florin Iucha
  2007-01-15  0:14       ` Jiri Kosina
@ 2007-01-15  0:14       ` Trond Myklebust
  2007-01-15  2:11       ` Horst H. von Brand
  2 siblings, 0 replies; 10+ messages in thread
From: Trond Myklebust @ 2007-01-15  0:14 UTC (permalink / raw)
  To: Florin Iucha
  Cc: Linux Kernel Mailing List, Jiri Kosina, linux-usb-devel,
	Adrian Bunk, Alan Stern

On Sun, 2007-01-14 at 17:58 -0600, Florin Iucha wrote:
> All the testing was done via a ssh into the workstation.  The console
> was left as booted into, with the gdm running.  The remote nfs4
> directory was mounted on "/mnt".
> 
> After copying the 60+ GB and testing that the keyboard was still
> functioning, I did not reboot but stayed in the same kernel and pulled
> the latest git then started bisecting.  After recompiling, I moved
> over to the workstation to reboot it, but the keyboard was not
> functioning ;(
> 
> I ran "lsusb" and it displayed all the devices. "dmesg" did not show
> any oops, anything for that matter.  I have unplugged the keyboard and
> run "lsusb" again, but it hang.  I ran "ls /mnt" and it hang as well.
> Stracing "lsusb" showed it hang (entered the kernel) at opening the device
> that used to be the keyboard.  Stracing "ls /mnt" showed that it
> hang at "stat(/mnt)".  Both processes were in "D" state.  "ls /root"
> worked without problem, so it appears that crossing mountpoints causes
> some hang in the kernel.
> 
> Based on this info, I think we can rule out any USB.  I will try
> testing with NFS3 to see if the problem persists.  Unfortunately there
> is no oops or anything in "dmesg".

Did you try an 'echo t > /proc/sysrq-trigger' in order to find out where
the stat process is hanging?

  Trond


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2)
  2007-01-15  0:14       ` Jiri Kosina
@ 2007-01-15  2:02         ` Florin Iucha
  2007-01-15 15:58           ` Alan Stern
  0 siblings, 1 reply; 10+ messages in thread
From: Florin Iucha @ 2007-01-15  2:02 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Linux Kernel Mailing List, linux-usb-devel, Adrian Bunk,
	Alan Stern, Trond Myklebust

[-- Attachment #1: Type: text/plain, Size: 2446 bytes --]

Jiri and Trond,

On Mon, Jan 15, 2007 at 01:14:09AM +0100, Jiri Kosina wrote:
> On Sun, 14 Jan 2007, Florin Iucha wrote:
> 
> > All the testing was done via a ssh into the workstation.  The console 
> > was left as booted into, with the gdm running.  The remote nfs4 
> > directory was mounted on "/mnt". After copying the 60+ GB and testing 
> > that the keyboard was still functioning, I did not reboot but stayed in 
> > the same kernel and pulled the latest git then started bisecting.  
> 
> Hi Florin,
> 
> thanks a lot for the testing. Just to verify - what kernel is 'the same 
> kernel' mentioned above? (just to isolate whether the problem is really 
> somewhere between 2.6.19 and 2.6.20-rc2, as you stated in previous posts, 
> or the situation has changed).

This happened with 2.6.19.  It worked last time, but I wanted to test
again, to make sure.  This time, it bombed, but half an hour after the 
transfer finished.

> > After recompiling, I moved over to the workstation to reboot it, but the 
> > keyboard was not functioning ;(
> 
> So this time the hang occured when the system was idle, not during the 
> transfers, right?

Yes it was idle.  Immediately after the transfer finished, the keyboard was
still functioning.  It "hang" minutes later, after the first bisected kernel
was compiled and installed.

> > I ran "lsusb" and it displayed all the devices. "dmesg" did not show
> > any oops, anything for that matter.  I have unplugged the keyboard and
> > run "lsusb" again, but it hang.  I ran "ls /mnt" and it hang as well.
> > Stracing "lsusb" showed it hang (entered the kernel) at opening the device
> > that used to be the keyboard.  Stracing "ls /mnt" showed that it
> > hang at "stat(/mnt)".  Both processes were in "D" state.  "ls /root"
> > worked without problem, so it appears that crossing mountpoints causes
> > some hang in the kernel.
> 
> Could you please do alt-sysrq-t (or "echo t > /proc/sysrq-trigger" via 
> ssh, when your keyboard is dead) to see the calltraces of the processes 
> which are stuck inside kernel?
> 
> You will probably get a lot of output after the sysrq, so please either 
> put it somewhere on the web if possible, or just extract the interesting 
> processes out of it (mainly the ones which are stuck).

Will do.

florin

-- 
Bruce Schneier expects the Spanish Inquisition.
      http://geekz.co.uk/schneierfacts/fact/163

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2) 
  2007-01-14 23:58     ` heavy nfs[4]] causes fs badness Was: " Florin Iucha
  2007-01-15  0:14       ` Jiri Kosina
  2007-01-15  0:14       ` Trond Myklebust
@ 2007-01-15  2:11       ` Horst H. von Brand
  2007-01-15 15:46         ` Florin Iucha
  2 siblings, 1 reply; 10+ messages in thread
From: Horst H. von Brand @ 2007-01-15  2:11 UTC (permalink / raw)
  To: Florin Iucha
  Cc: Linux Kernel Mailing List, Jiri Kosina, linux-usb-devel,
	Adrian Bunk, Alan Stern, Trond Myklebust

Florin Iucha <florin@iucha.net> wrote:

[...]

> Based on this info, I think we can rule out any USB.  I will try
> testing with NFS3 to see if the problem persists.  Unfortunately there
> is no oops or anything in "dmesg".

Take a look at bz #7796, a NFS bug + fix. But my feelin is that this is
older.
-- 
Dr. Horst H. von Brand                   User #22616 counter.li.org
Departamento de Informatica                    Fono: +56 32 2654431
Universidad Tecnica Federico Santa Maria             +56 32 2654239
Casilla 110-V, Valparaiso, Chile               Fax:  +56 32 2797513

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2)
  2007-01-15  2:11       ` Horst H. von Brand
@ 2007-01-15 15:46         ` Florin Iucha
  0 siblings, 0 replies; 10+ messages in thread
From: Florin Iucha @ 2007-01-15 15:46 UTC (permalink / raw)
  To: Horst H. von Brand
  Cc: Linux Kernel Mailing List, Jiri Kosina, linux-usb-devel,
	Adrian Bunk, Alan Stern, Trond Myklebust

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

On Sun, Jan 14, 2007 at 11:11:13PM -0300, Horst H. von Brand wrote:
> Florin Iucha <florin@iucha.net> wrote:
> 
> [...]
> 
> > Based on this info, I think we can rule out any USB.  I will try
> > testing with NFS3 to see if the problem persists.  Unfortunately there
> > is no oops or anything in "dmesg".
> 
> Take a look at bz #7796, a NFS bug + fix. But my feelin is that this is
> older.

The reported had and oops?  Luxury!  I get nothing ;)

I am testing again, this time on 2.6.20-rc5 compiled with extra debug
and I got a couple dozens of:

   "eth0: too many iterations (6) in nv_nic_irq."

in the kernel log.

florin

-- 
Bruce Schneier expects the Spanish Inquisition.
      http://geekz.co.uk/schneierfacts/fact/163

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2)
  2007-01-15  2:02         ` Florin Iucha
@ 2007-01-15 15:58           ` Alan Stern
  2007-01-24  3:04             ` Florin Iucha
  0 siblings, 1 reply; 10+ messages in thread
From: Alan Stern @ 2007-01-15 15:58 UTC (permalink / raw)
  To: Florin Iucha
  Cc: Jiri Kosina, Linux Kernel Mailing List, linux-usb-devel,
	Adrian Bunk, Trond Myklebust

On Sun, 14 Jan 2007, Florin Iucha wrote:

> Jiri and Trond,
> 
> On Mon, Jan 15, 2007 at 01:14:09AM +0100, Jiri Kosina wrote:
> > On Sun, 14 Jan 2007, Florin Iucha wrote:
> > 
> > > All the testing was done via a ssh into the workstation.  The console 
> > > was left as booted into, with the gdm running.  The remote nfs4 
> > > directory was mounted on "/mnt". After copying the 60+ GB and testing 
> > > that the keyboard was still functioning, I did not reboot but stayed in 
> > > the same kernel and pulled the latest git then started bisecting.  
> > 
> > Hi Florin,
> > 
> > thanks a lot for the testing. Just to verify - what kernel is 'the same 
> > kernel' mentioned above? (just to isolate whether the problem is really 
> > somewhere between 2.6.19 and 2.6.20-rc2, as you stated in previous posts, 
> > or the situation has changed).
> 
> This happened with 2.6.19.  It worked last time, but I wanted to test
> again, to make sure.  This time, it bombed, but half an hour after the 
> transfer finished.
> 
> > > After recompiling, I moved over to the workstation to reboot it, but the 
> > > keyboard was not functioning ;(
> > 
> > So this time the hang occured when the system was idle, not during the 
> > transfers, right?
> 
> Yes it was idle.  Immediately after the transfer finished, the keyboard was
> still functioning.  It "hang" minutes later, after the first bisected kernel
> was compiled and installed.
> 
> > > I ran "lsusb" and it displayed all the devices. "dmesg" did not show
> > > any oops, anything for that matter.  I have unplugged the keyboard and
> > > run "lsusb" again, but it hang.  I ran "ls /mnt" and it hang as well.
> > > Stracing "lsusb" showed it hang (entered the kernel) at opening the device
> > > that used to be the keyboard.  Stracing "ls /mnt" showed that it
> > > hang at "stat(/mnt)".  Both processes were in "D" state.  "ls /root"
> > > worked without problem, so it appears that crossing mountpoints causes
> > > some hang in the kernel.
> > 
> > Could you please do alt-sysrq-t (or "echo t > /proc/sysrq-trigger" via 
> > ssh, when your keyboard is dead) to see the calltraces of the processes 
> > which are stuck inside kernel?
> > 
> > You will probably get a lot of output after the sysrq, so please either 
> > put it somewhere on the web if possible, or just extract the interesting 
> > processes out of it (mainly the ones which are stuck).
> 
> Will do.

It would be nice to learn exactly why the keyboard stopped working.  Try
using the usbmon facility (instructions in Documentation/usb/usbmon.txt)
to see what happens when you type on the dead keyboard.  Be sure to turn
on CONFIG_USB_DEBUG as well.  And also check /proc/interrupts; each time
you hit a key the USB controller should get an interrupt.

Alan Stern


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2)
  2007-01-15 15:58           ` Alan Stern
@ 2007-01-24  3:04             ` Florin Iucha
  2007-01-24 19:07               ` Alan Stern
  0 siblings, 1 reply; 10+ messages in thread
From: Florin Iucha @ 2007-01-24  3:04 UTC (permalink / raw)
  To: Alan Stern
  Cc: Jiri Kosina, Linux Kernel Mailing List, linux-usb-devel,
	Adrian Bunk, Trond Myklebust


[-- Attachment #1.1: Type: text/plain, Size: 3355 bytes --]

On Mon, Jan 15, 2007 at 10:58:29AM -0500, Alan Stern wrote:
> On Sun, 14 Jan 2007, Florin Iucha wrote:
> 
> > Jiri and Trond,
> > 
> > On Mon, Jan 15, 2007 at 01:14:09AM +0100, Jiri Kosina wrote:
> > > On Sun, 14 Jan 2007, Florin Iucha wrote:
> > > 
> > > > All the testing was done via a ssh into the workstation.  The console 
> > > > was left as booted into, with the gdm running.  The remote nfs4 
> > > > directory was mounted on "/mnt". After copying the 60+ GB and testing 
> > > > that the keyboard was still functioning, I did not reboot but stayed in 
> > > > the same kernel and pulled the latest git then started bisecting.  
> > > 
> > > Hi Florin,
> > > 
> > > thanks a lot for the testing. Just to verify - what kernel is 'the same 
> > > kernel' mentioned above? (just to isolate whether the problem is really 
> > > somewhere between 2.6.19 and 2.6.20-rc2, as you stated in previous posts, 
> > > or the situation has changed).
> > 
> > This happened with 2.6.19.  It worked last time, but I wanted to test
> > again, to make sure.  This time, it bombed, but half an hour after the 
> > transfer finished.
> > 
> > > > After recompiling, I moved over to the workstation to reboot it, but the 
> > > > keyboard was not functioning ;(
> > > 
> > > So this time the hang occured when the system was idle, not during the 
> > > transfers, right?
> > 
> > Yes it was idle.  Immediately after the transfer finished, the keyboard was
> > still functioning.  It "hang" minutes later, after the first bisected kernel
> > was compiled and installed.
> > 
> > > > I ran "lsusb" and it displayed all the devices. "dmesg" did not show
> > > > any oops, anything for that matter.  I have unplugged the keyboard and
> > > > run "lsusb" again, but it hang.  I ran "ls /mnt" and it hang as well.
> > > > Stracing "lsusb" showed it hang (entered the kernel) at opening the device
> > > > that used to be the keyboard.  Stracing "ls /mnt" showed that it
> > > > hang at "stat(/mnt)".  Both processes were in "D" state.  "ls /root"
> > > > worked without problem, so it appears that crossing mountpoints causes
> > > > some hang in the kernel.
> > > 
> > > Could you please do alt-sysrq-t (or "echo t > /proc/sysrq-trigger" via 
> > > ssh, when your keyboard is dead) to see the calltraces of the processes 
> > > which are stuck inside kernel?
> > > 
> > > You will probably get a lot of output after the sysrq, so please either 
> > > put it somewhere on the web if possible, or just extract the interesting 
> > > processes out of it (mainly the ones which are stuck).
> > 
> > Will do.
> 
> It would be nice to learn exactly why the keyboard stopped working.  Try
> using the usbmon facility (instructions in Documentation/usb/usbmon.txt)
> to see what happens when you type on the dead keyboard.  Be sure to turn
> on CONFIG_USB_DEBUG as well.  And also check /proc/interrupts; each time
> you hit a key the USB controller should get an interrupt.

Attached is the output from usbmon, unfortunately this kernel did not
have CONFIG_USB_DEBUG set.  This is kernel 2.6.20-rc5.

So, the bus sees some traffic when the keyboard is used, but gdm does
not receive any keystrokes.

florin

-- 
Bruce Schneier expects the Spanish Inquisition.
      http://geekz.co.uk/schneierfacts/fact/163

[-- Attachment #1.2: usbmon.1.log --]
[-- Type: text/plain, Size: 16206 bytes --]

ffff81007fe91308 707039742 C Ii:003:01 0 8 = 00002800 00000000
ffff81007fe91308 707039783 S Ii:003:01 -115 8 <
ffff81007fe91308 707103733 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 707103749 S Ii:003:01 -115 8 <
ffff81007fe91308 707207728 C Ii:003:01 0 8 = 00002800 00000000
ffff81007fe91308 707207744 S Ii:003:01 -115 8 <
ffff81007fe91308 707271726 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 707271741 S Ii:003:01 -115 8 <
ffff81007fe91308 707375721 C Ii:003:01 0 8 = 00002800 00000000
ffff81007fe91308 707375736 S Ii:003:01 -115 8 <
ffff81007fe91308 707447718 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 707447732 S Ii:003:01 -115 8 <
ffff81007fe91308 707655708 C Ii:003:01 0 8 = 00000f00 00000000
ffff81007fe91308 707655725 S Ii:003:01 -115 8 <
ffff81007fe91308 707663708 C Ii:003:01 0 8 = 00000f33 00000000
ffff81007fe91308 707663724 S Ii:003:01 -115 8 <
ffff81007fe91308 707679708 C Ii:003:01 0 8 = 00000f33 0e000000
ffff81007fe91308 707679724 S Ii:003:01 -115 8 <
ffff81007fe91308 707719706 C Ii:003:01 0 8 = 00000f33 0e0d0000
ffff81007fe91308 707719721 S Ii:003:01 -115 8 <
ffff81007fe91308 707727706 C Ii:003:01 0 8 = 00000f0e 0d000000
ffff81007fe91308 707727721 S Ii:003:01 -115 8 <
ffff81007fe91308 707743704 C Ii:003:01 0 8 = 00000e0d 00000000
ffff81007fe91308 707743719 S Ii:003:01 -115 8 <
ffff81007fe91308 707791703 C Ii:003:01 0 8 = 00000d00 00000000
ffff81007fe91308 707791717 S Ii:003:01 -115 8 <
ffff81007fe91308 707831702 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 707831717 S Ii:003:01 -115 8 <
ffff81007fe91308 707847701 C Ii:003:01 0 8 = 00000900 00000000
ffff81007fe91308 707847716 S Ii:003:01 -115 8 <
ffff81007fe91308 707879698 C Ii:003:01 0 8 = 0000090f 00000000
ffff81007fe91308 707879714 S Ii:003:01 -115 8 <
ffff81007fe91308 707895700 C Ii:003:01 0 8 = 0000090f 33000000
ffff81007fe91308 707895715 S Ii:003:01 -115 8 <
ffff81007fe91308 707919698 C Ii:003:01 0 8 = 0000090f 330e0000
ffff81007fe91308 707919713 S Ii:003:01 -115 8 <
ffff81007fe91308 707935697 C Ii:003:01 0 8 = 0000090f 0e000000
ffff81007fe91308 707935711 S Ii:003:01 -115 8 <
ffff81007fe91308 707943696 C Ii:003:01 0 8 = 00000f0e 00000000
ffff81007fe91308 707943711 S Ii:003:01 -115 8 <
ffff81007fe91308 707959695 C Ii:003:01 0 8 = 00000f0e 0d000000
ffff81007fe91308 707959711 S Ii:003:01 -115 8 <
ffff81007fe91308 707967695 C Ii:003:01 0 8 = 00000e0d 00000000
ffff81007fe91308 707967710 S Ii:003:01 -115 8 <
ffff81007fe91308 707975695 C Ii:003:01 0 8 = 00000e0d 16000000
ffff81007fe91308 707975712 S Ii:003:01 -115 8 <
ffff81007fe91308 707983695 C Ii:003:01 0 8 = 00000e0d 16040000
ffff81007fe91308 707983710 S Ii:003:01 -115 8 <
ffff81007fe91308 707991695 C Ii:003:01 0 8 = 00000d16 04000000
ffff81007fe91308 707991709 S Ii:003:01 -115 8 <
ffff81007fe91308 708031693 C Ii:003:01 0 8 = 00001604 00000000
ffff81007fe91308 708031708 S Ii:003:01 -115 8 <
ffff81007fe91308 708063692 C Ii:003:01 0 8 = 00000400 00000000
ffff81007fe91308 708063706 S Ii:003:01 -115 8 <
ffff81007fe91308 708079690 C Ii:003:01 0 8 = 0000040f 00000000
ffff81007fe91308 708079705 S Ii:003:01 -115 8 <
ffff81007fe91308 708095689 C Ii:003:01 0 8 = 0000040f 33000000
ffff81007fe91308 708095705 S Ii:003:01 -115 8 <
ffff81007fe91308 708103688 C Ii:003:01 0 8 = 0000040f 330e0000
ffff81007fe91308 708103703 S Ii:003:01 -115 8 <
ffff81007fe91308 708127688 C Ii:003:01 0 8 = 0000040f 330e0900
ffff81007fe91308 708127703 S Ii:003:01 -115 8 <
ffff81007fe91308 708135688 C Ii:003:01 0 8 = 00000f33 0e090000
ffff81007fe91308 708135703 S Ii:003:01 -115 8 <
ffff81007fe91308 708143688 C Ii:003:01 0 8 = 00000f0e 09000000
ffff81007fe91308 708143703 S Ii:003:01 -115 8 <
ffff81007fe91308 708151687 C Ii:003:01 0 8 = 00000f09 00000000
ffff81007fe91308 708151702 S Ii:003:01 -115 8 <
ffff81007fe91308 708159687 C Ii:003:01 0 8 = 00000900 00000000
ffff81007fe91308 708159702 S Ii:003:01 -115 8 <
ffff81007fe91308 708175686 C Ii:003:01 0 8 = 0000090d 00000000
ffff81007fe91308 708175701 S Ii:003:01 -115 8 <
ffff81007fe91308 708183685 C Ii:003:01 0 8 = 00000d00 00000000
ffff81007fe91308 708183700 S Ii:003:01 -115 8 <
ffff81007fe91308 708191687 C Ii:003:01 0 8 = 00000d07 00000000
ffff81007fe91308 708191702 S Ii:003:01 -115 8 <
ffff81007fe91308 708207685 C Ii:003:01 0 8 = 00000d07 16000000
ffff81007fe91308 708207700 S Ii:003:01 -115 8 <
ffff81007fe91308 708223684 C Ii:003:01 0 8 = 00000d07 160e0000
ffff81007fe91308 708223700 S Ii:003:01 -115 8 <
ffff81007fe91308 708247683 C Ii:003:01 0 8 = 00000d07 160e0f00
ffff81007fe91308 708247699 S Ii:003:01 -115 8 <
ffff81007fe91308 708255682 C Ii:003:01 0 8 = 00000d07 160e0f04
ffff81007fe91308 708255697 S Ii:003:01 -115 8 <
ffff81007fe91308 708263683 C Ii:003:01 0 8 = 00000101 01010101
ffff81007fe91308 708263692 S Ii:003:01 -115 8 <
ffff81007fe91308 708279681 C Ii:003:01 0 8 = 00003300 00000000
ffff81007fe91308 708279713 S Ii:003:01 -115 8 <
ffff81007fe91308 708287681 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 708287696 S Ii:003:01 -115 8 <
ffff81007fe91308 708303681 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 708303689 S Ii:003:01 -115 8 <
ffff81007fe91308 708319680 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 708319688 S Ii:003:01 -115 8 <
ffff81007fe91308 708327679 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 708327688 S Ii:003:01 -115 8 <
ffff81007fe91308 708343680 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 708343688 S Ii:003:01 -115 8 <
ffff81007fe91308 708351679 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 708351687 S Ii:003:01 -115 8 <
ffff81007fe91308 708367678 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 708367687 S Ii:003:01 -115 8 <
ffff81007fe91308 708391676 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 708391684 S Ii:003:01 -115 8 <
ffff81007fe91308 728310814 C Ii:003:01 0 8 = 00000f00 00000000
ffff81007fe91308 728310845 S Ii:003:01 -115 8 <
ffff81007fe91308 728398803 C Ii:003:01 0 8 = 00000f0e 00000000
ffff81007fe91308 728398820 S Ii:003:01 -115 8 <
ffff81007fe91308 728438803 C Ii:003:01 0 8 = 00000e00 00000000
ffff81007fe91308 728438818 S Ii:003:01 -115 8 <
ffff81007fe91308 728454802 C Ii:003:01 0 8 = 00000e0d 00000000
ffff81007fe91308 728454818 S Ii:003:01 -115 8 <
ffff81007fe91308 728526799 C Ii:003:01 0 8 = 00000d00 00000000
ffff81007fe91308 728526814 S Ii:003:01 -115 8 <
ffff81007fe91308 728574797 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 728574811 S Ii:003:01 -115 8 <
ffff81007fe91308 728590796 C Ii:003:01 0 8 = 00000f00 00000000
ffff81007fe91308 728590811 S Ii:003:01 -115 8 <
ffff81007fe91308 728670793 C Ii:003:01 0 8 = 00000f0e 00000000
ffff81007fe91308 728670810 S Ii:003:01 -115 8 <
ffff81007fe91308 728702791 C Ii:003:01 0 8 = 00000f0e 0d000000
ffff81007fe91308 728702807 S Ii:003:01 -115 8 <
ffff81007fe91308 728726790 C Ii:003:01 0 8 = 00000e0d 00000000
ffff81007fe91308 728726805 S Ii:003:01 -115 8 <
ffff81007fe91308 728742789 C Ii:003:01 0 8 = 00000d00 00000000
ffff81007fe91308 728742804 S Ii:003:01 -115 8 <
ffff81007fe91308 728782787 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 728782803 S Ii:003:01 -115 8 <
ffff81007fe91308 729022777 C Ii:003:01 0 8 = 00002800 00000000
ffff81007fe91308 729022793 S Ii:003:01 -115 8 <
ffff81007fe91308 729118773 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 729118787 S Ii:003:01 -115 8 <
ffff81007fe91308 729238768 C Ii:003:01 0 8 = 00002800 00000000
ffff81007fe91308 729238783 S Ii:003:01 -115 8 <
ffff81007fe91308 729318765 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 729318781 S Ii:003:01 -115 8 <
ffff81007fe91308 729414760 C Ii:003:01 0 8 = 00002800 00000000
ffff81007fe91308 729414776 S Ii:003:01 -115 8 <
ffff81007fe91308 729494756 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 729494770 S Ii:003:01 -115 8 <
ffff81007fe91308 730166727 C Ii:003:01 0 8 = 00002800 00000000
ffff81007fe91308 730166745 S Ii:003:01 -115 8 <
ffff81007fe91308 730230724 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 730230740 S Ii:003:01 -115 8 <
ffff81007fe91308 730334720 C Ii:003:01 0 8 = 00002800 00000000
ffff81007fe91308 730334736 S Ii:003:01 -115 8 <
ffff81007fe91308 730422717 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 730422732 S Ii:003:01 -115 8 <
ffff81007fe91308 730566710 C Ii:003:01 0 8 = 00000f00 00000000
ffff81007fe91308 730566726 S Ii:003:01 -115 8 <
ffff81007fe91308 730582709 C Ii:003:01 0 8 = 00000f33 00000000
ffff81007fe91308 730582724 S Ii:003:01 -115 8 <
ffff81007fe91308 730598709 C Ii:003:01 0 8 = 00000f33 0e000000
ffff81007fe91308 730598724 S Ii:003:01 -115 8 <
ffff81007fe91308 730646708 C Ii:003:01 0 8 = 00000f0e 00000000
ffff81007fe91308 730646724 S Ii:003:01 -115 8 <
ffff81007fe91308 730654706 C Ii:003:01 0 8 = 00000f0e 0d000000
ffff81007fe91308 730654721 S Ii:003:01 -115 8 <
ffff81007fe91308 730694703 C Ii:003:01 0 8 = 00000e0d 00000000
ffff81007fe91308 730694718 S Ii:003:01 -115 8 <
ffff81007fe91308 730726703 C Ii:003:01 0 8 = 00000d00 00000000
ffff81007fe91308 730726718 S Ii:003:01 -115 8 <
ffff81007fe91308 730806700 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 730806716 S Ii:003:01 -115 8 <
ffff81007fe91308 730830698 C Ii:003:01 0 8 = 00000f00 00000000
ffff81007fe91308 730830713 S Ii:003:01 -115 8 <
ffff81007fe91308 730846697 C Ii:003:01 0 8 = 00000f33 00000000
ffff81007fe91308 730846712 S Ii:003:01 -115 8 <
ffff81007fe91308 730878697 C Ii:003:01 0 8 = 00000f33 0e000000
ffff81007fe91308 730878713 S Ii:003:01 -115 8 <
ffff81007fe91308 730910695 C Ii:003:01 0 8 = 00000f33 0e0d0000
ffff81007fe91308 730910710 S Ii:003:01 -115 8 <
ffff81007fe91308 730926693 C Ii:003:01 0 8 = 00000f0e 0d000000
ffff81007fe91308 730926708 S Ii:003:01 -115 8 <
ffff81007fe91308 730934693 C Ii:003:01 0 8 = 00000e0d 00000000
ffff81007fe91308 730934709 S Ii:003:01 -115 8 <
ffff81007fe91308 730966692 C Ii:003:01 0 8 = 00000d00 00000000
ffff81007fe91308 730966707 S Ii:003:01 -115 8 <
ffff81007fe91308 731038690 C Ii:003:01 0 8 = 00000d0f 00000000
ffff81007fe91308 731038705 S Ii:003:01 -115 8 <
ffff81007fe91308 731046689 C Ii:003:01 0 8 = 00000f00 00000000
ffff81007fe91308 731046703 S Ii:003:01 -115 8 <
ffff81007fe91308 731062688 C Ii:003:01 0 8 = 00000f33 00000000
ffff81007fe91308 731062704 S Ii:003:01 -115 8 <
ffff81007fe91308 731078687 C Ii:003:01 0 8 = 00000f33 0e000000
ffff81007fe91308 731078702 S Ii:003:01 -115 8 <
ffff81007fe91308 731150684 C Ii:003:01 0 8 = 00000f33 0e0d0000
ffff81007fe91308 731150699 S Ii:003:01 -115 8 <
ffff81007fe91308 731198682 C Ii:003:01 0 8 = 00000f0e 0d000000
ffff81007fe91308 731198697 S Ii:003:01 -115 8 <
ffff81007fe91308 731206681 C Ii:003:01 0 8 = 00000e0d 00000000
ffff81007fe91308 731206696 S Ii:003:01 -115 8 <
ffff81007fe91308 731286678 C Ii:003:01 0 8 = 00000d00 00000000
ffff81007fe91308 731286693 S Ii:003:01 -115 8 <
ffff81007fe91308 731294677 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 731294692 S Ii:003:01 -115 8 <
ffff81007fe91308 731886652 C Ii:003:01 0 8 = 00000f00 00000000
ffff81007fe91308 731886670 S Ii:003:01 -115 8 <
ffff81007fe91308 731902652 C Ii:003:01 0 8 = 00000f0e 00000000
ffff81007fe91308 731902668 S Ii:003:01 -115 8 <
ffff81007fe91308 731966648 C Ii:003:01 0 8 = 00000f0e 0d000000
ffff81007fe91308 731966663 S Ii:003:01 -115 8 <
ffff81007fe91308 732014646 C Ii:003:01 0 8 = 00000e0d 00000000
ffff81007fe91308 732014661 S Ii:003:01 -115 8 <
ffff81007fe91308 732054645 C Ii:003:01 0 8 = 00000d00 00000000
ffff81007fe91308 732054660 S Ii:003:01 -115 8 <
ffff81007fe91308 732110642 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 732110657 S Ii:003:01 -115 8 <
ffff81007fe91308 732318633 C Ii:003:01 0 8 = 00000f00 00000000
ffff81007fe91308 732318649 S Ii:003:01 -115 8 <
ffff81007fe91308 732366631 C Ii:003:01 0 8 = 00000f0e 00000000
ffff81007fe91308 732366647 S Ii:003:01 -115 8 <
ffff81007fe91308 732446628 C Ii:003:01 0 8 = 00000f0e 0d000000
ffff81007fe91308 732446642 S Ii:003:01 -115 8 <
ffff81007fe91308 732494626 C Ii:003:01 0 8 = 00000e0d 00000000
ffff81007fe91308 732494640 S Ii:003:01 -115 8 <
ffff81007fe91308 732542623 C Ii:003:01 0 8 = 00000d00 00000000
ffff81007fe91308 732542638 S Ii:003:01 -115 8 <
ffff81007fe91308 732590622 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 732590636 S Ii:003:01 -115 8 <
ffff81007fe91308 732774614 C Ii:003:01 0 8 = 00000f00 00000000
ffff81007fe91308 732774631 S Ii:003:01 -115 8 <
ffff81007fe91308 732854611 C Ii:003:01 0 8 = 00000f0e 00000000
ffff81007fe91308 732854627 S Ii:003:01 -115 8 <
ffff81007fe91308 732870609 C Ii:003:01 0 8 = 00000f0e 33000000
ffff81007fe91308 732870625 S Ii:003:01 -115 8 <
ffff81007fe91308 732910607 C Ii:003:01 0 8 = 00000f0e 330d0000
ffff81007fe91308 732910622 S Ii:003:01 -115 8 <
ffff81007fe91308 732974605 C Ii:003:01 0 8 = 00000f0e 0d000000
ffff81007fe91308 732974620 S Ii:003:01 -115 8 <
ffff81007fe91308 732982604 C Ii:003:01 0 8 = 00000e0d 00000000
ffff81007fe91308 732982619 S Ii:003:01 -115 8 <
ffff81007fe91308 733022603 C Ii:003:01 0 8 = 00000d00 00000000
ffff81007fe91308 733022618 S Ii:003:01 -115 8 <
ffff81007fe91308 733078601 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 733078615 S Ii:003:01 -115 8 <
ffff81007fe91308 734382549 C Ii:003:01 0 8 = 00003300 00000000
ffff81007fe91308 734382578 S Ii:003:01 -115 8 <
ffff81007fe91308 734390543 C Ii:003:01 0 8 = 0000330f 00000000
ffff81007fe91308 734390560 S Ii:003:01 -115 8 <
ffff81007fe91308 734422541 C Ii:003:01 0 8 = 0000330f 0e000000
ffff81007fe91308 734422558 S Ii:003:01 -115 8 <
ffff81007fe91308 734470539 C Ii:003:01 0 8 = 0000330f 0e0d0000
ffff81007fe91308 734470554 S Ii:003:01 -115 8 <
ffff81007fe91308 734486539 C Ii:003:01 0 8 = 0000330e 0d000000
ffff81007fe91308 734486554 S Ii:003:01 -115 8 <
ffff81007fe91308 734494539 C Ii:003:01 0 8 = 00000e0d 00000000
ffff81007fe91308 734494554 S Ii:003:01 -115 8 <
ffff81007fe91308 734550536 C Ii:003:01 0 8 = 00000d00 00000000
ffff81007fe91308 734550551 S Ii:003:01 -115 8 <
ffff81007fe91308 734614533 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 734614547 S Ii:003:01 -115 8 <
ffff81007fe91308 734638534 C Ii:003:01 0 8 = 00003300 00000000
ffff81007fe91308 734638550 S Ii:003:01 -115 8 <
ffff81007fe91308 734646538 C Ii:003:01 0 8 = 0000330f 00000000
ffff81007fe91308 734646565 S Ii:003:01 -115 8 <
ffff81007fe91308 734686530 C Ii:003:01 0 8 = 0000330f 0e000000
ffff81007fe91308 734686547 S Ii:003:01 -115 8 <
ffff81007fe91308 734734529 C Ii:003:01 0 8 = 0000330f 0e0d0000
ffff81007fe91308 734734545 S Ii:003:01 -115 8 <
ffff81007fe91308 734750527 C Ii:003:01 0 8 = 0000330e 0d000000
ffff81007fe91308 734750543 S Ii:003:01 -115 8 <
ffff81007fe91308 734758527 C Ii:003:01 0 8 = 00000e0d 00000000
ffff81007fe91308 734758541 S Ii:003:01 -115 8 <
ffff81007fe91308 734806525 C Ii:003:01 0 8 = 00000d00 00000000
ffff81007fe91308 734806542 S Ii:003:01 -115 8 <
ffff81007fe91308 734862522 C Ii:003:01 0 8 = 00000d0f 00000000
ffff81007fe91308 734862538 S Ii:003:01 -115 8 <
ffff81007fe91308 734870522 C Ii:003:01 0 8 = 00000d0f 0e000000
ffff81007fe91308 734870538 S Ii:003:01 -115 8 <
ffff81007fe91308 734886521 C Ii:003:01 0 8 = 00000d0f 0e330000
ffff81007fe91308 734886537 S Ii:003:01 -115 8 <
ffff81007fe91308 734894521 C Ii:003:01 0 8 = 00000f0e 33000000
ffff81007fe91308 734894536 S Ii:003:01 -115 8 <
ffff81007fe91308 735006517 C Ii:003:01 0 8 = 00000e33 00000000
ffff81007fe91308 735006531 S Ii:003:01 -115 8 <
ffff81007fe91308 735014515 C Ii:003:01 0 8 = 00000e00 00000000
ffff81007fe91308 735014531 S Ii:003:01 -115 8 <
ffff81007fe91308 735038514 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 735038529 S Ii:003:01 -115 8 <
ffff81007fe91308 735150510 C Ii:003:01 0 8 = 00002800 00000000
ffff81007fe91308 735150526 S Ii:003:01 -115 8 <
ffff81007fe91308 735246506 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 735246521 S Ii:003:01 -115 8 <
ffff81007fe91308 735326502 C Ii:003:01 0 8 = 00002800 00000000
ffff81007fe91308 735326518 S Ii:003:01 -115 8 <
ffff81007fe91308 735414500 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 735414517 S Ii:003:01 -115 8 <
ffff81007fe91308 735470496 C Ii:003:01 0 8 = 00002800 00000000
ffff81007fe91308 735470513 S Ii:003:01 -115 8 <
ffff81007fe91308 735550491 C Ii:003:01 0 8 = 00000000 00000000
ffff81007fe91308 735550506 S Ii:003:01 -115 8 <

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2)
  2007-01-24  3:04             ` Florin Iucha
@ 2007-01-24 19:07               ` Alan Stern
  0 siblings, 0 replies; 10+ messages in thread
From: Alan Stern @ 2007-01-24 19:07 UTC (permalink / raw)
  To: Florin Iucha
  Cc: Jiri Kosina, Linux Kernel Mailing List, linux-usb-devel,
	Adrian Bunk, Trond Myklebust

On Tue, 23 Jan 2007, Florin Iucha wrote:

> > It would be nice to learn exactly why the keyboard stopped working.  Try
> > using the usbmon facility (instructions in Documentation/usb/usbmon.txt)
> > to see what happens when you type on the dead keyboard.  Be sure to turn
> > on CONFIG_USB_DEBUG as well.  And also check /proc/interrupts; each time
> > you hit a key the USB controller should get an interrupt.
> 
> Attached is the output from usbmon, unfortunately this kernel did not
> have CONFIG_USB_DEBUG set.  This is kernel 2.6.20-rc5.
> 
> So, the bus sees some traffic when the keyboard is used, but gdm does
> not receive any keystrokes.

So it's possible that the USB drivers are working correctly but the 
keystrokes are getting lost somewhere in the X server.  Can you switch to 
a VT (or kill the X server entirely) and see if the keyboard works then?

Alan Stern


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-01-24 19:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20070109214431.GH24369@iucha.net>
     [not found] ` <Pine.LNX.4.44L0.0701101052310.3289-100000@iolanthe.rowland.org>
2007-01-14 22:57   ` [linux-usb-devel] 2.6.20-rc4: known unfixed regressions (v2) Florin Iucha
2007-01-14 23:58     ` heavy nfs[4]] causes fs badness Was: " Florin Iucha
2007-01-15  0:14       ` Jiri Kosina
2007-01-15  2:02         ` Florin Iucha
2007-01-15 15:58           ` Alan Stern
2007-01-24  3:04             ` Florin Iucha
2007-01-24 19:07               ` Alan Stern
2007-01-15  0:14       ` Trond Myklebust
2007-01-15  2:11       ` Horst H. von Brand
2007-01-15 15:46         ` Florin Iucha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).