dentproject / dentOS

dentOS SwitchDev based NOS
Other
206 stars 59 forks source link

Add dbus package to the build #138

Closed taraschornyiplv closed 3 years ago

taraschornyiplv commented 3 years ago

w/o dbus package installed "shutdown -r" will fail

localhost login: root
Password:
Linux localhost 5.10.4 #1 SMP PREEMPT Fri Sep 10 16:54:31 UTC 2021 aarch64
root@localhost:~# shutdown -r
Failed to connect to bus: No such file or directory
paulmenzel commented 3 years ago

Please add to the commit message, how shutdown -r fails (as root?).

taraschornyiplv commented 3 years ago

Please add to the commit message, how shutdown -r fails (as root?).

done

paulmenzel commented 3 years ago

You added it to the merge/pull request description, and not to the commit message, so the information is not in the git history with git log. :(

Anyway, it’s very strange, that root is not able to shut down the system without D-Bus.