Comment 2 for bug 241322

Revision history for this message
Martin Pitt (pitti) wrote :

I just think it makes sense to pick up the kernel crash dump in apport's init script. Would the kernel have an equivalent init.d-like script which is run at boot which could do that?

Note to self: Matt has a helpful addition to the package hook:

> hal = Popen(['lshal', '-u',
> '/org/freedesktop/Hal/devices/computer'],
> stdout=PIPE).stdout.read()
> report['HalComputerInfo'] = hal