LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Error : Clearprojexp: Can't Open Display (https://www.linuxquestions.org/questions/linux-networking-3/error-clearprojexp-can%27t-open-display-493929/)

new_to_open_ssl 10-19-2006 03:38 PM

Error : Clearprojexp: Can't Open Display
 
Does anyone know the annswer to this;

I'm trying to execute a remote program clearprojexp from another server.

from the linux client telnet session I type;
clearprojexp
then recieve the follow message;
Error : Clearprojexp: Can't Open Display

I've tried setenv DISPLAY clientIP:0.0 with no luck.

What are the best ways to troubleshoot the issue???

The server is REDHAT and the Client. I think it might be related to a x11 config, but need to know more steps to TS.

Thank you.

druuna 10-20-2006 08:49 AM

Hi,

You use setenv (which is c shell specific, if I'm not mistaken), could it be that you are not actually using a c-shell but a bash/sh/ksh shell? If this is the case export DISPLAY clientIP:0.0

Also: Does your client pc accept this connection (xhost to find out and xhost +ipnumber to set). See man xhost for details.

Hope this helps.


All times are GMT -5. The time now is 10:33 PM.