[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-08-13 Thread oblong
I initially did the permission fix per comment #86; that solved the problem (I was getting the error at boot time; 12.04 LTS; TeamViewer 8 installed). Then I read (and actually understood #89, so I undid the permission change, ran Update Manager, noticed that lsb (4.0-0ubuntu20.3) was there, and u

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-08-12 Thread Launchpad Bug Tracker
This bug was fixed in the package lsb - 4.0-0ubuntu27.1 --- lsb (4.0-0ubuntu27.1) raring-proposed; urgency=low * lsb_release.py: Use the subprocess module instead of the commands module to work around Python SIGCHLD handler issue9127. LP: #1094218 -- Barry WarsawThu, 06 Ju

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-08-12 Thread Brian Murray
There has not been any positive verification of the fix for this bug in Ubuntu 13.04 (Raring) but looking at the Ubuntu Error tracker we do not see any significant new crashes about the version in -proposed. https://errors.ubuntu.com/api/1.0/most-common- problems/?format=json&version=4.0-0ubuntu27

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-08-12 Thread Launchpad Bug Tracker
This bug was fixed in the package lsb - 4.0-0ubuntu26.2 --- lsb (4.0-0ubuntu26.2) quantal-proposed; urgency=low * lsb_release.py: Use the subprocess module instead of the commands module to work around Python SIGCHLD handler issue9127. LP: #1094218 -- Barry WarsawThu, 13 J

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-08-12 Thread Brian Murray
There has not been any positive verification of the fix for this bug in Ubuntu 12.10 (quantal) but looking at the Ubuntu Error tracker we do not see any significant new crashes about the version in -proposed. https://errors.ubuntu.com/api/1.0/most-common- problems/?format=json&version=4.0-0ubuntu2

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-08-12 Thread Launchpad Bug Tracker
This bug was fixed in the package lsb - 4.0-0ubuntu20.3 --- lsb (4.0-0ubuntu20.3) precise-proposed; urgency=low * lsb_release.py: Use the subprocess module instead of the commands module to work around Python SIGCHLD handler issue9127. LP: #1094218 -- Barry WarsawThu, 06 J

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-08-12 Thread Bruno Medeiros
I could enable the proposed properly and the fix works for me too on precise. Could it be pushed to precise-updates? What's missing? -- 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_

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-08-12 Thread Alexandre Magno
@fulop-judit-o, in your case... but there is the bug 1094218 (or there was it). -- 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(): [E

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-08-03 Thread Judit Fülöp
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/driv

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-07-20 Thread Rangga
Tried the fix posted on #39. Work well for me: Ubuntu 12.04.2 amd64, Teamviewer 8 -- 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():

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-07-05 Thread Dale Spanheimer
Referencing comment #77, while updating the mentioned python packages did correct some of the weird problems in TeamViwer itself (so it was worth doing) it did not correct the lsb_release errors. I did install the precise-proposed changes as per brian-murray, and the errors have indeed disappeared

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-07-04 Thread Alexandre Magno
@eduar47, the "apt-cache policy lsb" command would be sufficient. -- 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

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-07-04 Thread Eduar Arley Cardona
Hi. Updating from proposed fixed my problem. $ sudo dpkg -l | grep lsb ii lsb-base 4.0-0ubuntu20.2 Linux Standard Base 4.0 init script functionality ii lsb-core 4.0-0ubuntu20.2

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-07-03 Thread Brian Murray
** Tags added: verification-done-precise -- 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 b

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-28 Thread Alexandre Magno
Lian, the package of the proposed repository is OK. You can to make "pinning" — https://help.ubuntu.com/community/PinningHowto: 1) sudo touch /etc/apt/preferences.d/lucid-proposed-100 2) sudo chmod 755 /etc/apt/preferences.d/lucid-proposed-100 3) Edit the file with this content: Package: * Pin: re

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-28 Thread Lian Sebe
Hi guys, Suffering from this too. Just installed a freshly downloaded Ubuntu 12.04 LTS on my new 64bit Dell 17R laptop. Crash started to appear after installing latest TeamViewer. Any more info you might need, let me know. Cheers, Lian -- You received this bug notification because you are a m

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-24 Thread peddanet
Unfortunately today the error occured again, and even if I have installed teamviewer, I do not think, it is above explained problem. It crashes every session 0-2 times and I have absolutely no clue why. It occurs independently which program I start or not, besides Hplipopen, firefox and thunderbird

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-23 Thread peddanet
For me the bug fix of ~brian-murray worked for me fine! There was only a problem that my graphic card driver was not working any more after the procedure, but that was maybe only due to my misunderstanding of the procedure. Brian was describing well, but some steps need further information! Anyw

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-21 Thread Dale Spanheimer
I had also received the crash reports each day after installing TeamViewer 8 under Ubuntu 12.04. I had also seen a couple of problems with the way TeamViewer was not updating screens correctly on the client. Today, I happened to look farther down the details screen on the crash reporter screen

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-19 Thread Alexandre Magno
Today is the second day with no errors in lsb. The "crash" of the unity- greeter appears to be sporadic; I reported it as bug #1192400 . Brian, thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-18 Thread Brian Murray
Bruno - Does precise-proposed exist in your /etc/apt/sources.list file? -- 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]

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-18 Thread Alexandre Magno
alexandre$ apt-cache policy lsb lsb: Instalado: 4.0-0ubuntu20.3 Candidato: 4.0-0ubuntu20.3 Tabela de versão: *** 4.0-0ubuntu20.3 0 100 http://br.archive.ubuntu.com/ubuntu/ precise-proposed/main i386 Packages 100 /var/lib/dpkg/status 4.0-0ubuntu20.2 0 500 http://

Re: [Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-17 Thread Barry Warsaw
On Jun 17, 2013, at 01:48 PM, Bruno Medeiros wrote: >I could not find lsb on proposed repo: > >bruno.medeiros@brunojcm-notebook:~$ apt-cache policy lsb >lsb: > Installed: 4.0-0ubuntu20.2 > Candidate: 4.0-0ubuntu20.2 > Version table: > *** 4.0-0ubuntu20.2 0 >500 http://br.archive.ubuntu.

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-17 Thread Bruno Medeiros
I could not find lsb on proposed repo: bruno.medeiros@brunojcm-notebook:~$ apt-cache policy lsb lsb: Installed: 4.0-0ubuntu20.2 Candidate: 4.0-0ubuntu20.2 Version table: *** 4.0-0ubuntu20.2 0 500 http://br.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages 100 /

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-15 Thread Alexandre Magno
I still do not quite understand* how to make pine and so I am not yet using the proposed repository. Those interested in testing the fix, read these references: - https://wiki.ubuntu.com/Testing/EnableProposed - https://help.ubuntu.com/community/PinningHowto Complement: - https://help.ubuntu.com

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-15 Thread Mark Murphy
Installed edubuntu 12.04 on this machine a few days ago, installed teamviewer 8.0.17147 this morning, got "lsb_release..." error. Enabled proposed repository, did an apt-get update and apt-get dist- upgrade to see what new upgrades were available, cancelled, and installed python2.7, python 2.7-min

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/lsb ** Branch linked: lp:ubuntu/quantal-proposed/lsb ** Branch linked: lp:ubuntu/raring-proposed/lsb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1094218

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-13 Thread Brian Murray
Hello hugo, or anyone else affected, Accepted lsb into raring-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/lsb/4.0-0ubuntu27.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-13 Thread Barry Warsaw
** Also affects: lsb (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: lsb (Ubuntu Quantal) Importance: Undecided Status: New ** Also affects: lsb (Ubuntu Raring) Importance: Undecided Status: New ** Changed in: lsb (Ubuntu) Status: In Progr

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-06 Thread Barry Warsaw
@chenz in #64 - good catch. We looked at errors.ubuntu.com and while there are a few related reports of this problem in versions of lsb later than precise-upgrades version 4.0-0ubuntu20.2, we think these are version mismatches. We see orders of magnitude more reports against precise's version. S

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-29 Thread chenz
** Tags removed: patch -- 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

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-29 Thread Alexandre Magno
Interestingly, the patch of the workground above (#62 and #61) had resolved the issue "temporarily" only. -- 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 IOErro

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-29 Thread chenz
I think this may actually a bug in Python's pipe implementation in connection with SIGCHLD handling? A similar issue [http://bugs.python.org/issue9127] was fixed in the subprocess module, but lsb_release in Ubuntu still uses os.popen function via the commands module - which are both deprecated and

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-25 Thread Alexandre Magno
More info: $ whereis lsb_release lsb_release: /usr/bin/lsb_release /usr/bin/X11/lsb_release /usr/share/man/man1/lsb_release.1.gz $ lsb_release -d Description:Ubuntu 12.04.2 LTS $ lsb_release -ds Ubuntu 12.04.2 LTS -- You received this bug notification because you are a member of Ubuntu B

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-25 Thread Ubuntu Foundations Team Bug Bot
The attachment "Workground based on comments above" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owne

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-25 Thread Alexandre Magno
Really, the bug appeared after I installed TeamViewer 8 (www.teamviewer.com). Then I did a facilitator patch workground based on comments above. Follows. Download tvw_main.patch in /opt/teamviewer8/tv_bin/script/ dir and: $ cd /opt/teamviewer8/tv_bin/script # patch apply $ sudo patch < tvw_main.

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-24 Thread Alexandre Magno
>From #57: $ . /etc/lsb-release; echo $DISTRIB_DESCRIPTION Ubuntu 12.04.2 LTS >From #39: $ cat /etc/lsb-release | grep DESCRIPTION | cut -f2 -d= | sed 's/\"//g' Ubuntu 12.04.2 LTS >From #40: $ cat /etc/lsb-release | grep DESCRIPTION | cut -f2 -d'"' Ubuntu 12.04.2 LTS The solutio

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-24 Thread Alexandre Magno
>From #39: $ . /etc/lsb-release; echo $DISTRIB_DESCRIPTION Ubuntu 12.04.2 LTS $ cat /etc/lsb-release | grep DESCRIPTION | cut -f2 -d= | sed 's/\"//g' Ubuntu 12.04.2 LTS $ cat /etc/lsb-release | grep DESCRIPTION | cut -f2 -d'"' Ubuntu 12.04.2 LTS -- You received this bug notification because yo

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-22 Thread Caleb Howland
#39, with #40's edit, works. Now on to TeamViewer's end of the puzzle. -- 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]

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-17 Thread Rion
#39 more simple way (. /etc/lsb-release; echo $DISTRIB_DESCRIPTION) > "$WINEPREFIX/drive_c/distrelease" -- 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 IOErro

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-16 Thread Esteban Adrián Pérez
#39 works for me... Thanks! -- 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

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-15 Thread robb990099
I also have the current version 8.0.17147 and find that the error occurs on a cold boot but not on a reboot. Part of the puzzle? HTH. -- 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: ls

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-08 Thread MRiekerk
I submitted a ticket today at TeamViewer. I assume other people did as well... Reply: Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are list

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-04-30 Thread Steve Langasek
** Changed in: lsb (Ubuntu) Importance: Critical => Medium -- 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 chil

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-04-30 Thread Brandon Schaefer
** Changed in: lsb (Ubuntu) Importance: Medium => Critical -- 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 chil

Re: [Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-04-25 Thread Brian Murray
On Thu, Apr 25, 2013 at 12:04:03AM -, sid wrote: > im not sure if this helps or not when i started skype i got this bug as > soon as it finished loading i got the crash Where did you obtain skype from and on what release did you notice this? -- You received this bug notification because you

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-04-24 Thread sid
im not sure if this helps or not when i started skype i got this bug as soon as it finished loading i got the crash -- 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 w

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-04-21 Thread daniel venema
I have to withdraw my previous comment on this bug. Unfortunately upgrading to the latest version of Teamviewer (non-beta) did not solve the lsb_release bug on my box. Still get the same error. Today, after a cold startup within 2 minutes the Ubuntu error window pops up. -- You received this bu

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-04-19 Thread daniel venema
I also had this bug on Ubuntu 12.04 frequently apparently because I used Teamviewer 8 beta (8.0.16675 on Wine1.5.19). The bug mostly popped up after starting a terminal window. After deleting the beta through the Ubuntu software and removing the Teamviewer folders in my .config, and installing t

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-04-19 Thread Gaurish Sharma
For bugfix, I think at best Ubuntu can do is handle this crash gracefully. perhaps a simple message should to be known to all teamview users that there are compability issues with TeamView 8 beta. Don't proceed, unless you know what you are doing -- You received this bug notification because you

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-03-25 Thread Brian Murray
This bug could be closed for Ubuntu because it is not an issue with lsb_release itself, however with how lsb_release is being called by teamviewer. Something about the way the environment is setup by teamviewer's software is causing it to crash, and subsequently this is not something the Ubuntu de

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-03-23 Thread Michael Fox
Thanks Cedric. 1) According to the comment in the code, the script writer evidently wanted to log information about the distro. I presume this was done to help the TeamViewer folks in their troubleshooting. 2) O.K. Understood. Thanks. The reason for my question was that there are a few po

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-03-22 Thread Cedric
@Michael Fox 1) What is the reason of keeping "lsb_release -a" in this script? 2) This is what was intended! Look at the description of the bug:"lsb_release crashed with IOError in getstatusoutput()". The bug is not about "cat" but about to avoid lsb_release! -- You received this bug notificat

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-03-22 Thread Michael Fox
Can someone explain why post #43 would fix the problem? Specifically: 1) What is the reason for commenting out "lsb_release -a" 2) When I run the "lsb_release -ds" command from the command line, I get the same output as the cat ... sommand substituted above, namely "Ubuntu 12.04.2 LTS". Yet

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-03-22 Thread Cedric
Yes, exactly -- 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 no

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-03-22 Thread Strategos
To clear out my small confusion with comments #39 and #40: It is changes on 2 lines of code 1. Open file as root: "/opt/teamviewer8/tv_bin/script/tvw_main" 2. Find section: function LogStartupInfo() 3. Change current code: if [ -x "$(type -p lsb_release)" ] ; then # log information about t