Results 2858 comments of MichaIng

AFAICS these are all deprecation warnings, hence visual only. But probably they are indirectly the reason: ``` 2024/01/23 21:20:02 [error] 21764#21764: *1 upstream sent too big header while reading response...

Implemented with: https://github.com/MichaIng/DietPi/commit/1e38413 Affects CONFIG_CHECK_CONNECTION/DOMAIN dietpi.txt settings the same way, i.e. if those are changed while the error handler is open, and you hit "Retry", the check is performed with...

There is not much missing, only `ifupdown` to be installed and use on our container images. I'm not sure whether it is best to add a new hardware ID for...

I'll mark this as closed, assuming it has been solved with recent kernel, as otherwise we should have seen more reports.

Marking as closed due to outstanding reply. Please reopen when you have feedback on the suggested udev rule.

Hmm, netlogd seems to be not (natively) available on Debian at all. Interestingly I do not find any info about what the difference of both is. Do you have a...

Ah, so this is the difference, thanks for clarification. In case journal format is sufficient, at least currently it is easier to install `systemd-journal-remote` just via APT, without compiling. But...

Hehe, yes the battery is essential, of course. I find it nasty that there is, AFAIK, no way to check from a running system whether a battery is properly attached...

The dtb is selected based on board revision here: https://github.com/friendlyarm/u-boot/blob/nanopi2-v2016.01/board/s5p4418/nanopi2/board.c#L347-L354 Revisions are obtained here: https://github.com/friendlyarm/u-boot/blob/nanopi2-v2016.01/board/s5p4418/nanopi2/hwrev.c#L64-L131 Actually, as far as I understand code, it is derived in a generic way, and...