MichaIng
MichaIng
Marking as closed due to outstanding reply of OP. Feel free to reopen if either enabling IPv6 or disabling it in the socket does not help in your case.
Java 17 builds are now there: http://raspbian.raspberrypi.org/raspbian/pool/main/o/openjdk-17/ Ah and additionally in RPi repo, both same builds it seems: https://archive.raspberrypi.org/debian/pool/main/o/openjdk-17/ Interesting is [openjdk-17-jre-zero](https://packages.debian.org/bullseye/openjdk-17-jre-zero), which generally can run on ARMv6. Currently testing...
Fixed with: https://github.com/MichaIng/DietPi/commit/8394606
Woah is this slow, tested with Java 17 Zero JVM on RPi Zero W: ``` INFO --- org.airsonic.player.Application : Started Application in 4899.567 seconds (JVM running for 5017.986) ``` ~1.5h...
Try this: ```sh echo -e 'pcm.!default bluealsa\nctl.!default bluealsa' > /etc/asound.conf ```
@mernamer Does your issue persist with recent RPi kernel? If so, for debugging, persistent kernel logs would be helpful: https://github.com/MichaIng/DietPi/issues/5729#issuecomment-1239633180
Marking as closed due to outstanding reply. Feel free to reopen if required.
@davidmartos96 The issue still persists with latest Fedora? Did you take the workstation x86_64 image? https://getfedora.org/de/workstation/download/
Ah great. Obviously `whiptail` makes use of ambiguous-width characters. I guess TAB is meant by this. I just wonder what "wide" means here since 8 spaces seems to be common...
@MDAR > Apologies if this is the wrong place to put this You problem is very different from this feature request regarding Raspberry Pi, please open a new issue.