You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally, if a hardware error occurs, mcelog writes the error to /var/log/messages.
If systemd-journald is restarted, mcelog still writes logs to /var/log/messages.
systemctl restart systemd-journald
But if I'm carrying out the following command (Because to stop systemd-journald, you need to stop systemd-journald-dev-log.socket and systemd-journald.socket.)
Normally, if a hardware error occurs, mcelog writes the error to
/var/log/messages
.If
systemd-journald
is restarted, mcelog still writes logs to/var/log/messages
.But if I'm carrying out the following command (Because to stop systemd-journald, you need to stop systemd-journald-dev-log.socket and systemd-journald.socket.)
Then if a hardware error occurs, the log of the mcelog error is not written to /var/log/messages.
To continue writing logs to /var/log/messages, we need to restart
mcelog
.Is this normal? or it is a bug in mcelog?
The text was updated successfully, but these errors were encountered: