Comment 1 for bug 707705

Revision history for this message
Etienne Goyer (etienne-goyer-outlands) wrote :

I did the following test:

1. Log in as user1.

2. Switch session to user2.

3. Check with "netstat -alp --inet". Notice that only the vino-server of user1 is listening, on port 5900.

4. In user2's session, kill the vino-server process.

5. Manually run /usr/lib/vino/vino-server on the console. On stdout, we can see that it tries to bind to port 5900 (see attached output).

I guess that, in the above example, user2's vino-server should be trying to bind to port 5901. Correct?