Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Booting Errors

Status
Not open for further replies.

Alff

Technical User
Joined
Sep 24, 2000
Messages
1
Location
SG
I have recently installed Linux RedHat 6.0 on my laptop (HP OMNIBOOK 3000). Everything has been running well until a week later, an error pop out from my localhost login

/var/run/gdm.pid, gdm was already running (1073819204), but seems to have been murdered mysteriously.

The display screens then blinks for a few times before displaying the error message again. This process continues and nevers seems to cease.

Does anyone knows the reason for this error? and how can I remedia the problem without having to reinstall?
[sig][/sig]
 
It sounds like the process ID file created when GDM runs has been corrupted. Try this:

* At the LILO prompt, enter "linux init=/bin/sh". This should boot you into a single user system.

* Go to /var/run and "rm gdm.pid". (Or "mv" it somewhere else if you want to keep a copy for later investigation.)

* Reboot the server.

Hopefully, everything will be OK then. [sig]<p> Andy Bold<br><a href=mailto: > </a><br><a href= > </a><br>"I've probably made most of the mistakes already, so hopefully you won't have to..." Me, most days.[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top