<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello everybody,<br>
    <br>
    I always receive this error:<br>
    <br>
    ```<br>
    <pre><code>Jul 14 08:27:57 matrix-node systemd-logind[1339]: Failed to abandon session scope: Connection reset by peer</code></pre>
    ```<br>
    <br>
    When I shutdown a NixOS instance.<br>
    <br>
    Googling around didn't bring up any useful results. What does this
    error mean, and why does it happen. Here's the journald excerpt
    surrounding the error (reversed - top is most recent):<br>
    <br>
    ```<br>
    <pre><code>Jul 14 08:27:57 matrix-node dhcpcd[1684]: received signal TERM from PID 1, stopping
Jul 14 08:27:57 matrix-node systemd[8371]: pam_unix(systemd-user:session): session closed for user operator
Jul 14 08:27:57 matrix-node systemd[8370]: Received SIGRTMIN+24 from PID 8814 (kill).
Jul 14 08:27:57 matrix-node systemd[1]: Stopping Firewall...
Jul 14 08:27:57 matrix-node systemd[1]: Stopped target Network.
Jul 14 08:27:57 matrix-node systemd[1]: Stopping Network.
Jul 14 08:27:57 matrix-node systemd[1]: Stopped target Multi-User System.
Jul 14 08:27:57 matrix-node systemd[1]: Stopping Multi-User System.
Jul 14 08:27:57 matrix-node systemd-logind[1339]: Failed to abandon session scope: Connection reset by peer
Jul 14 08:27:57 matrix-node systemd[1]: Stopping D-Bus System Message Bus...
Jul 14 08:27:57 matrix-node systemd[1]: Stopping Mount ZFS Volumes...
Jul 14 08:27:57 matrix-node systemd[1]: Stopping NTP Daemon...
Jul 14 08:27:57 matrix-node ntpd[1746]: ntpd exiting on signal 15
Jul 14 08:27:57 matrix-node systemd[1]: Stopping Virtual Machine and Container Registration Service...
Jul 14 08:27:57 matrix-node systemd[1]: Stopping SSH Daemon (10.0.2.2:61847)...
Jul 14 08:27:57 matrix-node systemd[8370]: Stopped target Sockets.
Jul 14 08:27:57 matrix-node systemd[8370]: Stopping Sockets.
Jul 14 08:27:57 matrix-node systemd[8370]: Stopped target Timers.
Jul 14 08:27:57 matrix-node systemd[8370]: Stopping Timers.
Jul 14 08:27:57 matrix-node systemd[8370]: Stopping Timers.
Jul 14 08:27:57 matrix-node dhcpcd[1684]: received signal TERM from PID 1, stopping
Jul 14 08:27:57 matrix-node systemd[8371]: pam_unix(systemd-user:session): session closed for user operator
Jul 14 08:27:57 matrix-node systemd[8370]: Received SIGRTMIN+24 from PID 8814 (kill).
Jul 14 08:27:57 matrix-node systemd[1]: Stopping Firewall...
Jul 14 08:27:57 matrix-node systemd[1]: Stopped target Network.
Jul 14 08:27:57 matrix-node systemd[1]: Stopping Network.
Jul 14 08:27:57 matrix-node systemd[1]: Stopped target Multi-User System.
Jul 14 08:27:57 matrix-node systemd[1]: Stopping Multi-User System.
Jul 14 08:27:57 matrix-node systemd-logind[1339]: Failed to abandon session scope: Connection reset by peer
Jul 14 08:27:57 matrix-node systemd[1]: Stopping D-Bus System Message Bus...
Jul 14 08:27:57 matrix-node systemd[1]: Stopping Mount ZFS Volumes...
Jul 14 08:27:57 matrix-node systemd[1]: Stopping NTP Daemon...
Jul 14 08:27:57 matrix-node ntpd[1746]: ntpd exiting on signal 15
Jul 14 08:27:57 matrix-node systemd[1]: Stopping Virtual Machine and Container Registration Service...
Jul 14 08:27:57 matrix-node systemd[1]: Stopping SSH Daemon (10.0.2.2:61847)...</code></pre>
    ```
  </body>
</html>