LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Can't open GUI of programs in remote machines by telnet and setting DISPLAY..... (https://www.linuxquestions.org/questions/linux-networking-3/cant-open-gui-of-programs-in-remote-machines-by-telnet-and-setting-display-215462/)

bioinfo 08-09-2004 02:30 PM

Can't open GUI of programs in remote machines by telnet and setting DISPLAY.....
 
Hello all,
I'm trying to connect to my sun server (192.168.2.57) from my linux machine (Fedora core 1 - 192.168.2.95) to run a program in GUI mode. but i can't open the program in graphical mode. I was able to do this with redhat 9 which i was previously using. however some of the redhat 9 machines also have the same problem. i can get the program run from another redhat 9 machine.

what can i do to get it working on my system? the sunserver had c shell (.cshrc). does that make any difference? i searched net a lot. but i cudn't find the solution.

these are the commands i have given and the out put...

Code:

%xhost +
access control disabled, clients can connect from any host

%telnet 192.168.2.57
Trying 192.168.2.57...
Connected to 192.168.2.57.
Escape character is '^]'.

SunOS 5.8

login: bioinfo
Password:

%setenv DISPLAY 192.168.2.95:0.0
% seqlab

SeqLab cannot open your display.
Please do a setenv DISPLAY ... and try again.
Make sure your display authorizes connections from your host.
Consult your system manager for help.

%

when connecting to another machine (SGI machine with IRIX)....

Code:

$ xhost +
access control disabled, clients can connect from any host
$ telnet 192.168.2.104
Trying 192.168.2.104...
Connected to 192.168.2.104.
Escape character is '^]'.


IRIX (pinfo)

login: bioinfo
Password:
IRIX Release 6.5 IP35 pinfo
Copyright 1987-2003 Silicon Graphics, Inc. All Rights Reserved.
Last login: Tue Aug 10 00:27:40 CDT 2004 by UNKNOWN@192.168.2.95
pinfo% setenc
pinfo% setenv DISPLAY 192.168.2.95:0.0
pinfo% netscape
Error: Can't open display: 192.168.2.95:0.0
pinfo%


bioinfo 08-10-2004 06:52 AM

Hello all,
is this a silly problem or this one is a clueless case? pls in any case, give me some idea so that i can try to solve the problem.
Thanking you

davidjohn_in 10-02-2004 08:26 AM

Try the following to login directly to SUN machines

Ctrl+Alt+F1
Login at the prompt
Type the following command
X -query <IP_address> :1


All times are GMT -5. The time now is 12:18 PM.