Do you still see this issue with current oneiric?  If so, a couple more
things to try:

 - unset the 'GRUB_GFXPAYLOAD_LINUX=1680x1050-24' option in /etc/default/grub 
and re-run update-grub to see if the error displays
 - run 'apport-collect 800701' so we get full information about your plymouth 
config.  I get hints of it from the plymouth debug log, but I'm not sure which 
parts are deliberate and which parts might indicate a bug.

In any event, the plymouth debug log indicates a normal exit of
plymouth.  So *something* is succeeding in calling 'plymouth quit', but
then it looks like the plymouth-stop job is being triggered after
plymouth has already exited.  One possible explanation is that plymouth-
stop is being triggered *twice* by two different events: probably
'starting lxdm' + 'stopped rc RUNLEVEL=[2345]', and because the events
are far enough apart, plymouth has already exited before the second
event happens, preventing upstart from eating the event.

One way to test for this would be for you to add as the first line after
'pre-start script' in /etc/init/plymouth-stop.conf the following:

   echo "$UPSTART_EVENTS" >> /run/what-killed-plymouth.log

then, after booting the system and confirming that you see the error
message, attach /run/what-killed-plymouth.log to this bug.

** Changed in: plymouth (Ubuntu)
       Status: Confirmed => Incomplete

** Summary changed:

- init: plymouth-stop pre-start process terminated with status 1
+ init: plymouth-stop pre-start process terminated with status 1(plymouth-stop 
called multiple times due to race?)

** Changed in: plymouth (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800701

Title:
  init: plymouth-stop pre-start process terminated with status 1
  (plymouth-stop called multiple times due to race?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/800701/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to