Page MenuHomePhabricator

Restarting systemd-journald breaks ircecho service
Closed, ResolvedPublic

Description

A restart of systemd-journald which was necessary to deploy a security update for systemd made ircecho stop working (the service itself was still running)

We should investigate/fix this before moving to stretch: kraz, the VM currently running irc.wikimedia.org runs Debian 8 ATM and starting with Debian 9 systemd-journald is managed by automated service restarts (which kick in e.g. if an underlying library like glibc is upgraded).

Event Timeline

Bawolff triaged this task as Unbreak Now! priority.Feb 20 2019, 12:03 PM

ircd was restarted and it seems to be working again. We should investigate why stopped it might be related to systemd upgrade?

fsero lowered the priority of this task from Unbreak Now! to Medium.Feb 20 2019, 12:16 PM

Thanks for the report. This was caused by a restart of systemd-journald which was necessary to deploy a security update for systemd. The immediate error has been fixed by a restart of the ircecho.service, but this is something that should be investigated. kraz, the VM currently running irc.wikimedia.org runs Debian 8 ATM and starting with Debian 9 systemd-journald is managed by automated service restarts (which kick in e.g. if an underlying library like glibc is upgraded).

MoritzMuehlenhoff renamed this task from irc.wikimedia.org RC feed has stopped to Restarting systemd-journald breaks ircecho service.Feb 20 2019, 12:22 PM
MoritzMuehlenhoff updated the task description. (Show Details)
jbond claimed this task.
jbond subscribed.

as far as i can tell this is no longer an issue

$ systemctl status ircd.service | grep Active                                                                              
   Active: active (running) since Thu 2023-01-12 14:21:05 UTC; 4 months 9 days ago
$ sudo systemctl restart systemd-journald                                                                                
$ systemctl status ircd.service | grep Active                                                                           
   Active: active (running) since Thu 2023-01-12 14:21:05 UTC; 4 months 9 days ago