Re: [systemd-devel] Logind error - Failed to abandon session scope: Connection reset

2014-08-19 Thread Lennart Poettering
On Tue, 19.08.14 10:42, Roger Qiu (roger@polycademy.com) wrote: Heya, > I'm not familiar with the SystemD codebase > https://github.com/systemd/systemd so I don't where I could patch > the error message. > > On the other hand, is the kdbus production ready even though it > hasn't been merged

Re: [systemd-devel] Logind error - Failed to abandon session scope: Connection reset

2014-08-19 Thread Colin Guthrie
Roger Qiu wrote on 19/08/14 01:42: > Hello Lennart, > > I'm not familiar with the SystemD codebase FYI, it's "systemd" not "SystemD" or "systemD". Hardly a big deal, but figured I'd correct while nitpicking other bits. > https://github.com/systemd/systemd so I don't where I could patch the > err

Re: [systemd-devel] Logind error - Failed to abandon session scope: Connection reset

2014-08-18 Thread Roger Qiu
Hello Lennart, I'm not familiar with the SystemD codebase https://github.com/systemd/systemd so I don't where I could patch the error message. On the other hand, is the kdbus production ready even though it hasn't been merged into the kernel? I'm curious what would be the procedure to inst

Re: [systemd-devel] Logind error - Failed to abandon session scope: Connection reset

2014-08-18 Thread Lennart Poettering
On Sun, 17.08.14 14:48, Roger Qiu (roger@polycademy.com) wrote: > > Hello Lennart, > > The reason why you don't want explicit ordering is because of a > slower boot time? Well, we want to keep things simple and as parallel as possible. Yes. And we don#t want to add dependencies that won't b

Re: [systemd-devel] Logind error - Failed to abandon session scope: Connection reset

2014-08-16 Thread Roger Qiu
Hello Lennart, The reason why you don't want explicit ordering is because of a slower boot time? When you are referring to patching them out, would that be from upstream systemd/logind? Thanks, Roger On 15/08/2014 7:41 PM, Lennart Poettering wrote: On Fri, 15.08.14 15:04, Roger Qiu (roger

Re: [systemd-devel] Logind error - Failed to abandon session scope: Connection reset

2014-08-15 Thread Lennart Poettering
On Fri, 15.08.14 15:04, Roger Qiu (roger@polycademy.com) wrote: > > Hello Lennart, > > Thanks for answering. > > Is there any way to enforce ordering to make this error not occur? You could order systemd-logind.service After= dbus.service. That way dbus is started first, and logind second.

Re: [systemd-devel] Logind error - Failed to abandon session scope: Connection reset

2014-08-14 Thread Roger Qiu
Hello Lennart, Thanks for answering. Is there any way to enforce ordering to make this error not occur? Or what's the best way to hide that warning? Or when is the ETA for kdbus? Thanks, Roger On 15/08/2014 8:38 AM, Lennart Poettering wrote: On Thu, 17.07.14 11:49, Roger Qiu (roger@poly

Re: [systemd-devel] Logind error - Failed to abandon session scope: Connection reset

2014-08-14 Thread Lennart Poettering
On Thu, 17.07.14 11:49, Roger Qiu (roger@polycademy.com) wrote: Hi, (sorry for the late response) > Are you saying that logind should be terminated first then dbus > should be terminated second? Yes, dbus should best be stopped after logind. > In what situations would their termination seq

Re: [systemd-devel] Logind error - Failed to abandon session scope: Connection reset

2014-07-16 Thread Roger Qiu
Hello Lennart, Are you saying that logind should be terminated first then dbus should be terminated second? In what situations would their termination sequence get mixed? Thanks, Roger On 17/07/2014 1:14 AM, Lennart Poettering wrote: On Wed, 16.07.14 14:53, Roger Qiu (roger@polycademy.c

Re: [systemd-devel] Logind error - Failed to abandon session scope: Connection reset

2014-07-16 Thread Lennart Poettering
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. >

[systemd-devel] Logind error - Failed to abandon session scope: Connection reset

2014-07-15 Thread Roger Qiu
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