Description of problem: If one will try to start "VNC installation" while in "text mode" then anaconda will say: The VNC server is now running Please manually connect your vnc client to begin the install. but it leaves one guessing to connect where. Especially when network interfaces where configured by DHCP it may be really non-obvious where a client may search for it. True, it is possible to see the current configuration from a shell running on another console but one has to be aware of it and how to do this. It would be really good to have that information explicitly in a "connect" message. A port in use also would be nice. Version-Release number of selected component (if applicable): anaconda version 11.4.1.40
It's supposed to be doing just that, but the display code for VNC fell out of sync with the many changes that have been happening with networking. This will be fixed in the next build of anaconda. Thanks for the report.
I retried that with images dated 20081031. Now the message says: Please manually connect your vnc client to 0.0.0.0:1 to begin the install. Does not seem to be much of improvement (or I miss something?). Is this a garbled IPv6 address of a loopback or this is what it looks it is? BTW - 'netstat -t -a' seems to show that something does listen on 0.0.0.0:5901 although not on 5900. 'netstat -u -a' reports only bootpc.
*** This bug has been marked as a duplicate of bug 469439 ***