MichaIng
MichaIng
Did you apply the suggested bandwidth sharpening and/or DSCP bits, or did it finally work without those?
EDIT: Ah whoops, I mixed up the issues. Would be still good to know whether the above steps help to keep a non-reverse SSH session active.
Yes, that feature IMO does not make any sense, especially not the way it was implemented. Just enable APT auto-upgrades, if you want such. I mean imagine Debian or any...
Hmm, a segmentation fault in a native Debian binary could be a filesystem error. Hopefully not an issue with a package/update shipped by the RPi repo. Does the kernel show...
Strange error. Not sure whether this means that some meta file (one of `/var/lib/dpkg/info/libc-bin.*`) is missing, or something else. Searching around, manually unpacking the package onto the system seems to...
No need to test RPi OS. This is not some kind of systematic error, but a random one, like it can happen (in very rare cases) that a download you...
Another report of this with RPi OS on Pi-hole forum, the only other result of this exact error on DuckDuckGo: https://discourse.pi-hole.net/t/pi-hole-not-fully-installing-failing-at-libc-bin/66946 There a simple ```sh dpkg --reconfigure -a ``` helped....
Very strange. The error sounds more like if the package was compiled with wrong (too new for RPi 4, i.e. RPi 5 only) instruction set. Not good to know it's...
Did someone test to use switch to `dwc2` driver or disable UAS (for the USB-SD adapter)?
To disable UAS: ```sh echo 'blacklist uas' > /etc/modprobe.d/disable-uas.conf ``` To switch to `dwc2`: ```sh G_CONFIG_INJECT 'dtoverlay=dwc2' 'dtoverlay=dwc2' /boot/config.txt ``` If you have no other USB drive to boot from...