![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NFS problem on Solaris 8 | shamsul | SUN Solaris | 0 | 05-31-2008 06:12 AM |
| AIX & Solaris 10 problem | talashil | SUN Solaris | 1 | 04-30-2008 02:21 PM |
| problem ftp solaris 10 | gonzo | SUN Solaris | 1 | 01-29-2008 10:55 AM |
| Solaris 9 - Ftp problem | BCarlson | Shell Programming and Scripting | 3 | 12-05-2005 10:27 AM |
| problem in solaris 8 | fuqiang1976 | UNIX for Dummies Questions & Answers | 1 | 09-05-2001 04:54 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Solaris 10 - X Problem
I can't get a remote X session to display on my Solaris 10 box. I can get it to work if I launch X on my local machine (like /usr/openwin/bin/xclock) so I know X itself is working correctly. The problem is, when I am on a remote host, I set the [ export DISPLAY=<IPADDRESS>:0.0 ] variable, and run /usr/openwin/bin/xclock, and it says cannot open display on <IPADDRESS:0.0>. Yes, I have also run xhost + on the localhost as well. It sounds like a permissions issue to me, but I can't figure out what is screwed up! Thanks for any help you provide.
|
| Forum Sponsor | ||
|
|
|
|||
|
I am logged into machine1, I open a terminal and type [xhost +] and then telnet to machine2. At this point, I type:
[who am i] to see who machine2 thinks I am. machine2 sees me as [10.143.80.25]. I then type: [export DISPLAY=10.143.80.25:0.0;/usr/openwin/bin/xclock] on machine2 and I get the error, Unable to open display. Now, to prove that X is working on machine2, I am logged into machine2, and type [/usr/openwin/xclock], and the xclock appears. This is solaris 10. I kinda think this is a permissions issue, but can't figure out where. |