On Wed, 16.07.14 14:53, Roger Qiu (roger....@polycademy.com) wrote: > Hello everybody, > > I always receive this error: > > ``` > > |Jul 14 08:27:57 matrix-node systemd-logind[1339]: Failed to abandon session > scope: Connection reset by peer| > > ``` > > When I shutdown a NixOS instance. > > 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):
You are shutting down the machine, at which point logind and dbus are both terminated. In your case dbus got terminated first, logind second, which is why logind got tripped up. It should be mostly a cosmetic issue, but I do wonder why this never happened for me... Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel