[Bug 346261] halt initscript not responding to halt/poweroff instructions from shutdown
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=346261
David Shaw <dshaw(a)jabberwocky.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flag|needinfo?(dshaw@jabberwocky |
|.com) |
--- Comment #5 from David Shaw <dshaw(a)jabberwocky.com> 2009-03-14 21:55:17 EDT ---
(In reply to comment #4)
> is this problem happening yet?
>
> Give us a feedback.
I'm afraid I don't understand what you are asking me. Are you asking if the
problem still exists in F10? If so, yes, it does. The halt from
initscripts-8.86-1.i386 still does a poweroff instead of a halt.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
14 years
[Bug 242494] kdmrc: FaceSource=PreferUser, potentially takes a long time
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=242494
--- Comment #19 from Kevin Kofler <kevin(a)tigcc.ticalc.org> 2009-03-13 15:07:44 EDT ---
We know AdminOnly is the upstream default. The problem is that this prevents
users from setting their own image, so it's definitely not the ideal solution.
And it especially breaks things for those least likely to be able to fix it
(home/family installations), whereas setting it to AdminOnly shouldn't be hard
for a sysadmin of an enterprise deployment.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
14 years
[Bug 242494] kdmrc: FaceSource=PreferUser, potentially takes a long time
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=242494
--- Comment #18 from Charlie Wyse <cwyse(a)redhat.com> 2009-03-13 14:57:44 EDT ---
Actually when I was creating a fix patch for our enterprise deployment I
realized something. This issue is probably in the fedora package itself and
can very easily be fixed. Here is the current section in the kdmrc file that
is causing the problem.
# Allow users to set their own user images.
# If UserList is enabled, this specifies where kdm gets the images from:
# AdminOnly (default): from <FaceDir>/$USER.face[.icon]
# UserOnly: from the user's $HOME/.face[.icon]
# PreferAdmin: prefer <FaceDir>, fallback on $HOME
# PreferUser: ... and the other way round
FaceSource=PreferUser
As you can see AdminOnly is the default. So if we just put a comment in front
of FaceSource=PreferUser (#FaceSource=PreferUser), it defaults to AdminOnly and
works for large NFS home dir based deployments. In other words, the fedora
package is not sticking with the defaults but forcing this on the user. We
should probably change this back to a commented variable so everything works at
an enterprise level by default, especially if this package is going to wind up
in RHEL.
Oh a comment #16 makes a lot of sense to, but is something the KDM upstream
maintainers would probably need to code in. In other words, won't be fixed in
the immediate future. Making the "#" change to the fedora package would at
least stop people from running into this and make KDM a sexier option.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
14 years