It's only a permission problem. In /opt/teamviewer8/tv_bin/script/tvw_main script there is a line: lsb_release -ds > "$WINEPREFIX/drive_c/distrelease" But the /opt/teamviewer8/tv_bin/wine/drive_c has write permission only for root. So I did this: sudo chmod o+w /opt/teamviewer8/tv_bin/wine/drive_c and the error message disappeared.
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1094218 Title: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/1094218/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
