desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #29977
[Bug 436936] Re: gdm upstart job checks /proc/cmdline for single user mode, won't start on post-boot runlevel change
This bug was fixed in the package kdebase-workspace - 4:4.6.5-0ubuntu1
---------------
kdebase-workspace (4:4.6.5-0ubuntu1) natty-proposed; urgency=low
* Upload to natty-proposed for SRU testing (LP: #859562)
-- Scott Kitterman <scott@xxxxxxxxxxxxx> Mon, 26 Sep 2011 07:37:25 -0400
** Changed in: kdebase-workspace (Ubuntu Natty)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gdm in Ubuntu.
https://bugs.launchpad.net/bugs/436936
Title:
gdm upstart job checks /proc/cmdline for single user mode, won't start
on post-boot runlevel change
Status in “gdm” package in Ubuntu:
Fix Released
Status in “kdebase-workspace” package in Ubuntu:
Fix Released
Status in “gdm” source package in Lucid:
Triaged
Status in “kdebase-workspace” source package in Lucid:
Triaged
Status in “gdm” source package in Maverick:
Won't Fix
Status in “kdebase-workspace” source package in Maverick:
Triaged
Status in “gdm” source package in Natty:
Triaged
Status in “kdebase-workspace” source package in Natty:
Fix Released
Status in “gdm” source package in Karmic:
Won't Fix
Status in “kdebase-workspace” source package in Karmic:
Won't Fix
Bug description:
Binary package hint: gdm
gdm upstart job uses the following to prevent starting when in single
user mode:
# Check kernel command-line for inhibitors
for ARG in $(cat /proc/cmdline)
do
case "${ARG}" in
text|-s|s|S|single)
exit 0
;;
esac
done
Unfortunately, this also means gdm won't start when the user boots
into single user mode and subsequently switches runlevels, which is
what we want to happen.
ProblemType: Bug
Architecture: amd64
Date: Fri Sep 25 15:48:30 2009
DistroRelease: Ubuntu 9.10
Package: gdm 2.28.0-0ubuntu4
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-10.35-generic
SourcePackage: gdm
Uname: Linux 2.6.31-10-generic x86_64
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/436936/+subscriptions