multiple users running VNC
I have a Slack 8.1 box with VNC installed. There are two users. After booting the box, I login as each user and invoke a VNC server session with:
Code:
vncserver -geometry 1024x768 -depth 8
So now I have two sessions running, 1 for each user.
Now the problem is, when I complete either session both sessions become locked, therefor unusable. Even if I reboot, I have to manually remove the sessions by logging in as root and:
Code:
/tmp/.X11-unix/% rm X1
/tmp/.X11-unix/% rm X2
Or I can kill the PID of the sessions, then reboot.
This doesn't seem like a big thing. I simply want two users to have individual sessions with their own settings. They should be able to both be on at the same time.
Any idears?