MichaIng
MichaIng
Also, do the frp server logs contain any hint? ```sh journalctl -u frps ```
Strange, no errors, the server is listening on port 7000 as expected, but still refuses the client connection. Could you check whether the authentication token matches in `/etc/frp/frps.ini` and `/etc/frp/frpc.ini`?...
A bug our end, missing spaces. Crazy how this could survive so long, probably some library used by frp was more generous regarding the syntax previously: https://github.com/MichaIng/DietPi/commit/406ecfa
Can you check whether the spaces are now present in your `frpc.ini`, and that the token matches with the one in `frps.ini`? Seems we need to migrate to TOML format.
I transferred the issue to the website repo, where it fits better. Currently we have PNG logos only, but I have an SVG, contributed by a user a while back,...
That would be great. Actually a longer time ago someone created an SVG logo already. I just never found the time to check back and finalise it. This was not...
Many thanks for reporting. Looks like an inconsistency in the Raspbian repository, where `ca-certificates-java` and `openjdk-8-jre-headless` versions do not match.
Indeed it is: http://raspbian.raspberrypi.org/raspbian/dists/bookworm/main/binary-armhf/Packages.xz ``` Package: ca-certificates-java Version: 20230710~deb12u1 Installed-Size: 43 Maintainer: Debian Java Maintainers Architecture: all Depends: ca-certificates (>= 20210120) Breaks: ..., openjdk-8-jre-headless (
They do care in general, but the maintainers are also just volunteers, hence time is limited and tasks are a lot. But I should probably make an own bug report...
Please check the service logs about why they were stopped (or crashed), when you face this issue: ```sh journalctl -u smbd -u nmbd -u adguardhome -u dropbear -u ssh ```...