|
Prev: How to open ports in Linux
Next: Intel BG2200 problem
From: leorulez on 24 Mar 2006 16:28 I am working on installing a software in a web server which has Linux running on it. I am connected to the server using SecureCRT. When I tried to run the installation program I got the following warning: " WARNING: This shell's DISPLAY variable has not been set. A valid display is required to execute this setup in GUI mode. To execute in GUI mode, set the DISPLAY variable to your local UNIX host, or execute this setup from a UNIX host which has the DISPLAY variable set. To execute in console mode, run this script with a -c option. " Could anyone please tell me how to set up this Display variable. It would be easier for me if I could install using GUI. Thanks for any help.
From: Bit Twister on 24 Mar 2006 16:37 On 24 Mar 2006 13:28:31 -0800, leorulez(a)gmail.com wrote: > I am working on installing a software in a web server which has Linux > running on it. I am connected to the server using SecureCRT. When I > tried to run the installation program I got the following warning: > > > Could anyone please tell me how to set up this Display variable. It > would be easier for me if I could install using GUI. Well, it depends on the shell, sh, ksh, csh,.... try DISPLAY=value_here:0 export DISPLAY Usually, value_here is node where you want display to show up. If target node does not know your node name, you can try it's ip addy. Example: You logged into server.some.where, you would do a DISPLAY=131.204.80.38:0 export DISPLAY This assumes node-80-38.tichenor.auburn.edu allows access from server.some.where.
From: Keith Keller on 24 Mar 2006 18:24 On 2006-03-24, leorulez(a)gmail.com <leorulez(a)gmail.com> wrote: > I am working on installing a software in a web server which has Linux > running on it. I am connected to the server using SecureCRT. When I > tried to run the installation program I got the following warning: > Could anyone please tell me how to set up this Display variable. It > would be easier for me if I could install using GUI. It's the DISPLAY variable. The best thing to do, if SecureCRT and the linux sshd supports it, is to enable X11 forwarding. Then setting DISPLAY is handled for you. BTW, you will also need an X server on your workstation, whether you set DISPLAY yourself or have SecureCRT and the remote server do it for you. --keith -- kkeller-usenet(a)wombat.san-francisco.ca.us (try just my userid to email me) AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom see X- headers for PGP signature information
From: Michael Heiming on 26 Mar 2006 02:30 In comp.os.linux.networking leorulez(a)gmail.com: > I am working on installing a software in a web server which has Linux > running on it. I am connected to the server using SecureCRT. When I > tried to run the installation program I got the following warning: > " > WARNING: This shell's DISPLAY variable has not been set. > A valid display is required to execute this setup in GUI > mode. To execute in GUI mode, set the DISPLAY variable to > your local UNIX host, or execute this setup from a UNIX > host which has the DISPLAY variable set. To execute in > console mode, run this script with a -c option. > " > Could anyone please tell me how to set up this Display variable. It > would be easier for me if I could install using GUI. Easy enough, just get rid of your toy OS, which is as usual the source of the problem. Use Linux/*BSD or any other unix OS and use "ssh -X ..." to login from the next xterm and you shouldn't have to worry about setting $DISPLAY. Good luck -- Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) mail: echo zvpunry(a)urvzvat.qr | perl -pe 'y/a-z/n-za-m/' #bofh excuse 461: Some people use windows, others have a life...
|
Pages: 1 Prev: How to open ports in Linux Next: Intel BG2200 problem |