Comment 2 for bug 1290666

Revision history for this message
nimsreny (nimsreny-linux) wrote :

Thanks Sebastien for responding.

I think this was similar bug reported in 2008. Bug : 196675.

https://bugs.launchpad.net/ubuntu/+source/vino/+bug/196675

I had done this before posting this bug. Per you suggestion I did the same again. I killed the instances of vino-server and then run it by hand on comand line as suggested. Here are the details. It seems it was not listening ipv4 connection for some reasons,

nims@reny:~$ netstat -alpn | grep :5900
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)

nims@reny:~$ netstat -alpn | grep :5900
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 9569/vino-server
tcp6 0 0 :::5900 :::* LISTEN 9569/vino-server

Any thoughts or workaround would be highly appreciated.

Thanks!