wording update for ud-replicat special case authored by lelutin's avatar lelutin
this is just to make the text convey to us that the fix should happen on
alberti. there's no need to use cumin on all hosts for this
...@@ -393,11 +393,14 @@ Sometimes, userdir-ldap's `ud-replicate` leaves a multiplexing SSH ...@@ -393,11 +393,14 @@ Sometimes, userdir-ldap's `ud-replicate` leaves a multiplexing SSH
process lying around and those show up as part of process lying around and those show up as part of
`cron.service`. `cron.service`.
Logging into the LDAP server (currently `alberti`) and killing all the We can close all of those connections up at once, on one host, by logging into
`sshdist` process will clear those: the LDAP server (currently `alberti`) and killing all the ssh processes running
under the `sshdist` user:
pkill -u sshdist ssh pkill -u sshdist ssh
That should clear out all processes on other hosts.
## systemd user manager services ## systemd user manager services
The `needrestart` tool [lacks](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843778) The `needrestart` tool [lacks](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843778)
... ...
......