Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remote Login

Status
Not open for further replies.
Joined
Sep 7, 2006
Messages
4
Location
US
When I remote login from my Linux Box to get a hold of my Solaris Box, I am unable to export xclock from Solaris to my Linux Desktop. I can run xclock directly from the Solaris box. I am able to export test with no problems.

I ssh into Solaris:
# ssh -X userid@ipaddress
# xclock

I get the message, ksh: xclock: not found
(although I can access it directly out of Solaris)

I am running RedHat Enterprise 4 and Solaris 9
 
doublecheck the searchpath $PATH the shell cannot find the executable

Best Regards, Franz
--
UNIX System Manager from Munich, Germany
 
Make sure /usr/openwin/bin is in your searchpath as daFranze suggested.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top