>>> On 4/12/2011 at 07:01 AM, "Testa, Richard" <[email protected]> >>> wrote: > DISPLAY has been set to my IP address...Also tried this on another linux > server running the following (ssh -X linuxzserver) and still I get the > error...
This is most likely your problem. It shouldn't be your IP address, it should be something more like this: # echo $DISPLAY localhost:10.0 If you have DISPLAY set to your IP address, X forwarding over SSH isn't used, and the X client (Anaconda) will try to connect directly to your IP address on port 6000. I'm guessing any number of firewalls between your Linux guest and you don't like that idea. Since you're using PuTTY, if X forwarding is turned on, you should just be able to connect, verify your DISPLAY variable looks similar to the above, and start working. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
