LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   RHEL xhost unable to open display "" (https://www.linuxquestions.org/questions/linux-server-73/rhel-xhost-unable-to-open-display-807283/)

seefor 05-11-2010 11:26 PM

RHEL xhost unable to open display ""
 
We rebooted the server an got the following error:
Quote:

RHEL xhost unable to open display ""
Can't login or do anything at the monitor or kb.
How ever I can ssh to the server, not sure where to start looking.

I have two servers that are the same and checked the xorg.conf on both servers and they looked the same.

Thanks in advance,
SeeFor

bathory 05-12-2010 03:56 AM

Hi,

Most likely X is not running.
Check /var/log/Xorg.0.log to see if you find the reason

Regards

rajivdp 05-12-2010 08:02 AM

Quote:

We rebooted the server an got the following error:

RHEL xhost unable to open display

Can't login or do anything at the monitor or kb.
How ever I can ssh to the server, not sure where to start looking.
Check out the DISPLAY environmental variable in profile or resouce configuration file of the user whom you are trying to login

#echo $DISPLAY

If there is an IP pointing to some other machine then system while login will try to export the X server to that pointing machine and eventyually fails.

Remove the entries in profile or resouce configuration file via ssh login and try login to the machine via VGA console.

Regards
Rajiv


All times are GMT -5. The time now is 06:16 AM.