- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: unable to access GUI by root login in fedora 9
Operating System - Linux
1819777
Members
3165
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2010 05:40 AM
тАО03-24-2010 05:40 AM
hi ,
when i am trying login through root on fedora 9. its again comeback to the same login window. when i trying to login normal user then its ok.
can you please suggest the troubleshooting step
when i am trying login through root on fedora 9. its again comeback to the same login window. when i trying to login normal user then its ok.
can you please suggest the troubleshooting step
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2010 01:20 PM
тАО03-24-2010 01:20 PM
Re: unable to access GUI by root login in fedora 9
That's normal behavior for Fedora 9.
Direct root logins to the GUI desktop have been disabled to discourage bad administration habits.
If you're the only user of the system *AND* the system is not and will not be connected to the Internet in any way, it *might* be reasonable to re-enable GUI root logins.
If you've used to always using root for everything, it most likely means you haven't really learned how to use user groups, file permissions and sudo effectively. You should set up your system so that you can do as much as possible of your "normal work" with your regular, personal user account.
If your system is under a strict auditability requirement (like bank or credit card company systems), then it is an *absolute requirement* that all important system changes can be reliably associated to a named person: "who-did-what". In such an environment, "just quickly logging in as root to fix this" gets the company into trouble with the auditors, and eventually gets you fired.
If every Unix/Linux sysadmin would learn to do things the right way by default, then the future sysadmins in security-sensitive locations would hopefully be less likely to make any stupid security mistakes.
If you still want to do it, you should learn how the authenticatin system works. If you know that, re-enabling root logins can be done easily in less than two minutes.
Google this: "PAM configuration".
MK
Direct root logins to the GUI desktop have been disabled to discourage bad administration habits.
If you're the only user of the system *AND* the system is not and will not be connected to the Internet in any way, it *might* be reasonable to re-enable GUI root logins.
If you've used to always using root for everything, it most likely means you haven't really learned how to use user groups, file permissions and sudo effectively. You should set up your system so that you can do as much as possible of your "normal work" with your regular, personal user account.
If your system is under a strict auditability requirement (like bank or credit card company systems), then it is an *absolute requirement* that all important system changes can be reliably associated to a named person: "who-did-what". In such an environment, "just quickly logging in as root to fix this" gets the company into trouble with the auditors, and eventually gets you fired.
If every Unix/Linux sysadmin would learn to do things the right way by default, then the future sysadmins in security-sensitive locations would hopefully be less likely to make any stupid security mistakes.
If you still want to do it, you should learn how the authenticatin system works. If you know that, re-enabling root logins can be done easily in less than two minutes.
Google this: "PAM configuration".
MK
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2010 10:33 PM
тАО03-24-2010 10:33 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2010 03:08 AM
тАО03-26-2010 03:08 AM
Re: unable to access GUI by root login in fedora 9
hi,
thanks
this link is really helpful. but i have fedora 9 operating system. when i checked /etc/pam.d/gdm then find that there is no
# auth required pam_succeed_if.so user != root quiet
file available and also there is no gdm_password file in fedora 9.
please see the current gdm file
1 #%PAM-1.0
2 auth [success=done ignore=ignore default=bad] pam_selinux_permit.so
3 auth required pam_env.so
4 auth substack system-auth
5 auth optional pam_gnome_keyring.so
6 account required pam_nologin.so
7 account include system-auth
8 password include system-auth
9 session required pam_selinux.so close
10 session required pam_loginuid.so
11 session optional pam_console.so
12 session required pam_selinux.so open
13 session optional pam_keyinit.so force revoke
14 session required pam_namespace.so
15 session optional pam_gnome_keyring.so auto_start
16 session include system-auth
~
when i tried to login gui through root then its show blank desktop.
can you please look this issue.
thanks
this link is really helpful. but i have fedora 9 operating system. when i checked /etc/pam.d/gdm then find that there is no
# auth required pam_succeed_if.so user != root quiet
file available and also there is no gdm_password file in fedora 9.
please see the current gdm file
1 #%PAM-1.0
2 auth [success=done ignore=ignore default=bad] pam_selinux_permit.so
3 auth required pam_env.so
4 auth substack system-auth
5 auth optional pam_gnome_keyring.so
6 account required pam_nologin.so
7 account include system-auth
8 password include system-auth
9 session required pam_selinux.so close
10 session required pam_loginuid.so
11 session optional pam_console.so
12 session required pam_selinux.so open
13 session optional pam_keyinit.so force revoke
14 session required pam_namespace.so
15 session optional pam_gnome_keyring.so auto_start
16 session include system-auth
~
when i tried to login gui through root then its show blank desktop.
can you please look this issue.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP