[CentOS] strange system outage

Wed May 10 19:19:05 UTC 2017
Larry Martell <larry.martell at gmail.com>

On Wed, May 10, 2017 at 3:07 PM, Jonathan Billings <billings at negate.org> wrote:
> On Wed, May 10, 2017 at 02:40:04PM -0400, Larry Martell wrote:
>> I have a CentOS 7 system that I run a home grown python daemon on. I
>> run this same daemon on many other systems without any incident. On
>> this one system the daemon seems to die or be killed every day around
>> 3:30am. There is nothing it its log or any system logs that tell me
>> why it dies. However in /var/log/messages every day I see something
>> like this:
>
> How are you starting this daemon?

I am using code something like this: https://gist.github.com/slor/5946334.

> Can you check the journal?  Perhaps
> you'll see more useful information than what you see in the syslogs?

Thanks, I will do that.