- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: How to disable Xserver in run level 5. (Help!)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
10-09-2006 04:17 AM
10-09-2006 04:17 AM
How to disable Xserver in run level 5. (Help!)
I am in a big trouble!
I need run login to a Red Hat 4.0 server to run some application. I don't need any graphical env at all.
I was given a TFT display and X doe not run...
When I define in inittab a default run level 3, I can login...but I am in run level 3...
The console hangs if a comment-out the line:
x:5:respawn:/etc/X11/prefdm -nodaemon
How can I disable X?
Any help/suggestion is HIGHLY appreciated.
Thanks in advance for your help,
Kind Regards,
Rui.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 06:51 AM
10-09-2006 06:51 AM
Re: How to disable Xserver in run level 5. (Help!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 08:09 AM
10-09-2006 08:09 AM
Re: How to disable Xserver in run level 5. (Help!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 05:49 PM
10-09-2006 05:49 PM
Re: How to disable Xserver in run level 5. (Help!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 06:34 PM
10-09-2006 06:34 PM
Re: How to disable Xserver in run level 5. (Help!)
Prefix the following line
"x:5:respawn:/etc/X11/prefdm -nodaemon"
in /etc/inittab with a pound sign, so it'll look like this:
#x:5:respawn:/etc/X11/prefdm -nodaemon
after that save your changes and quit.
Type "init q" and that's it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 05:56 AM
10-10-2006 05:56 AM
Re: How to disable Xserver in run level 5. (Help!)
You could disable rhgb by removing it from the kernel boot options in grub or elilo. Or you could use "/usr/bin/rhgb-client -quit" to
stop it as prefdm does.