Bug 9202
Summary: | reboot requires access to DISPLAY | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Kjetil T. Homme <kjetilho> |
Component: | SysVinit | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | rhw, rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-02-08 18:17:56 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Kjetil T. Homme
2000-02-08 02:25:24 UTC
Is /usr/bin before /usr/sbin in your path (and before /sbin); if so, you're running into the pam_console stuff. Having /sbin and /usr/sbin before /usr/bin in root's path will fix this. My understanding is that to avoid problems like this, the correct path prefix for root is... PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin ...but raw installs of RedHat 6.1 appear to vary here depending on precicely which packages are installed. I haven't managed to isolate this to any particular package though. Commit pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/e22b4984aba4249167b281581a3693827f4f82f5 Merge pull request #9258 from kalexand-rh/issue9202 clarifying NTP prereq |