Activity log for bug #1070795

Date Who What changed Old value New value Message
2012-10-24 11:34:47 Louis Bouchard bug added bug
2012-10-24 11:46:39 Alberto Milone bug task added ubuntu-drivers-common (Ubuntu)
2012-10-24 14:39:58 Alberto Milone bug task deleted nvidia-common (Ubuntu)
2012-10-24 14:56:42 Alberto Milone bug added subscriber Ubuntu Stable Release Updates Team
2012-10-24 14:58:22 Alberto Milone ubuntu-drivers-common (Ubuntu): status New Fix Committed
2012-10-24 14:58:28 Alberto Milone ubuntu-drivers-common (Ubuntu): importance Undecided High
2012-10-24 14:58:30 Alberto Milone ubuntu-drivers-common (Ubuntu): assignee Alberto Milone (albertomilone)
2012-10-24 14:58:36 Alberto Milone ubuntu-drivers-common (Ubuntu): milestone quantal-updates
2012-10-31 11:38:06 Bryce Harrington description After installing the proprietary Nvidia drivers through "Software Source" tab and rebooting, the GUI becomes totally unusable (no Dash, no top bar with indicators, unable to start applications). When dropping to a virtual console and running 'nvidia-detector', I got the following stack trace : Traceback (most recent call last): File "/usr/bin/nvidia-detector", line 8, in <module> a = NvidiaDetection(printonly=True, verbose=False) File "/usr/lib/python3/dist-packages/NvidiaDetector/nvidiadetector.py", line 68, in __init__ self.getData() File "/usr/lib/python3/dist-packages/NvidiaDetector/nvidiadetector.py", line 149, in getData driver_version = self.__get_value_from_name(stripped_package_name) File "/usr/lib/python3/dist-packages/NvidiaDetector/nvidiadetector.py", line 87, in __get_value_from_name v = int(name) ValueError: invalid literal for int() with base 10: 'experimental-304' Trying again after installing jockey-common, here is the list of available drivers : kmod:nvidia_experimental_304 - Experimental NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) kmod:nvidia_current - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) kmod:nvidia_current_updates - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) I was unable to enable any of those using jockey-text -e Removing the nvidia-current and nvidia-experimental-304 fixed the problem by re-enabling the nouveau driver. [Impact] Causes the Hardware Drivers dialog to lockup and be unusable for all users on quantal due to it being unable to parse the driver names for experimental drivers. [Fix] Make the code skip over experimental drivers for considering which kernel drivers to list. These drivers are then listed with the X drivers instead. [Test Case] 1. On quantal enable -proposed so that all experimental nvidia drivers become visible 2. apt-get update 3. Run jockey (the Additional Hardware Drivers dialog) Expected behavior: Jockey lists experimental drivers Actual behavior: Jockey locks up [Regression Potential] None really, it's just a one line change to exclude some strings. Validation testing should be fairly simple on a quantal system with NVIDIA graphics. Reproduce the original flaw, then install the package from -proposed and verify behavior is fixed. A single validation report should be sufficient to prove this safe; there's not really any chance this could cause larger misbehaviors beyond the bug in question. [Original Report] After installing the proprietary Nvidia drivers through "Software Source" tab and rebooting, the GUI becomes totally unusable (no Dash, no top bar with indicators, unable to start applications). When dropping to a virtual console and running 'nvidia-detector', I got the following stack trace : Traceback (most recent call last):   File "/usr/bin/nvidia-detector", line 8, in <module>     a = NvidiaDetection(printonly=True, verbose=False)   File "/usr/lib/python3/dist-packages/NvidiaDetector/nvidiadetector.py", line 68, in __init__     self.getData()   File "/usr/lib/python3/dist-packages/NvidiaDetector/nvidiadetector.py", line 149, in getData     driver_version = self.__get_value_from_name(stripped_package_name)   File "/usr/lib/python3/dist-packages/NvidiaDetector/nvidiadetector.py", line 87, in __get_value_from_name     v = int(name) ValueError: invalid literal for int() with base 10: 'experimental-304' Trying again after installing jockey-common, here is the list of available drivers : kmod:nvidia_experimental_304 - Experimental NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) kmod:nvidia_current - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) kmod:nvidia_current_updates - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) I was unable to enable any of those using jockey-text -e Removing the nvidia-current and nvidia-experimental-304 fixed the problem by re-enabling the nouveau driver.
2012-10-31 11:53:53 Chris Halse Rogers bug added subscriber SRU Verification
2012-10-31 11:53:55 Chris Halse Rogers tags verification-needed
2012-10-31 12:16:32 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/quantal/ubuntu-drivers-common/quantal-proposed
2012-11-01 06:12:52 Louis Bouchard tags verification-needed verification-done
2012-11-07 18:53:50 Launchpad Janitor ubuntu-drivers-common (Ubuntu): status Fix Committed Fix Released
2012-11-07 21:54:19 Clint Byrum nominated for series Ubuntu Quantal
2012-11-07 21:54:19 Clint Byrum bug task added ubuntu-drivers-common (Ubuntu Quantal)
2012-11-07 21:56:47 Clint Byrum removed subscriber Ubuntu Stable Release Updates Team
2012-11-07 21:57:12 Launchpad Janitor ubuntu-drivers-common (Ubuntu Quantal): status New Fix Released
2013-01-03 13:34:25 Timo Jyrinki summary nvidia-detector error breaks Nvidia drivers install on Quantal nvidia-detector error breaks Nvidia drivers install on Quantal, Precise
2013-01-03 13:34:30 Timo Jyrinki nominated for series Ubuntu Precise
2013-01-03 13:36:08 Timo Jyrinki bug task added nvidia-common (Ubuntu)
2013-01-03 13:36:22 Timo Jyrinki nvidia-common (Ubuntu Quantal): status New Invalid
2013-01-03 13:38:01 Timo Jyrinki description [Impact] Causes the Hardware Drivers dialog to lockup and be unusable for all users on quantal due to it being unable to parse the driver names for experimental drivers. [Fix] Make the code skip over experimental drivers for considering which kernel drivers to list. These drivers are then listed with the X drivers instead. [Test Case] 1. On quantal enable -proposed so that all experimental nvidia drivers become visible 2. apt-get update 3. Run jockey (the Additional Hardware Drivers dialog) Expected behavior: Jockey lists experimental drivers Actual behavior: Jockey locks up [Regression Potential] None really, it's just a one line change to exclude some strings. Validation testing should be fairly simple on a quantal system with NVIDIA graphics. Reproduce the original flaw, then install the package from -proposed and verify behavior is fixed. A single validation report should be sufficient to prove this safe; there's not really any chance this could cause larger misbehaviors beyond the bug in question. [Original Report] After installing the proprietary Nvidia drivers through "Software Source" tab and rebooting, the GUI becomes totally unusable (no Dash, no top bar with indicators, unable to start applications). When dropping to a virtual console and running 'nvidia-detector', I got the following stack trace : Traceback (most recent call last):   File "/usr/bin/nvidia-detector", line 8, in <module>     a = NvidiaDetection(printonly=True, verbose=False)   File "/usr/lib/python3/dist-packages/NvidiaDetector/nvidiadetector.py", line 68, in __init__     self.getData()   File "/usr/lib/python3/dist-packages/NvidiaDetector/nvidiadetector.py", line 149, in getData     driver_version = self.__get_value_from_name(stripped_package_name)   File "/usr/lib/python3/dist-packages/NvidiaDetector/nvidiadetector.py", line 87, in __get_value_from_name     v = int(name) ValueError: invalid literal for int() with base 10: 'experimental-304' Trying again after installing jockey-common, here is the list of available drivers : kmod:nvidia_experimental_304 - Experimental NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) kmod:nvidia_current - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) kmod:nvidia_current_updates - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) I was unable to enable any of those using jockey-text -e Removing the nvidia-current and nvidia-experimental-304 fixed the problem by re-enabling the nouveau driver. [Impact] Causes the Hardware Drivers dialog to lockup and be unusable for all users on quantal due to it being unable to parse the driver names for experimental drivers. precise: a similar error in nvidia-common, as indicated via errors.ubuntu.com although it claims jockey as culprit? [Fix] Make the code skip over experimental drivers for considering which kernel drivers to list. These drivers are then listed with the X drivers instead. [Test Case] 1. On quantal enable -proposed so that all experimental nvidia drivers become visible 2. apt-get update 3. Run jockey (the Additional Hardware Drivers dialog) Expected behavior: Jockey lists experimental drivers Actual behavior: Jockey locks up [Regression Potential] None really, it's just a one line change to exclude some strings. Validation testing should be fairly simple on a quantal system with NVIDIA graphics. Reproduce the original flaw, then install the package from -proposed and verify behavior is fixed. A single validation report should be sufficient to prove this safe; there's not really any chance this could cause larger misbehaviors beyond the bug in question. [Original Report] After installing the proprietary Nvidia drivers through "Software Source" tab and rebooting, the GUI becomes totally unusable (no Dash, no top bar with indicators, unable to start applications). When dropping to a virtual console and running 'nvidia-detector', I got the following stack trace : Traceback (most recent call last):   File "/usr/bin/nvidia-detector", line 8, in <module>     a = NvidiaDetection(printonly=True, verbose=False)   File "/usr/lib/python3/dist-packages/NvidiaDetector/nvidiadetector.py", line 68, in __init__     self.getData()   File "/usr/lib/python3/dist-packages/NvidiaDetector/nvidiadetector.py", line 149, in getData     driver_version = self.__get_value_from_name(stripped_package_name)   File "/usr/lib/python3/dist-packages/NvidiaDetector/nvidiadetector.py", line 87, in __get_value_from_name     v = int(name) ValueError: invalid literal for int() with base 10: 'experimental-304' Trying again after installing jockey-common, here is the list of available drivers : kmod:nvidia_experimental_304 - Experimental NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) kmod:nvidia_current - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) kmod:nvidia_current_updates - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) I was unable to enable any of those using jockey-text -e Removing the nvidia-current and nvidia-experimental-304 fixed the problem by re-enabling the nouveau driver.
2013-01-10 11:50:23 Alberto Milone nvidia-common (Ubuntu): assignee Alberto Milone (albertomilone)
2013-01-10 11:50:30 Alberto Milone nvidia-common (Ubuntu): status New Fix Released