Results 2858 comments of MichaIng

Jep, please provide some base info here, filling the bug report template. It isn't productive for us to start browsing to the uploaded config and log files without knowing what...

You can have a look into our CI build jobs and scripts, e.g. here for vaultwarden: https://github.com/MichaIng/DietPi/blob/master/.build/software/vaultwarden/container_build.bash We host a set of container images for all supportes architectures and Debian...

Ran some tests on VMs: - With `gnome-terminal` locally, DietPi menus look fine. - Within `gnome-terminal` connecting via `dbclient` (Dropbear) to another VM and starting DietPi menus within the SSH...

Okay, then > I think we'd need the exact client system, SSH client, desktop environment, host OS etc, as well as DietPi SSH server, to try replicating with the exact...

@Ast3risk-ops Yes, this matches my testing. But I do not see this as real issue at all, as said, when resizing the terminal/console it is totally expected that console UI...

It feels like more users are running into this than before v8.7, but I wonder why: "No route" clearly states that there is no default route set for IPv6, as...

Interesting would be, when IPv6 is enabled (aside of the `ip -6 r` output), whether router advertisements are received at all or not: ```sh apt install tcpdump tcpdump -n -i...

So the RAs arrive as expected. Please also show: ```sh ip -6 r ```

So there is a default route now, set as a result of the RA. But trying to ping an IPv6 IP still gives the same error? ```sh ip -6 r...

Okay the default route is there now and works, but an answer is still not coming (on first attempt). This could be tested further debugged e.g. with traceroute. There must...