Re: Viewer window always comes up black

2001-07-25 Thread Dair Grant
Jeff Fay wrote: >Just tried changing screen res on my client machine from millions of >colors to thousands. My screen shows the remote server now... This will reduce the amount of memory the client needs, which is probably why it works - so you might find that you can continue to connect at

Re: ssh, vnc and port monitor

2001-07-25 Thread Miroslav Luptak
David, it seems than Neal is running VNC server on MS Windows machine! Neal, if the above is true, you have to create the following key in the registry: HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3\AllowLoopback=1 The ssh command should look as follows: ssh -L 5901:127.0.0.1:5900 remotehost If yo

compile and install question

2001-07-25 Thread Yan Seiner
I have two systems. Both are running Red Hat 7.0; one has Xfree 4.0.3 and the other 4.0.1. I got the latest copy of tight-vnc source and compiled it with no problems. Then I installed it. Again, no problem - until I tried to re-start X. X would not start. Turns out that tight-vnc (and I assu

Re: Log Files

2001-07-25 Thread Aideen McConville
> I am using the win32 vnc server on a NT box. Is there any sort of > log file that can, or is, generated by VNC? Specifically it would > be nice to see if connections are being made and by whom and if VNC > is generating any errors? See: http://www.uk.research.att.com/vnc/winvnc.html Adva

RE: Newbie help w/ VNC on Linux

2001-07-25 Thread Jannik Tonsberg
remove xterm line and add: kdestart & or gnome-session & regards, Jannik -Original Message- From: dans_vnc_stuff [mailto:[EMAIL PROTECTED]] Sent: 25. juli 2001 01:47 To: [EMAIL PROTECTED] Subject: Newbie help w/ VNC on Linux In reference to http://www.uk.research.att.com/vnc/archives/2

Configure server so that vnc viewer cannot access some file/folder

2001-07-25 Thread Vimal
Hi, Can we configure the vnc server so that vnc viewer can not access particular files or folders on the server. I have some image files on the server which I don't want from being viewed by vnc viewer. thanks, vimal [EMAIL PROTECTED]

RE: Configure server so that vnc viewer cannot access some file/f older

2001-07-25 Thread Ben Chapman
No - VNC cannot discriminate between files, it just passes events on to the server, and feeds 'screen shots' back out to the client. If you want to restrict access to documents, then you have to use the systems own security settings. BSD Chapman Internet Services Development Safety Works Ltd e:

Re: Configure server so that vnc viewer cannot access somefile/folder

2001-07-25 Thread Yan Seiner
Is the server on a win9x machine? An NT box? A linux box? Basically, once you log in to the server you have the same priviledges as a local user. On a win 9x box, there is no real concept of security or even of separate users, so you cannot deny access. On an NT/W2K box, I guess you could set

Windows 2000 Stopping services stalled

2001-07-25 Thread grodriguez
While stopping the VNC services it stalled and message still indicates stopping services. I don't want to restart the server. Does anyone know of any other way to fix this problem Thanks George Rodriguez The Feedroom, Inc. (212) 219-0343 www.feedroom.com -Original Message- From: Quek

RE: ssh, vnc and port monitor

2001-07-25 Thread David Brodbeck
You're right. Good call -- I didn't spot it because I don't have a Windows ssh server, so it's never come up. -Original Message- From: Miroslav Luptak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 3:53 AM To: [EMAIL PROTECTED] Subject: Re: ssh, vnc and port monitor David,

RE: Configure server so that vnc viewer cannot access somefile/fo lder

2001-07-25 Thread Glenn Mabbutt
good points below. By the by, has anyone played with Xvnc in a chroot environment on *nix?? How is it configured?? I'm curious, but I've never played with it myself. Glenn -Original Message- From: Yan Seiner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 7:04 AM To: [EMAIL P

RE:Newbie help w/ VNC on Linux

2001-07-25 Thread Kurt Hein
It is simple... Your xstartup file should look like this: #!/bin/sh xrdb $HOME/.Xresources startkde & You are now done. Simply startup your vncserver and on the remote computer bring it up using the vncviewer. KDE is a good choice for VNC. It seems to run alot faster than GNOME when you ar

RE: Newbie help w/ VNC on Linux

2001-07-25 Thread David Brodbeck
I haven't used KDE in a while, but as I recall it uses simpler graphics. That's probably why it's faster -- areas of flat color will encode smaller than GNOME's gradients and shading do. -Original Message- From: Kurt Hein [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 9:06 AM T

RE: vncserver not working with -cc 3 option

2001-07-25 Thread Steve Palocz
Hey Matt, I have never had the -cc 3 option work on Solaris. I find that -depth 16 works the best. Are you running the provided perl script, or using Xvnc with options. On Solaris I recommend the Xvnc with options, using the -query localhost option will give you the dtlogin screen. Steve

Re: Configure server so that vnc viewer cannot access somefile/fo lder

2001-07-25 Thread Yan Seiner
I would imagine that would be tough - you'd have to build a whole X environment in a chroot'ed directory I've always wanted to try using smrsh (sendmail's restricted shell) as a default user shell. That may be worth trying - or even setting up a wrapper that detects if you're on display 0

Re: Configure server so that vnc viewer cannot accesssomefile/fo lder

2001-07-25 Thread Eric Bourdin
Glenn Mabbutt wrote: > > good points below. By the by, has anyone played with Xvnc in a chroot > environment on *nix?? How is it configured?? I'm curious, but I've never > played with it myself. > Yes, it is possible to launch Xvnc in a chrooted environment. But if you want to make sure a user

RE: Admin

2001-07-25 Thread Les Bessant
Personally, I use a VPN connection through the firewall to manage any systems inside it. The details will depend on which firewall you have of course. The other option is opening up ports on the firewall, which I would avoid if at all possible. Les Bessant mailto:[EMAIL PROTECTED] IT Manager, Sa

Taskbar Display for Viewer

2001-07-25 Thread Matt Neimeyer
What does VNC use to determine the name displayed on the Windows Viewer in the taskbar and in the title bar? I'm guessing it's Machine Name. The reason I'm asking is that I've got VNC installed on my Windows 2000 machine at home and I'm using the VNC Viewer on my Win2K machine at work to check

RE: Admin

2001-07-25 Thread Tony Banks
We are using Cisco pix-515 with IOS 5.2(3). Really don't want to open any ports to the outside and VPN would not work us in this situation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Les Bessant Sent: Wednesday, July 25, 2001 7:30 AM To: '[EMAIL PRO

RE: vncserver not working with -cc 3 option

2001-07-25 Thread Quek Hong Cheang
Hi Matt What version of solaris are you using? I am using solaris 7 together with Win98 and I am not having any problem with -cc 3 option, in fact, I need it because my CADENCE problem cannot run unless I set that option. I think it is worth a try to use -depth 8. Although depth 16 seems to

RE: Admin

2001-07-25 Thread Bryan A. Pendleton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 25 Jul 2001, Tony Banks wrote: > We are using Cisco pix-515 with IOS 5.2(3). Really don't want to open any > ports to the outside and VPN would not work us in this situation. Then you're never going to get through. If you want to access som

Connect problems via WAN

2001-07-25 Thread Carl Turner
Hello.. I have a problem with a couple of machines on our network. VNC service is installed and working via the LAN, however when I try to connect to the machines outside the LAN, the connection fails. Both machines are on a static routable IP, and have the password set. Both machines are Win9

Re: compile and install question

2001-07-25 Thread Const Kaplinsky
Hello, > "YS" == Yan Seiner <[EMAIL PROTECTED]> writes: YS> Turns out that tight-vnc (and I assume vnc as well) installs a new YS> copy of Xwrapper that tries to run /usr/X11R6/bin/X. Oh no, it does not do that (neither standard VNC nor TightVNC). And I have no idea why should it need to re

No Subject

2001-07-25 Thread Wayne Atchley
I have seen where someone created an ActiveX control for the Client portion of VNC. Has anyone ever attempted to make a similar control for the Server Piece? I am not a *nix user and the environment I am in is completely Win32 based. It would be nice to have a control that encapsulated the V

Re: compile and install question

2001-07-25 Thread Yan Seiner
Well, after I ran make install, I ended up with: [yan@hamlet Xserver]$ ls -l `locate Xwrapper` -rws--x--x1 root root15624 Jul 22 12:44 /usr/X11R6/bin/Xwrapper -rwxrwxr-x1 root root15624 Jul 22 06:37 /usr/src/vnc/vnc_unixsrc/Xvnc/programs/Xserver/Xwrapper [yan@ham

Compiling VNCviewer for Windows

2001-07-25 Thread Edric Bulalacao
I made some changes to the VNCviewer for Windows source code. Do I have to use Microsoft Visuall C++ compiler to compile it? Can I just use GCC 2.95 for Windows? When I used GCC, it complained about missing files and such. - To

inetd via java..........

2001-07-25 Thread Marc Grober
Some xtra info that might help with Eric's suggestions... 1. You DO have to make sure that the java code is available through the web server (i.e. the classes have to be accessible in the same directory as the web page or you need to provide a codebase tage for the applet that points to

RE: ssh, vnc and port monitor

2001-07-25 Thread Neal Isaac
No vnc server running on the workstation. I have played with several different port #'s and I get the same message. It tells me loopback connections are not allowed. I have looked in the registry and I cannot find an entry for VNC loopback. I read the article before contacting the list. I beli

RE: ssh, vnc and port monitor

2001-07-25 Thread Neal Isaac
Yes, Im running Windows ssh, and after all this frustration, I could write a book on it. At first I though ssh was the problem, but I am able to use it on its own quite well. (and will never use Telnet again) So I read that page about registry entries and made the entry and still no dice. Its in

RE: ssh, vnc and port monitor

2001-07-25 Thread Neal Isaac
Yes, Im running Windows ssh, and after all this frustration, I could write a book on it. At first I though ssh was the problem, but I am able to use it on its own quite well. (and will never use Telnet again) So I read that page about registry entries and made the entry and still no dice. Its in

RE: vncserver not working with -cc 3 option

2001-07-25 Thread Matthew Rardon
Thank you to everybody that replied with advice on this. My default depth in vncserver was set to 32, once I changed it to 8 everything worked fine. Like others here, I am using this option to run Cadence tools. Regards, Matt > Hello All, > > > > I am having trouble running vncserver with t

question from a newbie to VNC

2001-07-25 Thread stuff
Hello, I'm new to VNC and I have been stumped by a problem. I find that I can create files at the remote server. I run several remote computers and I'm trying to install some new software that I FTPed over. The software has to create a file structure and I can't seem to do it. Is there some s

Remote control host (server) needed as a java application other than the client

2001-07-25 Thread Shikhar
Hi, We are developing a web based product and would like to have a Remote control product integrated into our product. I found out VNC provides a java based product that can remotely control desktop's. Our precise requirement is that we want to control the desktop of a remote PC through a Java A

RE: Login window

2001-07-25 Thread Baddah, Shaddy
Quek, You mustn't omit the -once option that Steve mentions in his reply. For some reason, the server reset isn't handled correctly with dtlogin. As I understand, this will mean that you will be logged out correctly, but also, that the your Xvnc session is also terminated. I have been using a scr

Frustrating dtlogin problem

2001-07-25 Thread Baddah, Shaddy
I run Xvnc on a Solaris 7 host of which I have no admistrative control. This off course restricts my ability to create the unix-socket required to access the display at the unix address. So, I pass the -pn "accept failure to listen on all ports" and use only the inet display name. When I attempt t