** Changed in: gdm (Ubuntu Lucid)
Status: Triaged => Won't Fix
** Changed in: gdm (Ubuntu Natty)
Status: Triaged => Won't Fix
** Changed in: gdm (Ubuntu Natty)
Milestone: natty-updates => None
** Changed in: gdm (Ubuntu Natty)
Assignee: James Hunt (jamesodhunt) => (unassigned)
** Changed in: kdebase-workspace (Ubuntu Lucid)
Status: Triaged => Won't Fix
** Changed in: kdebase-workspace (Ubuntu Maverick)
Status: Triaged => Won't Fix
--
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:
Won't Fix
Status in “kdebase-workspace” source package in Lucid:
Won't Fix
Status in “gdm” source package in Maverick:
Won't Fix
Status in “kdebase-workspace” source package in Maverick:
Won't Fix
Status in “gdm” source package in Natty:
Won't Fix
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
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp