It looks like this bug affects systems that do not have a file:
/proc/asound/cards. This is the case for many server deployments. The
specific section of code in /usr/lib/python2.6/dist-
packages/apport/hookutils.py is this for loop:
for line in open('/proc/asound/cards'):
if ']:' in line:
fields = line.lstrip().split()
cards.append(int(fields[0]))
Maybe add a test for that file first?
--
IOError: [Errno 2] No such file or directory: '/proc/asound/cards'
https://bugs.launchpad.net/bugs/626215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs