LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Multiple sessions with one userID (https://www.linuxquestions.org/questions/linux-newbie-8/multiple-sessions-with-one-userid-614292/)

DavidDiepUSC 01-17-2008 10:35 AM

Multiple sessions with one userID
 
Hello,

In Gnome, where can I allow for more than 2 sessions per a single UserID? Right now, only two people can log in to VNC with one UserID, can it be set to allow more?

bigrigdriver 01-17-2008 12:03 PM

Don't quote me on this, but it seems that you edit /etc/sysconfig/vncservers and add users
Quote:

VNCSERVERS="1:<username>"
VNCSERVERS="2:<username>"
VNCSERVERS="3:<username>"

DavidDiepUSC 01-17-2008 12:30 PM

Thanks for the reply.

I do not have this directory /etc/sysconfig/vncservers

bigrigdriver 01-17-2008 12:51 PM

The correct file may differ from one distro to another. To find config files with 'vnc' in the name, try this command:
Code:

find /etc -type f -name *vnc*
To find files with 'vnc' in the text, try
Code:

find /etc/ -type f | grep vnc

DavidDiepUSC 01-18-2008 07:06 AM

Thanks bud, I figured it out... i logged in under that userid and typed "vncserver"

edited the xstartup to start 'gnome'

incremented the port per each new session.

Thanks much!!


All times are GMT -5. The time now is 02:18 PM.