I have the same issue with 32-bit Ubuntu 12.04 and TeamViewer 8.

I made the following change in /usr/lib/python2.7/commands.py

Line 61:
Was before:  sts = pipe.close()
Is now:  if pipe is not None: sts = pipe.close()

Result: The error went away. (tried 3 reboots without any errors)

Since I'm totally unfamiliar with Python I hope someone who knows what
they are doing will consider whether this could be a valid fix to this
problem.

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/1094218/+subscriptions

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

Reply via email to