Re: [systemd-devel] XML for Systemd DBus?

2023-08-09 Thread Giacinto Cifelli
hey, On Wed, Aug 9, 2023 at 5:58 PM Elsie Hupp wrote: > > Note: I am on elementaryOS 6.0. > > I am trying to generate a vala interface from the Systemd DBus interface, > following the example here to get the XML to feed into > `vala-dbus-binding-tool`: > >

Re: [systemd-devel] sd-bus: get size of array container in D-Bus message

2023-08-02 Thread Giacinto Cifelli
On Wed, Aug 2, 2023 at 6:44 PM Stephen Hemminger wrote: > > On Wed, 02 Aug 2023 06:39:47 + > Stanislav Angelovič wrote: > > > Hi folks, > > > > I have a quick question: is there a way to get container size when > > deserializing an array from a D-Bus message (be it an array of trivial or >

Re: [systemd-devel] timing issue in mounting systemd filesystems

2023-07-05 Thread Giacinto Cifelli
: > > On Mi, 05.07.23 07:59, Giacinto Cifelli (gciof...@gmail.com) wrote: > > > I have then increased the log level to debug in the kernel cmdline to > > have more info: > > systemd.log_level=debug systemd.log_target=console > > > > and with these settings

[systemd-devel] timing issue in mounting systemd filesystems

2023-07-05 Thread Giacinto Cifelli
Dear community, I have an issue booting on a RV machine. The mount targets fail, and (I suppose) as a consequence everything else fails and the system is not running: [FAILED] Failed to mount Huge Pages File System. [FAILED] Failed to mount POSIX Message Queue File System. [FAILED] Failed to

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

Re: [systemd-devel] sd-bus: serving method call message in a separate thread

2019-03-04 Thread Giacinto Cifelli
Hi Stanislav, On Mon, Mar 4, 2019 at 9:56 PM Stanislav Angelovič wrote: > > Hi sd-bus-ers! > > Quick question: How can I process a method call on service side in a > different thread, without creating race condition? > > Longer version: > > In sdbus-c++, we are working on server-side

Re: [systemd-devel] sd-bus delayed reply

2019-01-31 Thread Giacinto Cifelli
Hi Lennart, On Mon, Jan 28, 2019 at 1:07 PM Lennart Poettering wrote: > > On Mo, 28.01.19 14:00, Jean Valjean (valjean.jean1...@gmail.com) wrote: > 65;5403;1c > > Can I, in principle, register objects and interfaces with > > sd_bus_add_object_vtable like in > >

Re: [systemd-devel] sd-bus parameter names

2019-01-11 Thread Giacinto Cifelli
Hi Lennart, all, On Sun, Jan 6, 2019 at 6:40 PM Lennart Poettering wrote: > > On Fr, 04.01.19 09:39, Giacinto Cifelli (gciof...@gmail.com) wrote: > > > Hi, > > > > I would like to give my DBus parameters names other than the default > > arg_X for the introspe

Re: [systemd-devel] clang-format: auto-formatting the code base of systemd

2019-01-04 Thread Giacinto Cifelli
Hello Sebastian, > - reformats all existing code, which requires review this can be possibly be automated, by comparing the generated precompiled files. > > Cheers, Sebastian Jennen > Regards, Giacinto ___ systemd-devel mailing list

[systemd-devel] sd-bus parameter names

2019-01-04 Thread Giacinto Cifelli
Hi, I would like to give my DBus parameters names other than the default arg_X for the introspection. Is it ok if I post some commits to do that, or is the feature excluded by choice? The changes I would propose are: - sd-bus-vtable.h: struct sd_bus_vtable extended like: struct sd_bus_vtable {