Linux Display erorr [message #62857] |
Thu, 19 August 2004 22:27 |
Jon
Messages: 483 Registered: May 2001
|
Senior Member |
|
|
when i am trying to install oracle 9.2 on red hat linux 9
i am getting the error
Xlib:connected to ":0.0 "refused by server
Xlib.No protocol specified
xterror :can't open display :0.0
for root the xterm is working but for oracle user its not working how to fix it
i think i ahve to give DISPLAy variable
export DISPLAY=yourdesktop:0.0
how to get this entry yourdesktop (i mean command)
with regards
jon
|
|
|
|
Re: Linux Display erorr [message #62862 is a reply to message #62857] |
Fri, 20 August 2004 03:48 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
and also do this~( MUTATION is the name of machine)
bash-2.03$ xhost +x mutation
x being added to access control list
mutation being added to access control list
|
|
|