Re: [systemd-devel] sd_bus_add_match callback

2020-04-10 Thread Lennart Poettering
On Do, 09.04.20 14:12, David J (ema...@icloud.com) wrote: > Hello Systemd developers! > > > I asked this question earlier but I haven’t gotten any reply so I thought > > asking again. > > > Question regarding sd_bus_add_match (sd-bus.c): > > > > Is there any bad consequences to use the same callb

Re: [systemd-devel] sd_bus_add_match callback

2020-04-10 Thread Giacinto Cifelli
hi Lennart, On Fri, Apr 10, 2020 at 2:14 PM Lennart Poettering wrote: > > On Do, 09.04.20 14:12, David J (ema...@icloud.com) wrote: > > > Hello Systemd developers! > > > > > I asked this question earlier but I haven’t gotten any reply so I thought > > > asking again. > > > > > Question regarding

[systemd-devel] user service conflict and confusion

2020-04-10 Thread Matt Zagrabelny
Greetings, I am hitting a confusing scenario with my system. I am running 245.4-2 (Debian). I have a user service, mpd, which is failing to start. It is enabled: $ systemctl --user is-enabled mpd enabled And now that I look for the enabled unit within the filesystem, I don't see it. I'm expect

Re: [systemd-devel] sd_bus_add_match callback

2020-04-10 Thread David J
Giacinto, Thanks for further explaining my email. Lennart, Thank you for your feedback. What I am doing is writing an sd-bus interface and a client code, which is only interested in specific signal information. So the interface has to offer minimal API’s. The interface has one callback to handl

Re: [systemd-devel] user service conflict and confusion

2020-04-10 Thread Michael Biebl
Am Fr., 10. Apr. 2020 um 17:59 Uhr schrieb Matt Zagrabelny : > > Greetings, > > I am hitting a confusing scenario with my system. I am running 245.4-2 > (Debian). > > I have a user service, mpd, which is failing to start. It is enabled: > > $ systemctl --user is-enabled mpd > enabled > > And now t

Re: [systemd-devel] user service conflict and confusion

2020-04-10 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Apr 10, 2020 at 10:53:36AM -0500, Matt Zagrabelny wrote: > Greetings, > > I am hitting a confusing scenario with my system. I am running 245.4-2 > (Debian). > > I have a user service, mpd, which is failing to start. It is enabled: > > $ systemctl --user is-enabled mpd > enabled > > And

Re: [systemd-devel] user service conflict and confusion

2020-04-10 Thread Matt Zagrabelny
On Fri, Apr 10, 2020 at 12:16 PM Michael Biebl wrote: > Am Fr., 10. Apr. 2020 um 17:59 Uhr schrieb Matt Zagrabelny < > mzagr...@d.umn.edu>: > > > > Greetings, > > > > I am hitting a confusing scenario with my system. I am running 245.4-2 > (Debian). > > > > I have a user service, mpd, which is fa

Re: [systemd-devel] user service conflict and confusion

2020-04-10 Thread Matt Zagrabelny
On Fri, Apr 10, 2020 at 1:32 PM Zbigniew Jędrzejewski-Szmek < zbys...@in.waw.pl> wrote: > On Fri, Apr 10, 2020 at 10:53:36AM -0500, Matt Zagrabelny wrote: > > Greetings, > > > > I am hitting a confusing scenario with my system. I am running 245.4-2 > > (Debian). > > > > I have a user service, mpd,