On Wed, Jan 9, 2013 at 1:37 AM, Cody Robertson <[email protected]> wrote: > Hello! How is everyone this splendid evening? > > I've recently migrated to the latest Puppet and PuppetDB (using the build in > database) however I'm noticing PuppetDB keeps crashing without any errors > that I can find in the logs. I've ran it in the foreground using the > puppetdb-foreground command however it simply exits after awhile. The only > thing I can consistently do is see it crash - I can't get any useful debug > information beyond that. > > Can anyone shed some light on how I should go about this? Thank you!
What does /var/log/messages say. Just a stab in the dark, but if your server is short of memory, then the kernel's oom killer may be targetting the puppetdb process; that would certainly be evident in your /var/log/messages output. If that's not the culprit, then attaching 'strace' to the puppetdb process might be informative (strace -p <pid>). Regards, Matt. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
