- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: getting blank screen of death on RH8 ...
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-14-2003 02:26 AM
10-14-2003 02:26 AM
getting blank screen of death on RH8 ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 02:34 AM
10-14-2003 02:34 AM
Re: getting blank screen of death on RH8 ...
If all else fails you can always try the SysRq options which allow you to do things you really shouldn't be able to but might allow you to sync disks and re-boot in a crisis.
Check out this page
http://www.linuxhq.com/kernel/v2.4/10/Documentation/sysrq.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 02:36 AM
10-14-2003 02:36 AM
Re: getting blank screen of death on RH8 ...
and change the kernel.sysrq = 0
to be
kernel.sysrq = 1
save the file and run: sysctl -p
after that if your server gets stuck you can try to execute alt+SysRq+K keys all together and it will log you out and close all running commands.
Sysrq is the Print Scrn Key.
Hope it'll help.
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 02:44 AM
10-14-2003 02:44 AM
Re: getting blank screen of death on RH8 ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 02:44 AM
10-14-2003 02:44 AM
Re: getting blank screen of death on RH8 ...
All I can think of is try and do a tail on all of the /var/log/* and zcat /var/log/*.1.gz if the log have been rotate and compress.
You could also do an xconsole & as root to a gui and let that run after having modify
/etc/syslogd.conf like
kern.* /dev/console
*.* /dev/console
Beware this will output lot of messages to console, you can tailor this for the types of messages you want
That way if the system stop you will have last console message frozzen on the gui screen.
You also need restart log services.
Hope this help.
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 02:46 AM
10-14-2003 02:46 AM
Re: getting blank screen of death on RH8 ...
How often does it happen and what graphics card to you have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 02:16 PM
10-14-2003 02:16 PM
Re: getting blank screen of death on RH8 ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 08:05 PM
10-14-2003 08:05 PM
Re: getting blank screen of death on RH8 ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 08:18 PM
10-14-2003 08:18 PM
Re: getting blank screen of death on RH8 ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 10:03 PM
10-14-2003 10:03 PM
Re: getting blank screen of death on RH8 ...
From an other system running X start an ssh session onto your problematic system
in that ssh session do
#su -
then do
#xconsole &
This will start a windows that will show all the messages you have set in /etc/syslog.conf
of your problematic system.
This will show you the last messages, I know you dont see much in the logs after the machine has crashed, but this will show you the sequence as it happens, and perhaps from this you can work it out.
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 11:52 AM
10-15-2003 11:52 AM
Re: getting blank screen of death on RH8 ...
I've check dmesg, there are no error. I will try Huc's suggestion when I get into the office. Since I can't reproduce the problem, I will have to wait for the next event to occure. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 02:19 PM
10-15-2003 02:19 PM
Re: getting blank screen of death on RH8 ...
Greetings, Martin