See possible work-around below:
> -----Original Message-----
> From: Tsu-Hua Wang [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 05, 2001 1:31 AM
> To: [EMAIL PROTECTED]
> Subject: three question
>
>
> Greetings,
>
> I just started using vnc and it is great! I have few questions
> which cannot be found in FAQ.
>
> 1. vncserver dies on the Solaris that is not running X.
> In other words, I have not login to this particular machine
> and not running any X window manager.
>
> I telnet to the above machine and did vncserver. I got
> errors like "failed to bind listener" and "Failed to
> establish all listening sockets" in the log file
> I checked /tmp/.X11-unix and is world writable.
The error message is probably complaining that it cannot
create any "unix domain" sockets. I suggest that you add
the "-nolisten local" option to the Xvnc command line.
This option tells Xvnc not to create
any unix domain sockets in /tmp/.X11-unix, in the first place.
You must now always specify the hostname in the $DISPLAY
environment variable (for example, "myhost:1" instead of just ":1"),
in order for Xvnc to be able to start
when you have "-nolisten local" in the Xvnc command line.
>
> This problem does not occur if Solaris already runs
> the X desktop, i.e. I login to the machine.
>
> 2. How do I gracefully kill the server so that all the .log and
> /tmp/.X11-unix/Xn files are removed automatically.
If Xvnc doesn't write anything to /tmp/.X11-unix,
by using the "-nolisten local" option to Xvnc,
then there will be nothing to delete.
>
> 3. Why the hour glass (busy) shows up every few seconds when I
> run vncviewer on Windows98 2nd edition.
Vncviewer runs very smoothly on my Windows98 2nd edition system.
Find out what is making your system so busy, by running a program
that displays the CPU usage of all running processes (like the
Unix "top" program). One possibility is a freeware program called:
Another Task Manager (ATM); here is one place to get it:
http://www.softseek.com/Programming/Process_Viewers/Review_26491_index.html
>
> Thanks,
> Th Wang
> ---------------------------------------------------------------------
> To unsubscribe, send a message with the line: unsubscribe vnc-list
> to [EMAIL PROTECTED]
> See also: http://www.uk.research.att.com/vnc/intouch.html
> ---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------