[Bug 1103647] Re: lsmod_info crashed with subprocess.CalledProcessError in check_output(): Command '['/sbin/modinfo', 'nvidia']' returned non-zero exit status 1

2013-05-15 Thread Brendan Donegan
** Changed in: checkbox Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1103647 Title: lsmod_info crashed with subprocess.CalledProcessError in

[Bug 1103647] Re: lsmod_info crashed with subprocess.CalledProcessError in check_output(): Command '['/sbin/modinfo', 'nvidia']' returned non-zero exit status 1

2013-05-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~roadmr/ubuntu/saucy/checkbox/0.16 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1103647 Title: lsmod_info crashed with subprocess.CalledProcessError in check_output():

[Bug 1103647] Re: lsmod_info crashed with subprocess.CalledProcessError in check_output(): Command '['/sbin/modinfo', 'nvidia']' returned non-zero exit status 1

2013-05-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/checkbox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1103647 Title: lsmod_info crashed with subprocess.CalledProcessError in check_output(): Command

[Bug 1103647] Re: lsmod_info crashed with subprocess.CalledProcessError in check_output(): Command '['/sbin/modinfo', 'nvidia']' returned non-zero exit status 1

2013-05-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/checkbox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1103647 Title: lsmod_info crashed with subprocess.CalledProcessError in check_output(): Command

[Bug 1103647] Re: lsmod_info crashed with subprocess.CalledProcessError in check_output(): Command '['/sbin/modinfo', 'nvidia']' returned non-zero exit status 1

2013-05-09 Thread Launchpad Bug Tracker
This bug was fixed in the package checkbox - 0.16 --- checkbox (0.16) saucy; urgency=low * New upstream release (LP: #1178403): * Launchpad automated translation updates [ Jeff Lane ] * scripts/cpu_offlining: Modified script to no longer offline cpu0 to resolve a bug on

[Bug 1103647] Re: lsmod_info crashed with subprocess.CalledProcessError in check_output(): Command '['/sbin/modinfo', 'nvidia']' returned non-zero exit status 1

2013-05-07 Thread Jeff Lane
** Also affects: checkbox Importance: Undecided Status: New ** Changed in: checkbox Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1103647 Title:

[Bug 1103647] Re: lsmod_info crashed with subprocess.CalledProcessError in check_output(): Command '['/sbin/modinfo', 'nvidia']' returned non-zero exit status 1

2013-05-02 Thread Jeff Lane
This happens because the nVidia proprietary driver appears as a kernel module, but modinfo fails because nothing is returned: bladernr@klaatu:$ lsmod |grep nvidia nvidia 9410995 52 bladernr@klaatu:$ modinfo nvidia ERROR: Module nvidia not found. ** Information type changed from

[Bug 1103647] Re: lsmod_info crashed with subprocess.CalledProcessError in check_output(): Command '['/sbin/modinfo', 'nvidia']' returned non-zero exit status 1

2013-05-02 Thread Jeff Lane
check_output() raises a CalledProcessError if cmd returns anything but 0. Not sure why we're trapping OSError instead, I can't find anything that indicates check_output() will ever raise OSError. Simple enough to change the error handling. We'll trap CalledProcessError. If it's anything but a

[Bug 1103647] Re: lsmod_info crashed with subprocess.CalledProcessError in check_output(): Command '['/sbin/modinfo', 'nvidia']' returned non-zero exit status 1

2013-05-02 Thread Jeff Lane
** Branch linked: lp:~bladernr/checkbox/1103647-lsmod_info-chokes-on- nvidia ** Changed in: checkbox (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.