MichaIng
MichaIng
Was this the first reboot, or did you try a 2nd reboot? Because I am not sure whether it has an effect on the 1st reboot, despite systemd reload. So...
Hmm, so stopping either `networking.service` or `[email protected]` prior to `reboot` works? Maybe the problem is somehow when both are trying to stop concurrently, making one of them hang up. The...
Found it, at least part of the issue. I am still not sure how our ordering might have an effect on it, or if it really has (testing above would...
Merge request sent upstream: https://salsa.debian.org/debian/ifupdown/-/merge_requests/23 And our end: https://github.com/MichaIng/DietPi/commit/5dac7e3
@ioctl2 Can you check this: ```sh systemctl cat [email protected] systemctl show -p Conflicts [email protected] ```
Sorry for the late reply. On my tests, `[email protected]` is not stopped anymore on shutdown with this change. Can you check your logs/screen output whether this really is still true...
@ioctl2 Ping, so I know whether to further investigate or close 🙂.
@ioctl2 Do shutdown logs/output still show `ifup@eth0` being stopped?
I'll close the issue for now. As far as I can think of, it has been solved, and Debian merged the fix as well, hence will be in upcoming Trixie...
Can you share the full update log: ```sh cat /var/tmp/dietpi/logs/dietpi-update.log ``` And was this the very first `dietpi-update` attempt you did or did you retry it already?