Re: safety

2004-10-14 Thread Pablo J Royo
This http://spipe.sourceforge.net could be another option if you are already using Apache. If not, may be other solutions are easier to set up and run. - Original Message - From: "Angelo Sarto" <[EMAIL PROTECTED]> To: "Alan Watchorn" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wedn

Re: Problem with RealVNC 4.0 on Guests of VMWare ESX

2004-10-14 Thread Corné Beerse
[EMAIL PROTECTED] wrote: Dear all I hope that there is a VNC Developer out there that can help us in solve this problem: We have a Linux Box with VMWare ESX 1.2.1 installed on it. On VMWare we created three Windows 2000 Guests and installed RealVNC 4.0 on it. Now comes the problem: After a whil

server closed connection unexpectedly

2004-10-14 Thread Stéphane Seignovert [FXM]
Hello, I have a problem when trying to connect to a pc running win2k pro. I can't access it: as soon as I type its address in VNC viewer and press OK, I get the following error "server closed connection unexpectedly". The event viewer log says: Source: WINVNC4 - SocketManager: unknown network ev

RealVNC server and binary clipboard

2004-10-14 Thread Feico de Boer (ML)
Hello folks, I was looking for copy/paste of binary (graphics) information between client and server but couldn't find an answer. So the question is: Does RealVNC support binary clipboard? Sofar I think the answer is no. And yes, it might actually be usefull to have this option. Regards, Feico.

Re: Problem with RealVNC 4.0 on Guests of VMWare ESX

2004-10-14 Thread salvatore . cagliari
Dear Corni Thank's for your thoughts. The main reason to use VNC instead of the VMWare console is that the vmware console needs an installation and the vncviewer can be startet as a stand-alone app. Since we have a strictly controlled standard on the desktop clients, we cannot install all softwar

RealVNC Bug? "Rect Too Big", "ZRLE: not enough space for first line?", client update freeze

2004-10-14 Thread Max Bolingbroke
Hi, I use the latest version of RealVNC with a multimonitor system, and I've experienced numerous problems with the server, and I think they are all related to the combined size of the screens: 3584 pixels across by 1024 high. When connecting will full colour ZRLE the viewer shuts down immediat

RE: server closed connection unexpectedly

2004-10-14 Thread James Weatherall
Stephane, Are you running VNC as a service or an application? Wez @ RealVNC Ltd. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Stiphane > Seignovert [FXM] > Sent: 14 October 2004 09:45 > To: [EMAIL PROTECTED] > Subject: server closed connecti

RE: Problems with RealVNC and PalmVNC

2004-10-14 Thread James Weatherall
Alvaro, You may wish to upgrade to VNC 4, both because it's easier to get debug output from VNC Server 4, in order to diagnose the problem, and because VNC 4 supports the Protocol3.3 option, which can help with compatibility with some poorly behaved VNC Viewers. Wez @ RealVNC Ltd. > -Origi

RE: RealVNC Bug? "Rect Too Big", "ZRLE: not enough space for first line?", client update freeze

2004-10-14 Thread James Weatherall
Max, The ZRLE issue is a known problem with the current release, which is fixed in VNC Enterprise Edition (http://www.realvnc.com/products/enterprise) and will be fixed in the next GPL release. The workaround for multi-monitor systems is to explicitely set the server to use Hextile, by the way.

VNC with Stunnel and OpenSSL

2004-10-14 Thread valo lin
Hi, I tried using the tutorial from SecurityFocus ( http://www.securityfocus.com/infocus/1677 ) to make VNC run via an encrypted tunnel. At the point of signing the certificates, I encounter an error. I am sending this to you, since the tutorial was mentioned before on this mailing list. My guesse

VNC Server Command Line Options

2004-10-14 Thread Andrew Borland
Hi, Are the Command Line options for the winvnc4 server documented anywhere? On the website I can only find the v3 options (which are very different to v4). When I run "winvnc4 -help" I get a fairly comprehensive summary but with just a few tantalising hints as to what is possible with some

KVM unit that supports VNC

2004-10-14 Thread Cool Dude
I was searching through the archives and found some KVM units that support VNC but none of the sites loaded. I would like to connect my computers like this: my computer -> remote vnc server computer -> computers(4) connected to the KVM unit from the vnc sever computer In such a way that the comp

RE: KVM unit that supports VNC

2004-10-14 Thread James Weatherall
Did you try this page: http://www.realvnc.com/products/KVM-via-IP/ ? :) Wez @ RealVNC Ltd. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Cool Dude > Sent: 14 October 2004 21:29 > To: [EMAIL PROTECTED] > Subject: KVM unit that supports VNC > >

Re: KVM unit that supports VNC

2004-10-14 Thread Jerome R. Westrick
Hey Cool! On Thu, 2004-10-14 at 22:28, Cool Dude wrote: > I was searching through the archives and found some KVM units that > support VNC but none of the sites loaded. > > I would like to connect my computers like this: > > my computer -> remote vnc server computer -> computers(4) connected to

Re: RealVNC Bug? "Rect Too Big", "ZRLE: not enough space for first line?", client update freeze

2004-10-14 Thread Max Bolingbroke
James Weatherall wrote: Max, The ZRLE issue is a known problem with the current release, which is fixed in VNC Enterprise Edition (http://www.realvnc.com/products/enterprise) and will be fixed in the next GPL release. The workaround for multi-monitor systems is to explicitely set the server to use

hello i need to unsuscribe from you list!! please!!

2004-10-14 Thread por mayor por menor
hello i need to unsuscribe from you list!! please!! help me!! i forget te pass _ Las mejores tiendas, los precios mas bajos, entregas en todo el mundo, YupiMSN Compras: http://latam.msn.com/compras/ _

Re: KVM unit that supports VNC

2004-10-14 Thread William Hooper
Jerome R. Westrick said: [snip] > P.S. Every KVM is compatible with VNC, If you can pass the Funky keys > commands remotetly... I'm doubting that passing the "funky" keys to the computer will do anything on the KVM. -- William Hooper ___ VNC-List mail

Accessing VNC via Browser

2004-10-14 Thread Carlos Almeida
Hi everyone, I am new to VNC and to this mailing list. I have read a few comments on connecting via web browser, but I couldn't figure it out yet. I was wondering if anybody would tell me in details what I need to do to connect via the browser. I am able to connect to my computer using VNC an

Re: VNC and KDE desktop

2004-10-14 Thread Gary Chen
Hi Chris, You may try this. 1) create a directory named .vnc in user home 2) generate a execuable file named xstartup with the folloing content #!/bin/sh /etc/X11/xinit/xinitrc & 3) create a new vnc session Regards, Gary Chris LaMotte wrote: I'm trying to setup VNC server on a Red Hat 9 box.