RE: VNCServer configuration

2007-06-20 Thread Jeff Hall
What follows pertains to Solaris 9 but will, I think, port to RHEL without a lot of work. It is possible to start VNC through inetd. Starting Xvnc with the "-inetd -nolisten named -query LOCALHOSTIP" where LOCALHOSTIP is running xdm (or dtlogin) will let the user authenticate and then start a sess

Re: Xvnc 4.X and inetd on Solaris

2005-06-16 Thread Jeff Hall
wrote: > On Tue, 14 Jun 2005, Jeff Hall wrote: > > Jeff, > I am using Solaris 8 on SPARC, not Solaris x86. I tried replacing > /usr/openwin/bin/xdm with the X11R6.5.1 version and got the same issue. > I don't think xdm is ever being called because I also remove

Re: Xvnc 4.X and inetd on Solaris

2005-06-14 Thread Jeff Hall
The problem is an incompatibility between Xvnc 4.x and the xdm supplied with Solaris 8/9 (maybe 10 also). The solution that worked for me was to build X11R6 V4.3.0 from source and use its xdm. On Tue, 14 Jun 2005, Tom Schmidt wrote: > Has anyone been able to get Xvnc 4.X to work via inetd on Sola

Re: vnc 4.1 on solaris 8 inetd not working

2005-05-03 Thread Jeff Hall
This is a problem with the Solaris xdm. The only solution that I know of is to build a newer version of xdm. I was successful using the XFree 4.3.0 version. On Tue, 3 May 2005, Malhotra, Dave wrote: > Whenever I connect with vncviewer I get the window manager and I put in > my login and password

Re: VNC 4.0 on Soalris 8 with inetd

2005-04-25 Thread Jeff Hall
version of xdm rather than the /usr/openwin/bin version. I did not rebuild vnc. Jeff Hall On Mon, 25 Apr 2005, Alasdair Ferro wrote: > Jeff, > > I've been running VNC on Solaris 9 (9/04 with no patches) for a while > now with no problem. However my Solaris 8 (2/04, but with the l

VNC 4.0 on Soalris 8 with inetd

2005-04-22 Thread Jeff Hall
The version of xdm that ships with Solaris 8 and 9 is incompatible with VNC 4. This incompatibility is the reason the VNC window disappears after connecting and logging in. I was able to get VNC 4.1.1 to work by downloading the XFree 4.3.0 source, building it and using the xdm that comes with it. _