[Bug 1260107] Re: trusty version experiences a runtime error due to hwdata changes
Vikas Kumar
vikas027 at gmail.com
Sat Apr 19 12:01:32 UTC 2014
I am also facing the same issue, while running system-config-kickstart
in Ubuntu Desktop 14.04 x86_64.
# system-config-kickstart
Traceback (most recent call last):
File "/usr/share/system-config-kickstart/system-config-kickstart.py", line 92, in <module>
kickstartGui.kickstartGui(file)
File "/usr/share/system-config-kickstart/kickstartGui.py", line 131, in __init__
self.X_class = xconfig.xconfig(xml, self.kickstartData)
File "/usr/share/system-config-kickstart/xconfig.py", line 80, in __init__
self.fill_driver_list()
File "/usr/share/system-config-kickstart/xconfig.py", line 115, in fill_driver_list
raise RuntimeError, (_("Could not read video driver database"))
RuntimeError: Could not read video driver database
#
Did anyone find a solution to it.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to system-config-kickstart in
Ubuntu.
https://bugs.launchpad.net/bugs/1260107
Title:
trusty version experiences a runtime error due to hwdata changes
Status in “system-config-kickstart” package in Ubuntu:
Triaged
Status in “system-config-kickstart” source package in Trusty:
Triaged
Bug description:
The file (/usr/share/hwdata/videodrivers) no longer exists in Trusty,
subsequently xconfig.py fails because of the following:
def fill_driver_list(self):
#add video drivers to list
try:
driverFile = open("/usr/share/hwdata/videodrivers", "r")
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 <noel at debian.org> Mon, 12 Aug 2013 14:36:31 +0200
So something needs to change.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-kickstart/+bug/1260107/+subscriptions
More information about the foundations-bugs
mailing list