MichaIng
MichaIng
So it seems `gpsd.socket` failed. Can you check: ```sh systemctl status gpsd.socket systemctl cat gpsd.socket ls -l /run/gpsd.sock ```
Do you have IPv6 enabled? ```sh ip -6 a ``` Or is something else listening on this port? ```sh ss -tulpn | grep ':2947' ```
Many thanks for your report. Let us try to replicate. In your install output, is there a timeout shown when PaperMC is started and waited for config files to appear?
Mytherious is that Bullseye ships Java v17 which is also installed as dependency. Probably the older Java version is forced as default runtime by some script you or some installer...
Ah another loop: ```sh readlink -f /etc/alternatives/java ``` And ```sh dpkg -l | grep openjdk ```
> ii openjdk-11-jre-headless:armhf 11.0.16+8-1~deb11u1 armhf OpenJDK Java runtime, using Hotspot JIT (headless) This was the only output line? Do you have the full PaperMC install output? Java (17) should have...
Ah, you're on a Raspbian-based system (ARMv6 image) and Raspbian has no Java 17 builds, hence we install Java 11 there. So PaperMC actually shouldn't be available on theses systems,...
Jep, that should work.
Okay great. You could btw now remove the old Java 11: ```sh apt autopurge openjdk-11-jre-headless ```
Does ``` dmesg -l emerg,alert,crit,err ``` show any errors when you attach and use it after boot? Please try to set/change ``` initial_turbo=0 ``` In `dietpi.txt` or via `dietpi-config` performance...