Console <-> Upstart bridge shows very confusing and unhelpful "Starting" and "Stopping" with no descriptions
Bug #1185560 reported by
Clint Byrum
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
plymouth (Ubuntu) |
Fix Released
|
Medium
|
Dimitri John Ledkov |
Bug Description
I will attach a screen shot as well. It seems that jobs which have no description field are not displaying the name of the job in the upstart<->plymouth bridge.
This was seen on an Ubuntu 12.10 server with a text console forced by passing nomodeset vga=normal in GRUB_CMDLINE_LINUX
ii plymouth 0.8.4-0ubuntu3 i386 graphical boot animation and logger - main package
ii upstart 1.5-0ubuntu9 i386 event-based init daemon
Related branches
lp://staging/~xnox/ubuntu/trusty/plymouth/private-upstart-socket
- James Hunt: Pending requested
- Stéphane Graber: Pending requested
- Colin Watson: Pending requested
- Steve Langasek: Pending requested
- Ubuntu branches: Pending requested
-
Diff: 4818 lines (+4385/-150)21 files modified.pc/applied-patches (+4/-0)
.pc/dont-bail-on-dummy-terms.patch/src/upstart-bridge/plymouth-upstart-bridge.c (+339/-0)
.pc/no-print-empty-description.patch/src/upstart-bridge/ply-upstart-monitor.c (+1182/-0)
.pc/ubuntu-logo-scale-factor-2.patch/themes/ubuntu-logo/Makefile.am (+23/-0)
.pc/ubuntu-logo-scale-factor-2.patch/themes/ubuntu-logo/ubuntu-logo.plymouth.in (+8/-0)
.pc/use-upstart-private-socket.patch/src/upstart-bridge/ply-upstart-monitor.c (+1301/-0)
debian/changelog (+22/-0)
debian/control (+1/-1)
debian/patches/dont-bail-on-dummy-terms.patch (+17/-0)
debian/patches/no-print-empty-description.patch (+14/-0)
debian/patches/series (+4/-0)
debian/patches/ubuntu-logo-scale-factor-2.patch (+1202/-0)
debian/patches/use-upstart-private-socket.patch (+198/-0)
debian/plymouth-theme-ubuntu-logo.postinst (+6/-0)
debian/plymouth-theme-ubuntu-logo.prerm (+2/-0)
debian/plymouth.plymouth-upstart-bridge.upstart (+5/-2)
src/upstart-bridge/ply-upstart-monitor.c (+11/-130)
src/upstart-bridge/plymouth-upstart-bridge.c (+3/-1)
themes/ubuntu-logo/Makefile.am (+18/-5)
themes/ubuntu-logo/ubuntu-logo.plymouth.in (+2/-2)
themes/ubuntu-logo/ubuntu-logo.script.in (+23/-9)
Changed in plymouth (Ubuntu): | |
status: | New → Fix Committed |
assignee: | nobody → Dimitri John Ledkov (xnox) |
importance: | Undecided → Medium |
To post a comment you must log in.
Hi Clint - thanks for reporting. This is an issue with the plymouth- upstart- bridge which is part of the plymouth package.