Comment 65 for bug 600219

Revision history for this message
Giuseppe Sacco (eppesuig) wrote :

Mark,
thanks for the clarification about how to respawn faxgetty. I will check why upstart does not restart it in case of errors.

About the other messages you sent, I think there are two problems.

The first one is that you are missing all debug symbols. In order to fix this, I recompiled the 6.0.5 version as deb packages for Lucid Lynx i386. This is with debugging symbols as separate packages. You may find all of them here http://eppesuigoccas.homedns.org/~giuseppe/debian/hylafax/lucid-i386/

The second one is about gdb. I think you cannot correctly dump all symbols from faxgetty since this program respawn itself with correct permissions. Basically, when you run faxgetty from root at the command prompt, it does create a second process owned by uucp user and then exit. I am unsure about gdb keeping logging all informations for child processes even when parent process terminate. Please give it a try now, with all debug symbols available.

Bye,
Giuseppe