-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rsyslogd stops logging? #92
Comments
I'm using this on EL7 and not seeing this behavior. It is odd that when Puppet restarts it, logging stops, then when you restart a second time, it works. When it is in the broken state, I would try running strace to see what's happening. Also curious how puppet restarts it. You could run with the |
I'm curious if you are seeing the time stamped kernel logging in messages like I pasted in the example? On Jan 13, 2016, at 3:36 PM, Garrett Honeycutt <[email protected]mailto:[email protected]> wrote: I'm using this on EL7 and not seeing this behavior. It is odd that when Puppet restarts it, logging stops, then when you restart a second time, it works. When it is in the broken state, I would try running strace to see what's happening. Also curious how puppet restarts it. You could run with the -d for debug and see what commands are being used to restart the service. Perhaps it is doing it in such a way that is using bad sysconfig data or bad command line options and when you restart the service manually it is starting it differently. — |
Ok - so the problem is that the module is not loading the required
This is default configuration in EL7. It is also documented here: https://access.redhat.com/solutions/2112651?tour=6 I guess we can add a conditional to |
#93 opened. EDIT: Looks like we are still missing a few default options in rsyslog.conf. Checking that now and will add to the PR if necessary. |
Ok - updated the PR and added a few new bits to the template and two new params - |
PR is #93 |
This very well could be an issue not related to this module, but, any advice would be appreciated.
On RHEL7 hosts, this module gets included as part of the 'base' profile. It does the following:
After this, in /var/log/messages, I see what looks to be dmesg output:
The output eventually ends, but so does ALL logging (to /var/log/messages). The only way to resume logging is to manually bounce the rsyslog service.
This does not happen on RHEL6.
Any ideas here?
The text was updated successfully, but these errors were encountered: