Export display

seacliff

Distinguished
Jun 14, 2010
65
0
18,640
I have 2 boxes, a RHEL5.2 and a Solaris10 x86.

from my RHEL, I want to be able to run Solaris GUIs (xeyes).

This is how I do

RHEL> xhost +
access control disabled, clients can connect from any host
RHEL> ssh -X sol
sol> bash
sol_bash> export display=RHEL:0.0
sol_bash> /usr/openwin/demo/xeyes
Error: Can't open display: RHEL:0.0

I don't have any firewall in between the two boxes, and I am not running any security feature on the RHEL box.

can anyone help out?
 

seacliff

Distinguished
Jun 14, 2010
65
0
18,640



Thanks, seems like I didn't had a home directory and I couldn't open the .Xauthority file..
Trying the same way I did, with another user which have a home directory worked fine.
 

seacliff

Distinguished
Jun 14, 2010
65
0
18,640


yea, I do get it, but the thing is, I've got more then just xeyes to execute :)