MichaIng
MichaIng
> Until recently, dhclient was what happened when you set auto. Since the years I am dealing with this, "auto" always meant SLAAC for IPv6 only, nothing else. `dhclient` is...
In our default WireGuard client configuration we have this: ``` # Uncomment the following, if you're behind a NAT and want the connection to be kept alive. #PersistentKeepalive = 25...
In case of PiVPN, it was added as optional setting for unattended installation using the `--unattended` command line parameter (which we support by creating this config as `/boot/unattended_pivpn.conf`). The example...
Note that Linux 6.7 has not yet been released and also Armbian hence only provides RC images, no stable ones. However, it is good to read that mainline Linux 6.7...
See here: https://dietpi.com/forum/t/orange-pi-5-should-we-have-switched-kernel/19929 I.e. we are about to switch. Not mainline kernel, but the newer Rockchip 6.1 vendor kernel.
If you want to upgrade to the new kernel, we added builds to our APT repo: ```sh apt install linux-{image,dtb}-vendor-rk35xx ``` Would be great to test them. On Orange Pi...
@msongz Thanks for your request. We'll have a look, when we can.
> Is there anything in this PR preventing it from being merged? I just did not find the time to look into it/think about it, sorry for the delay. One...
Can you try to run this manually and paste the output here? ```sh sudo pip3 install -U 'https://github.com/motioneye-project/motioneye/archive/dev.tar.gz' ```
There was a disk space check included some DietPi versions ago. We intentionally removed it since it took much time and gave incorrect results on network drives. And we thought...