From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: chris2553@googlemail.com, LKML <linux-kernel@vger.kernel.org>,
linux-scsi@vger.kernel.org, Hannes Reinecke <hare@suse.de>,
"Rafael J. Wysocki" <rjw@sisk.pl>
Subject: Re: 2,6.26-rc4-git2 - long pause during boot
Date: Fri, 06 Jun 2008 13:40:12 -0500 [thread overview]
Message-ID: <1212777612.16182.21.camel@localhost.localdomain> (raw)
In-Reply-To: <20080606110345.581fdc77.akpm@linux-foundation.org>
On Fri, 2008-06-06 at 11:03 -0700, Andrew Morton wrote:
> On Fri, 06 Jun 2008 10:22:22 -0500 James Bottomley <James.Bottomley@HansenPartnership.com> wrote:
>
> > On Thu, 2008-06-05 at 23:25 -0700, Andrew Morton wrote:
> > > On Thu, 5 Jun 2008 23:21:45 -0700 Andrew Morton <akpm@linux-foundation.org> wrote:
> > >
> > > > <watches wodim wibble for five minutes then report "CD/DVD-Recorder
> > > > not ready." Pretends not to have noticed.>
> > >
> > > It goes much better when the CD is inserted upside up.
> >
> > So I can close this regression if I send you a pack of CD ring labels
> > with "other way up" on them for you to affix to the underside of your
> > CDs ... ?
> >
>
> Would prefer double-sided CDs.
I just discovered my budget only runs to a permanent marker for you to
write the instructions on the rim yourself ...
> Is this 20-second-delay thing known-about/expected/etc?
If it's not the scsi_bus_uevent problem, then no, it isn't.
The odd thing is that it occurs in the middle of USB initialisation from
the log:
> Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
> Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
> Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000a800
> Jun 6 17:25:19 upstairs kernel: usb usb1: configuration #1 chosen from 1 choice
> Jun 6 17:25:19 upstairs kernel: hub 1-0:1.0: USB hub found
> Jun 6 17:25:19 upstairs kernel: hub 1-0:1.0: 2 ports detected
> Jun 6 17:25:44 upstairs kernel: ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
> Jun 6 17:25:44 upstairs kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
> Jun 6 17:25:44 upstairs kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> Jun 6 17:25:44 upstairs kernel: usb usb1: Product: UHCI Host Controller
> Jun 6 17:25:44 upstairs kernel: usb usb1: Manufacturer: Linux 2.6.26-rc5 uhci_hcd
Note the jump from 19 to 44 seconds.
There's another one here:
> Jun 6 17:25:44 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode.
> Jun 6 17:25:44 upstairs kernel: Adding 4096532k swap on /dev/sda5. Priority:-1 extents:1 across:4096532k
> Jun 6 17:25:44 upstairs kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
> Jun 6 17:25:44 upstairs kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
> Jun 6 17:25:44 upstairs kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
> Jun 6 17:25:44 upstairs kernel: parport_pc 00:06: disabled
> Jun 6 17:25:44 upstairs kernel: pnp: the driver 'parport_pc' has been unregistered
> Jun 6 17:25:44 upstairs kernel: ieee1394: Node removed: ID:BUS[0-00:1023] GUID[00110666000013cc]
> Jun 6 17:26:31 upstairs kernel: usb 11-2: new high speed USB device using ehci_hcd and address 3
> Jun 6 17:26:31 upstairs kernel: usb 11-2: configuration #1 chosen from 1 choice
> Jun 6 17:26:31 upstairs kernel: usb 11-2: New USB device found, idVendor=0930, idProduct=6545
> Jun 6 17:26:31 upstairs kernel: usb 11-2: New USB device strings: Mfr=0, Product=2, SerialNumber=3
> Jun 6 17:26:31 upstairs kernel: usb 11-2: Product: USB Flash Memory
> Jun 6 17:26:31 upstairs kernel: usb 11-2: SerialNumber: 0EC065712361A91E
I'm a bit baffled as to how that could be SCSI related, but I suppose it
could be udev related somehow. Perhaps turning on driver core debugging
might help (that's CONFIG_DEBUG DRIVER ... it depends on
CONFIG_DEBUG_KERNEL for activation). Hopefully the verbose kernel logs
from here might tell us what's going on in the lacunae.
James
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: chris2553@googlemail.com, LKML <linux-kernel@vger.kernel.org>,
linux-scsi@vger.kernel.org, Hannes Reinecke <hare@suse.de>,
"Rafael J. Wysocki" <rjw@sisk.pl>
Subject: Re: 2,6.26-rc4-git2 - long pause during boot
Date: Fri, 06 Jun 2008 13:40:12 -0500 [thread overview]
Message-ID: <1212777612.16182.21.camel@localhost.localdomain> (raw)
In-Reply-To: <20080606110345.581fdc77.akpm@linux-foundation.org>
On Fri, 2008-06-06 at 11:03 -0700, Andrew Morton wrote:
> On Fri, 06 Jun 2008 10:22:22 -0500 James Bottomley <James.Bottomley@HansenPartnership.com> wrote:
>
> > On Thu, 2008-06-05 at 23:25 -0700, Andrew Morton wrote:
> > > On Thu, 5 Jun 2008 23:21:45 -0700 Andrew Morton <akpm@linux-foundation.org> wrote:
> > >
> > > > <watches wodim wibble for five minutes then report "CD/DVD-Recorder
> > > > not ready." Pretends not to have noticed.>
> > >
> > > It goes much better when the CD is inserted upside up.
> >
> > So I can close this regression if I send you a pack of CD ring labels
> > with "other way up" on them for you to affix to the underside of your
> > CDs ... ?
> >
>
> Would prefer double-sided CDs.
I just discovered my budget only runs to a permanent marker for you to
write the instructions on the rim yourself ...
> Is this 20-second-delay thing known-about/expected/etc?
If it's not the scsi_bus_uevent problem, then no, it isn't.
The odd thing is that it occurs in the middle of USB initialisation from
the log:
> Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
> Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
> Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000a800
> Jun 6 17:25:19 upstairs kernel: usb usb1: configuration #1 chosen from 1 choice
> Jun 6 17:25:19 upstairs kernel: hub 1-0:1.0: USB hub found
> Jun 6 17:25:19 upstairs kernel: hub 1-0:1.0: 2 ports detected
> Jun 6 17:25:44 upstairs kernel: ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
> Jun 6 17:25:44 upstairs kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
> Jun 6 17:25:44 upstairs kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> Jun 6 17:25:44 upstairs kernel: usb usb1: Product: UHCI Host Controller
> Jun 6 17:25:44 upstairs kernel: usb usb1: Manufacturer: Linux 2.6.26-rc5 uhci_hcd
Note the jump from 19 to 44 seconds.
There's another one here:
> Jun 6 17:25:44 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode.
> Jun 6 17:25:44 upstairs kernel: Adding 4096532k swap on /dev/sda5. Priority:-1 extents:1 across:4096532k
> Jun 6 17:25:44 upstairs kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
> Jun 6 17:25:44 upstairs kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
> Jun 6 17:25:44 upstairs kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
> Jun 6 17:25:44 upstairs kernel: parport_pc 00:06: disabled
> Jun 6 17:25:44 upstairs kernel: pnp: the driver 'parport_pc' has been unregistered
> Jun 6 17:25:44 upstairs kernel: ieee1394: Node removed: ID:BUS[0-00:1023] GUID[00110666000013cc]
> Jun 6 17:26:31 upstairs kernel: usb 11-2: new high speed USB device using ehci_hcd and address 3
> Jun 6 17:26:31 upstairs kernel: usb 11-2: configuration #1 chosen from 1 choice
> Jun 6 17:26:31 upstairs kernel: usb 11-2: New USB device found, idVendor=0930, idProduct=6545
> Jun 6 17:26:31 upstairs kernel: usb 11-2: New USB device strings: Mfr=0, Product=2, SerialNumber=3
> Jun 6 17:26:31 upstairs kernel: usb 11-2: Product: USB Flash Memory
> Jun 6 17:26:31 upstairs kernel: usb 11-2: SerialNumber: 0EC065712361A91E
I'm a bit baffled as to how that could be SCSI related, but I suppose it
could be udev related somehow. Perhaps turning on driver core debugging
might help (that's CONFIG_DEBUG DRIVER ... it depends on
CONFIG_DEBUG_KERNEL for activation). Hopefully the verbose kernel logs
from here might tell us what's going on in the lacunae.
James
next prev parent reply other threads:[~2008-06-06 18:40 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-01 4:15 2,6.26-rc4-git2 - long pause during boot Chris Clayton
2008-06-06 5:17 ` Andrew Morton
2008-06-06 6:07 ` Chris Clayton
2008-06-06 6:21 ` Andrew Morton
2008-06-06 6:25 ` Andrew Morton
2008-06-06 15:22 ` James Bottomley
2008-06-06 18:03 ` Andrew Morton
2008-06-06 18:40 ` James Bottomley [this message]
2008-06-06 18:40 ` James Bottomley
2008-06-07 5:16 ` Chris Clayton
[not found] ` <1212777612.16182.21.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-06-08 6:19 ` Chris Clayton
2008-06-08 6:19 ` Chris Clayton
[not found] ` <200806080619.17531.chris2553-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2008-06-08 18:37 ` James Bottomley
2008-06-08 18:37 ` James Bottomley
2008-06-09 23:07 ` Greg KH
[not found] ` <20080609230747.GD23391-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2008-06-10 18:49 ` Chris Clayton
2008-06-10 18:49 ` Chris Clayton
[not found] ` <1212950276.3574.7.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-06-10 22:06 ` Chris Clayton
2008-06-10 22:06 ` Chris Clayton
2008-06-10 22:19 ` Alan Stern
2008-06-10 22:19 ` Alan Stern
2008-06-11 18:58 ` Chris Clayton
2008-06-11 19:15 ` Greg KH
2008-06-11 19:24 ` James Bottomley
2008-06-11 19:29 ` Stefan Richter
2008-06-11 19:36 ` James Bottomley
[not found] ` <1213212965.3461.12.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-06-13 6:56 ` Chris Clayton
2008-06-13 6:56 ` Chris Clayton
2008-06-13 14:12 ` James Bottomley
2008-06-11 19:33 ` Greg KH
2008-06-11 19:51 ` Chris Clayton
2008-06-11 21:04 ` Stefan Richter
2008-06-11 21:46 ` Stefan Richter
[not found] ` <485047C1.3020200-MtYdepGKPcBMYopoZt5u/LNAH6kLmebB@public.gmane.org>
2008-06-11 22:03 ` Stefan Richter
2008-06-11 22:03 ` Stefan Richter
[not found] ` <48504B94.9050100-MtYdepGKPcBMYopoZt5u/LNAH6kLmebB@public.gmane.org>
2008-06-14 6:03 ` Chris Clayton
2008-06-14 6:03 ` Chris Clayton
2008-06-09 14:46 ` Alan Stern
2008-06-09 14:46 ` Alan Stern
2008-06-09 19:10 ` Stefan Richter
2008-06-09 19:10 ` Stefan Richter
2008-06-09 19:40 ` Alan Stern
2008-06-09 19:40 ` Alan Stern
2008-06-09 21:35 ` Chris Clayton
2008-06-09 21:35 ` Chris Clayton
2008-06-10 19:00 ` Chris Clayton
2008-06-10 19:00 ` Chris Clayton
2008-06-10 19:38 ` Stefan Richter
2008-06-10 19:38 ` Stefan Richter
2008-06-06 14:11 ` James Bottomley
2008-06-06 14:42 ` Rafael J. Wysocki
2008-06-06 17:42 ` Chris Clayton
2008-06-06 17:35 ` Chris Clayton
2008-06-09 4:51 ` Grant Grundler
2008-06-10 18:46 ` Chris Clayton
2008-06-06 10:45 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1212777612.16182.21.camel@localhost.localdomain \
--to=james.bottomley@hansenpartnership.com \
--cc=akpm@linux-foundation.org \
--cc=chris2553@googlemail.com \
--cc=hare@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=rjw@sisk.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.