Bartosz Gołaszewski
Bartosz Gołaszewski
Thanks for the detailed investigation and report. It's a bug in core GPIO code in the kernel where we don't sanitize (or enforce) return values for GPIO provider callbacks. This...
A little update: the DBus API is getting close to being functional. The development branch was updated. A big part of the command-line client are ready and can be run...
An RFC with the DBus API has been posted to linux-gpio: https://lore.kernel.org/linux-gpio/[email protected]/
Yes! I started using `b4` for libgpiod and enrolled the old `topic/dbus` branch into a managed branch. Sorry.
@o-alquimista do you have the `pkgconfig/mount.pc` file anywhere in your system?
Can you run it through both strace and gdb and post results here? The entire strace log and gdb stack trace?
Ah! So the autotools docs say: ``` (...) by default sysconfdir will be ‘$(prefix)/etc’, because this is what the GNU Standards require. When such a package is installed on an...
Sure, thank you!
Did @honzamzr 's suggestion help? Is the io.gpiod1.conf in the right place under `/etc/dbus-1/system.d/`?
> > This ticket tracks the development of the DBus daemon. Current development branch can be found [here](https://github.com/brgl/libgpiod-private/tree/topic/dbus). > > The API is not complete yet but some parts are...