zordaz

Results 5 comments of zordaz

It's a fresh DietPi/Trixie install with an absolute minimum of adjustments (mainly a fixed IP, SSH instead of dropbear, docker-ce, all done via dietpi-software), so no different shell is being...

``` declare -f poweroff poweroff () { local command='poweroff'; for i in "$@"; do case $i in '-p' | '--poweroff' | '--no-wall') : ;; '--reboot') command='reboot' ;; '--halt') command='halt' ;;...

- The command without sudo gives the error once, but the system doesn't reboot. - When invoking the command with sudo the error is given twice (as noted above) and...

> When doing this as root or non-root user? As a non-root user. In the meantime I've tested it as root as well and then the system reboots without the...

Tnx for the analysis. Installing DBus will bring some other related packages as well. Not much, but I'll think about it. This indeed is one of the side effects of...