trusty version experiences a runtime error due to hwdata changes
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | system-config-kickstart (Ubuntu) |
High
|
Unassigned | ||
| | Trusty |
High
|
Brian Murray | ||
Bug Description
Test Case
---------
Run system-
With the version of s-c-k from trusty-proposed you shouldn't receive that traceback.
Regression Potential
-------
Little as we are just removing a couple of calls.
The file (/usr/share/
def fill_driver_
#add video drivers to list
try:
except:
raise RuntimeError, (_("Could not read video driver database"))
Here's the latest hwdata changelog.
hwdata (0.249-1) unstable; urgency=low
* latest upstream release from 2013-06-20
- upstream removed upgradelist, MonitorDB, videodrivers
-- Noël Köthe <email address hidden> Mon, 12 Aug 2013 14:36:31 +0200
So something needs to change.
| tags: | added: trusty |
| Changed in system-config-kickstart (Ubuntu): | |
| status: | New → Triaged |
| importance: | Undecided → High |
| Brian Murray (brian-murray) wrote : | #1 |
| Changed in system-config-kickstart (Ubuntu Trusty): | |
| milestone: | none → trusty-updates |
| Vikas Kumar (vikas027) wrote : | #2 |
I am also facing the same issue, while running system-
# system-
Traceback (most recent call last):
File "/usr/share/
kickstartGu
File "/usr/share/
self.X_class = xconfig.
File "/usr/share/
self.
File "/usr/share/
raise RuntimeError, (_("Could not read video driver database"))
RuntimeError: Could not read video driver database
#
Did anyone find a solution to it.
| chryjs (chryjs-0) wrote : | #3 |
Bug confirmed in Ubuntu Desktop 14.04 x86_64
Temporary workaround : downgrade hwdata package to hwdata_
Beware : It fixes this issue but may raise some others !
| Vikas Kumar (vikas027) wrote : | #4 |
Super, this solved my problem. These are the steps I followed, might be useful for others.
# apt-get remove hwdata
# wget ftp://mirror.
# dpkg -i hwdata_
# apt-get install system-
| Pierre-Luc Collard (plcollard) wrote : | #5 |
I managed to start system-
# cd /tmp
# wget ftp://mirror.
# dpkg --extract hwdata_
# cd hwdata/
# cp videodrivers /usr/share/hwdata/
# cp MonitorsDB /usr/share/hwdata/
Then system-
| James Pharaoh (jamespharaoh) wrote : | #6 |
Extended version of vikas027's workaround which also holds the package so it doesn't get upgraded automatically:
# apt-get remove hwdata
# wget ftp://mirror.
# dpkg -i hwdata_
# apt-mark hold hwdata
# apt-get install system-
| Changed in system-config-kickstart (Ubuntu): | |
| milestone: | trusty-updates → none |
| Brian Murray (brian-murray) wrote : | #7 |
Ah, this was fixed a few months ago for wily.
system-
* xconfig.py: short-circuit driver/monitor list filling (which depends on
files that aren't shipped anymore).
-- Mathieu Trudel-Lapierre <email address hidden> Wed, 03 Jun 2015 17:03:32 -0400
| Changed in system-config-kickstart (Ubuntu): | |
| status: | Triaged → Fix Released |
| Brian Murray (brian-murray) wrote : | #8 |
It'd be helpful if somebody familiar with the problem could write a test case. I'll upload and SRU of the wily fix to Trusty shortly.
| Changed in system-config-kickstart (Ubuntu Trusty): | |
| assignee: | nobody → Brian Murray (brian-murray) |
| status: | Triaged → In Progress |
| description: | updated |
Hello Brian, or anyone else affected,
Accepted system-
Please help us by testing this new package. See https:/
If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-
Further information regarding the verification process can be found at https:/
| Changed in system-config-kickstart (Ubuntu Trusty): | |
| status: | In Progress → Fix Committed |
| tags: | added: verification-needed |
| Brian Murray (brian-murray) wrote : | #10 |
I confirm that with the version of system-
| tags: |
added: verification-done removed: verification-needed |
| Launchpad Janitor (janitor) wrote : | #11 |
This bug was fixed in the package system-
---------------
system-
* xconfig.py: short-circuit driver/monitor list filling (which depends on
files that aren't shipped anymore). (LP: #1260107)
-- Brian Murray <email address hidden> Fri, 18 Sep 2015 14:30:31 -0700
| Changed in system-config-kickstart (Ubuntu Trusty): | |
| status: | Fix Committed → Fix Released |
| Chris J Arges (arges) wrote : Update Released | #12 |
The verification of the Stable Release Update for system-


When asked about this Colin said:
07:27 < cjwatson> Video drivers probably aren't actually
very useful in our configuration so
maybe that should just be hacked out
with a chainsaw