Logs location under /home/.xsession-error* as follows:

1 - mtavares@ubuntu:~$ cd ~; find ./ -exec grep -il "vino" {} \;|grep 
xsession|while read line; do grep vino $line; done
vino-server: Fatal IO error 11 (Resource temporarily unavailable) on X server 
:0.0.

Also and for debugging:

netstat -antp|grep 5900|awk -F" " '{print $7}'|awk -F"/" '{print
$1}'|tail -1|while read line; do ps -ef|grep $line; done|grep -v
grep|awk -F" " '{print $3}'|xargs sudo strace -p

Regards
Miguel Tavares

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/330310

Title:
  no logs or log files in vino

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to