in reply to Unable to write logs or catch signals

immediate thoughts (maybe not directly on track, but hopefully helpful):

Replies are listed 'Best First'.
Re^2: Unable to write logs or catch signals
by fuzzyping (Chaplain) on Jan 23, 2006 at 00:26 UTC
    Thanks for the ideas. See my update above, I've enabled everything you suggested but still no luck. After a second glance, the while loop shouldn't have anything to do with it since all of the print LOG statements in the subs should occur during OSCAR callback events. I know these worked correctly previously, as I used to print to STDERR... before I added code to fork and background the service. Perhaps the fork has something to do with this?

    -fp