That would be why you can't have a separate session for each user. I believe, and I'll gladly be corrected by those with more knowledge than I, that you need to spawn a new session from xinetd, per the FAQs. Check out http://faq.gotomyvnc.com/fom-serve/cache/57.html <http://faq.gotomyvnc.com/fom-serve/cache/57.html>
-----Original Message----- From: El Neofito [mailto:[EMAIL PROTECTED] Sent: Monday, December 12, 2005 8:38 PM To: John Aldrich Cc: [email protected] Subject: RE: More than 1 session Hi, My vnc wasnt spawn from xinetd. I didnt find any vnc entries in /etc/xinetd.d Regards John Aldrich <[EMAIL PROTECTED]> wrote: That sounds wrong to me... Are you running this from inetd? Theoretically, it should just spawn another window if you connect. If you're calling it from inetd, can you post your config for VNC in inetd? John -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of El Neofito Sent: Thursday, December 08, 2005 8:34 PM To: James Weatherall Cc: [email protected] Subject: RE: More than 1 session Hi James, I am actually trying to achive: 1) Have a single port to which users connect, each receiving their own distinct, non-persistent desktop. Which is by default installation in Fedora but what i got is a single connection that only one connection can exist at one time. Meaning if there is another connection attempt by someone else, the current session ends to accomodate the new connection attempt. My previous config results in a multiple connections seeing the same desktop. I didnt know what i changed to have the current predicament. Thus i would like to know where and how i need to do to toggle between these modes. Regards James Weatherall wrote: El, What is it that you are trying to do? Are you trying to: A) Have separate, persistent desktops for each user, each accepting connections on a different port. B) Have a single, persistent desktop shared by several users. C) Have a single port to which users connect, each receiving their own distinct, non-persistent desktop. Cheers, Wez @ RealVNC Ltd. > -----Original Message----- > From: El Neofito [mailto:[EMAIL PROTECTED] > Sent: 08 December 2005 01:42 > To: James Weatherall > Subject: RE: More than 1 session > > Nope, not twice but if i run 2 connections the newer one will > kick the current one. > > James Weatherall wrote: > > Are you saying that if you run "vncserver" twice then > something goes wrong > the second time? What is the error message? > > Cheers, > > Wez @ RealVNC Ltd. > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of El Neofito > > Sent: 07 December 2005 01:37 > > To: [email protected] > > Subject: Re: More than 1 session > > > > This is the default /root/.vnc/xstartup : > > #!/bin/sh > >! # Uncomment the following two lines for normal desktop: > > unset SESSION_MANAGER > > exec /etc/X11/xinit/xinitrc > > [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup > > [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources > > xsetroot -solid grey > > vncconfig -iconic & > > xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & > > twm & > > > > My other servers had only: > > unset SESSION_MANAGER > > exec /etc/X11/xinit/xinitrc > > > > and they can run multiple sessions (different users have > > their own xwin when logged in at the same time). I tried this > > on the server in question but didnt help. Where else could i > > change any kinda config? > > > > Thanks > > > > El Neofito wrote: > > > > Hi, > > > >! Vnc in Fedora/Redhat has always been functional in multiple > > sessions .i.e different sessions will have different > > xwindows. However my Fedora Core 2 vnc is like windows where > > there is only 1 session where multiple sessions will see the > > same xwindows. I did something which i couldnt remember and > > it became only 1 session can exist, kicking out the previous. > > > > What do i need to change in order to perform the following: > > 1) multiple sessions with different xwindows per session > > 2) 1 session where multiple sessions only see the > same xwindows > > 3) 1 session at a time, kicking out the previous. > > > > Regards > > > > Send instant messages to your online friends > > http://uk.messenger.yahoo.com > > _______________________________________________ > > VNC-List mailing list > > [email protected] > > To remove yourself from the list visit: > > http://www.realvnc.com/mailman/listinfo/vnc-list > > > > > > > > Send instant messages to your online friends > > http://uk.messenger.yahoo.com > > _______________________________________________ > > VNC-List mailing list > > [email protected] > > To remove yourself from the list visit: > > http://www.realvnc.com/mailman/listinfo/vnc-list > > > > > > > Send instant messages to your online friends > http://uk.messenger.yahoo.com > Send instant messages to your online friends http://uk.messenger.yahoo.com _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list Send instant messages to your online friends http://uk.messenger.yahoo.com _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
