Problem seems to be that CRUX compiles dbus to use the "deprecated" /var path (see here), while dbus uses some logic to generate it's default config, see here.
I tested changing the path locally in a git checkout and it worked just fine after that :)
Hi Simon,
this is based upon our chat earlier today.
Basically, my problem was that I was unable to get basu to run on my system CRUX 3.6. The error was:
This seems to be because basu has a hardcoded path for the system socket (output generated by strace):
It's hardcoded here and for testing here
Problem seems to be that CRUX compiles dbus to use the "deprecated" /var path (see here), while dbus uses some logic to generate it's default config, see here.
I tested changing the path locally in a git checkout and it worked just fine after that :)