Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test/run-with-simulator needs systemd #104

Open
salahcoronya opened this issue Feb 5, 2024 · 1 comment
Open

test/run-with-simulator needs systemd #104

salahcoronya opened this issue Feb 5, 2024 · 1 comment

Comments

@salahcoronya
Copy link

The test/run-with-simulator script calls busctl, which is part of systemd. This causes the script to fail on non systemd systems, like some Gentoo systems. Since its use is only an output diagnostic, it should either be run conditionally if it exists, or removed entirely.

@afreof
Copy link
Contributor

afreof commented Aug 9, 2024

Of course, it's possible to replace the busctl call e.g. by dbus-send. But the busctl command provides the return value of the function which is relevant. Just removing busctl or doing something like which busctl && busctl.. would not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants