[CLUE-Tech] quick and dirty way to let a solaris app run on linux xserver?

Ed Hill ed at eh3.com
Wed Jul 17 12:58:12 MDT 2002


On Wed, 2002-07-17 at 12:43, Dave Price wrote:
> On Wed, Jul 17, 2002 at 12:27:06PM -0600, Lynn Danielson wrote:
> > > 
> > Are you sure your DISPLAY variable is correctly set on the Solaris side?
> > If so, you may be running into a color depth problem.  Some old apps will
> > only run on an 8 bit color depth server.  What error are you getting?
> > 
> > Lynn
> > 
> the solaris fails with:
> 
> [12:38:09][dprice at densorafin:~]$ export DISPLAY=192.168.60.46:0.0
> [12:38:19][dprice at densorafin:~]$ echo $DISPLAY                   
> 192.168.60.46:0.0
> [12:38:22][dprice at densorafin:~]$ lprngtool
> Application initialization failed: couldn't connect to display "192.168.60.46:0.0"
> 
> but I can telnet into my system at that IP... I know, but the solaris
> has no ssh yet ...
> 
> aloha,
> dave


Do you have X authorization on the machine at 192.168.60.46 ?  It sounds
like its failing due to lack of X authorization.

Heres the sequence I use:

  [ed at XXX ~]$ xhost +YYY                 <=- or "xhost +"
  [ed at XXX ~]$ ssh YYY                    <=- or "telnet YYY"
  [ed at YYY ~]$ setenv DISPLAY XXX:0.0
  [ed at YYY ~]$ xeyes

hth,
Ed

-- 
Edward H. Hill III, PhD 
Post-Doctoral Researcher   |  Emails:      ed at eh3.com, ehill at mines.edu
Division of ESE            |  URL:         http://www.eh3.com
Colorado School of Mines   |  Phone:       303-273-3483
Golden, CO  80401          |  Fax:         303-273-3311
Key fingerprint = 5BDE 4DA1 66BE 4F7B BC17  3A0C 932B 7266 1E76 F123



More information about the clue-tech mailing list