Results 2621 comments of MichaIng

Thanks for clarification. So indeed broadcast messages are received by an application when bound to a unicast address. I was just thinking that the DHCP server might ignore them with...

Hmm, do we really want to remove valuable information just because some people do not do what docs are made for: reading? I personally actually do recommend disabling PHP revalidation...

From reading the bug report, it actually really sounds like a bug. When updating entirely via web interface, Nextcloud should automatically invalidate relevant parts of the OPcache, isn't it?

> TLS connections will be randomly blocked based on SNI, > but the connection which was blocked maybe return if you wait for a long time. > the behaviour is...

Hmm it sounds like this issue, which has been however fixed 🤔: #7104 But maybe with PXE boot it is a different thing. Makes sense that `ifup@` changes do not...

Okay so generally it makes sense: deconfiguring the network breaks the PXE NFS root mount, which makes every rootfs access hang. Search machines provide a lot of results discussing the...

Can you please try the following: ```sh sudo /boot/dietpi/func/dietpi-set_hardware rpi-opengl vc4-kms-v3d G_SUDO G_CONFIG_INJECT 'display_auto_detect=' 'display_auto_detect=1' /boot/config.txt sudo reboot ``` You should then get output, and you can rotate the screen...

Then it is a different issue. Did you need to add `dtoverlay=vc4-kms-dsi-7inch`? Because `display_auto_detect=1` is supposed to detect and select the right overlay automatically. If it turns black on Chromium...

Did you test the two commands to start xterm and Chromium manually? Can be also executed on an SSH session. Our script to start Chromium in kiosk mode also enforces...

Enforcing display 1 does not change something does it? ```sh startx /usr/bin/chromium -- :1 ``` Based on the output, while it finds the HDMI connector, it seems to use the...