Re: Starting vncserver for more than one user on linux

2001-10-12 Thread Marc Grober
Other than setting up soemthing like kibbutz for all users at the same time, why do this instead of letting users login via the -inetd option. Rao Pramodh wrote: > Hi, > > I would automatically like to start the vncserver for "n" users on a linux > machine everytime the system reboots. >

Re: Starting vncserver for more than one user on linux

2001-10-11 Thread Rao Pramodh
Hi Jaap, Thanks a lot for your help. It works perfectly. Cheers Pramodh = Pramodh Rao Informatiker Derendinger AG Industriestrasse 8 8305 Dietlikon Tel : +41 1 805 24 58 Fax : +41 1 805 22 66 mail to: [EMAIL PROTECTED] homepage : www.derendinger.ch

Re: Starting vncserver for more than one user on linux

2001-10-11 Thread Jaap Huijsman
o: <[EMAIL PROTECTED]> Sent: Thursday, October 11, 2001 11:44 AM Subject: Starting vncserver for more than one user on linux > Hi, > > I would automatically like to start the vncserver for "n" users on a linux > machine everytime the system reboots. > > I would l

Re: Starting vncserver for more than one user on linux

2001-10-11 Thread Tim Waugh
On Thu, Oct 11, 2001 at 11:44:39AM +0200, Rao Pramodh wrote: > I would automatically like to start the vncserver for "n" users on a linux > machine everytime the system reboots. > > I would like to do it as follows: > root > user1 > .. > usern A script for doing this is provided with the

Starting vncserver for more than one user on linux

2001-10-11 Thread Rao Pramodh
Hi, I would automatically like to start the vncserver for "n" users on a linux machine everytime the system reboots. I would like to do it as follows: root user1 .. usern I tried to write a script that su the username and starts the vncserver with a command like this su - user1 vncserver