vncserver problem.

2003-10-22 Thread Mohammad Fattahian
Hi list. Im not familiar with VNC on the Linux , Ive just work with VNC under Windows platform. I have a Suse Linux server and Ive downloaded vnc-3.3.7-unixsrc from http://www.realvnc.com/cgi-bin/3.3.7-vncform.cgi I installed the package with instruction in he README file. configure make c

Re: Ports on Listening Viewer

2003-10-22 Thread Corné Beerse
Andrew Borland wrote: When I run the RealVNC Viewer in listening mode, are there any restrictions on the ports I can use? Not from the vnc point of view. Except the access of the port number can be hard since the display number cannot be negative... I seem to have no problems if I listen on high

RE: vncserver problem.

2003-10-22 Thread Luptak, Miroslav
Is /usr/local/bin in your PATH? Try this: PATH=$PATH:/usr/local/bin vncserver Miro > -Original Message- > From: Mohammad Fattahian [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2003 9:15 AM > To: [EMAIL PROTECTED] > Subject: vncserver problem. > > > Hi list. > > Im not fam

Number of VNC users / installed base?

2003-10-22 Thread Linus Mach
[sorry if this was posted multiple times.. my yahoo.com email account does not seem to be working with the vnc-list..] Does anyone have an idea how many people or organizations use VNC (any flavor)? I am trying to convince the management at where I work to allow our IT team to deploy VNC but I

RE: vncserver problem.

2003-10-22 Thread Mohammad Fattahian
Thanks for your reply. Yes /usr.loca/bin is in my PATH. Mohammad Fattahian Eedi Business Solution -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luptak, Miroslav Sent: Wednesday, October 22, 2003 11:09 AM To: [EMAIL PROTECTED] Subject: RE: vncserver p

RE: vncserver problem.

2003-10-22 Thread Mohammad Fattahian
Thanks I found it in yast2. Now how can I uninstall VNC that I've installed? It's man also is installed. Mohammad Fattahian Eedi Business Solution -Original Message- From: Corni Beerse [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 11:50 AM To: Mohammad Fattahian Subjec

RE: Mozilla and VNC

2003-10-22 Thread Kaplan, Andrew H.
I have Mozilla running on several Windows 2000 Pro workstations, and there hasn't been any problems. -Original Message- From: William Hooper [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 8:30 PM To: [EMAIL PROTECTED] Subject: Re: Mozilla and VNC McVein, Tom said: > Has anyone

Restricting viewer side keyboard access? (repost)

2003-10-22 Thread Jacob Kier
Still wondering about this... I would, basically, like to lock down the viewer while it is connected to the server so that it cannot be manually disconnected. Thanks! - Hello, I've been searching through the documentation trying to figure out if there is a way to disable the keyboard on the

SETTING UP THE QUERY

2003-10-22 Thread Fegan, Sean
When I install the vnc viewer program on my laptop and restart the computer it causes my d-link 54g wireless card to uninstall itself and the machine goes looking to re-install it. Uninstalling the vnc program again undoes the harm I have a d-link 54g wireless setup and want to control another co

vncserver, rc.local, and blackbox problem

2003-10-22 Thread Scott I. Remick
Ok, for today's edition of Show Scott What Stupid Thing He Missed... Trying to set up a dedicated VNC/ethereal server, so I'm trying to have vncserver run from rc.local (using su to run it as a user and not root). Ran into some path issues to make vncserver happy, which I resolved, but for some

VNC on MAC 9.x

2003-10-22 Thread Edwards, Tom M
Hi all, New to VNC software. I have made it work between two Win2K machines. Ultimately I need MAC OS9.x and OSX clients to see a Win2K server. In researching the MAC client software available, I found: http://www.uk.research.att.com/cgi-bin/vncform But, terms such as Beta, Old and Very Old descri

VNC and Wireless Cards (was Re: SETTING UP THE QUERY)

2003-10-22 Thread William Hooper
Where did that subject line come from? Fegan, Sean said: > When I install the vnc viewer program on my laptop and restart the > computer > it causes my d-link 54g wireless card to uninstall itself and the machine > goes looking to re-install it. Uninstalling the vnc program again undoes > the har

vnc on boot

2003-10-22 Thread Salvatore Basso
Hello to all, use vnc server on red hat 8, all very well works (thanks to your aid!) but I do not succeed to make it to leave to the boot of the machine. I have read with much attention that that has been said in the mailing-list but not there are still successful. I have tried to copy the file vnc

vnc drops wallpaper on disconnect

2003-10-22 Thread argoo
I have seen several discussions about the vnc and wallpaper problems, but no resolution. I am running version 3.3.7. When I disconnect from VNC, the wallpaper is dropped. However, this is only a problem when running VNC as a service. If I run VNC by clicking on the "Run VNC Server" shortcut

Re: vnc on boot

2003-10-22 Thread William Hooper
Salvatore Basso said: [snip] > I have tried to copy the file vncserver to the inside of the directory: > > > /etc/rc.d/init.d/ > > > and then to create a link to the inside of: > > etc/rc.d/rc5.d If you are trying to use the vncserver file from the bin directory it will not work. That is the VNC

Re: vnc drops wallpaper on disconnect

2003-10-22 Thread William Hooper
argoo said: > I have seen several discussions about the vnc and wallpaper problems, > but no resolution. I am running version 3.3.7. When I disconnect from > VNC, the wallpaper is dropped. However, this is only a problem when > running VNC as a service. If I run VNC by clicking on the "Run VNC

RE: Mozilla and VNC

2003-10-22 Thread William Hooper
Please send replies to the list. McVein, Tom said: > currently I am using ie with VNC to remotely log on to our servers and to > computers on different sites. However, I am sick of using ie and prefer to > use Mozilla but I can't get VNC to work with Mozilla. Currently I port to > our servers by u

I need simple how-to answers to basic questions , please

2003-10-22 Thread Brandon L. League
Hello, I need to set up a vnc client viewer on my windows 2000 workstation to run X-type gui software on a solaris machine. VNC is already running on the solaris server. I need instructions on how to set up the viewer on my pc and connect securely with ssh and tunneling and so forth. What sof

Re: [vnc-list] Restricting viewer side keyboard access? (repost)

2003-10-22 Thread Wout Mertens
How about running Xscreensaver with the viewer as a screensaver? Xscreensaver would grab the keyboard and mouse, and you can only stop it by typing the password... Of course, you'd have to be using X :) Wout. On Wed, 22 Oct 2003, Jacob Kier wrote: > Still wondering about this... I would, basica

Re: Ports on Listening Viewer

2003-10-22 Thread Andrew Borland
CBee, Thanks for the suggestions, I'll try a few out when I get the chance. To answer your final question: The reason for wanting to use different ports between adjacent PCs is simply to practice doing so before I try it for real between remote sites. I prefer to debug when I can see both s

RE: [vnc-list] Restricting viewer side keyboard access? (repost)

2003-10-22 Thread Jacob Kier
Good suggestion...but I forgot to mention that we're working with WinXP (whoops)! Thanks anyway, Jacob -Original Message- From: Wout Mertens [mailto:[EMAIL PROTECTED] Sent: Wed 10/22/2003 2:07 PM To: Jacob Kier Cc: [EMAIL PROTECTED] Subject:Re: [vnc-list] Restricting