Results 2858 comments of MichaIng

Is some software controlling the content? ```sh realpath /etc/resolv.conf ```

`systemd-resolved`. If you did not install/use this intentionally, get rid of it: ```sh G_SUDO G_AGP systemd-resolved sudo rm -f /etc/resolv.conf echo 'nameserver 1.1.1.1' | sudo tee /etc/resolv.conf getent hosts dietpi.com...

Thanks for the heads up. Next release will remove the Armbian repository from DietPi systems, so those kind of issues will then be gone, as long as we do not...

I'll close this issue. Feel free to reopen it the problem persists. Armbian repo should be removed for almost all DietPi systems.

Shouldn't it have been named "Unpack**a**rr" 😝? Reading the [docs](https://unpackerr.zip/docs/introduction) > The more common use is to watch starr apps (radarr, sonarr, readarr, lidarr, whisparr) Is "starr apps" the correct...

I'll close this issue. Feel free to reopen it the problem persists.

@1985kasper Thanks for your request. I have no idea about VLANs actually, since never used it. Could you give an example about how your interfaces file looks like then? Would...

@1985kasper Reading: https://manpages.debian.org/stretch/vlan/vlan-interfaces.5.en.html Yeah an interesting feature definitely that could be added natively. We should add `source /etc/network/interfaces.d/*` to the generated `/etc/network/interfaces` file as well to allow drop-in config config...

@zxp I think in kernel this should be enabled, it is just about the possibility to add those from DietPi-Config menu. Or do you run a DietPi image where the...

@zxp Ah okay thanks for the hint in case. So when adding this feature, we must check for kernel support first on the particular device. However setting the kernel parameters...