I developing a code and what abrt to catch unhandled exceptions. Right now it doesn't create the pyhook directory if file which raises exception doesn't belong to a package. Messages in log: Jan 11 14:30:32 locahost abrtd: New client connected Jan 11 14:30:32 locahost abrtd: Directory 'pyhook-2012-01-11-14:30:32-6841' creation detected Jan 11 14:30:32 locahost abrt-server[6842]: Saved Python crash dump of pid 6841 to /var/spool/abrt/pyhook-2012-01-11-14:30:32-6841 Jan 11 14:30:32 locahost abrtd: Executable 'abidiff_daemon.py' doesn't belong to any package Jan 11 14:30:32 locahost abrtd: 'post-create' on '/var/spool/abrt/pyhook-2012-01-11-14:30:32-6841' exited with 1 Jan 11 14:30:32 locahost abrtd: Corrupted or bad directory /var/spool/abrt/pyhook-2012-01-11-14:30:32-6841, deleting One can keep this option by default off. Those folks who want to use it can switch it on. Regards,
In case it is already made to work with no package files but here the reason for exit is different, ping me and I will pass in more information so that this can be debugged. I see post-create exited with 1. Regards,
You should be able to enable it in config file: /etc/abrt/abrt-action-save-package-data.conf search for line: ProcessUnpackaged = no and change it to: ProcessUnpackaged = yes