MichaIng
MichaIng
Just in case, the actual location does not exist either, does it? ```sh ls -l /run/mpd/socket ``` `/var/run` is just a symlink to `/run` since years on any modern distro...
> The `journalctl -u mpd` is not complete, is it? `systemctl status mpd` shows logs, including a (re)start nearly an hour later. Can you check the logs from around this...
It should work when you use `initramfs-tools` to have a larger set if block device/controller/fs related drivers added to the initramfs: ```sh apt install initramfs-tools apt autopurge ``` Otherwise see...
Many thanks for reporting. From where did you get an image that is not usr-merged? This is mandatory for Debian Bookworm, so all Bookworm images should be usr-merged, or considered...
Are you sure you are answering to the right issue? This Docker image does not use DietPi, but a Debian-based minimal Python image. And I can only hope that no...
> I'm using cibuildwheels + qemu to create aarch64 wheels We just added the same for `matrix-synapse`: https://github.com/matrix-org/synapse/pull/14212/files However, as you, and `matrix-synapse`, most Python projects produce aarch64 wheels (and...
I heard from 1st hand that it is indeed planned. But I personally do not see such a large benefit, since `aarch64` wheels are provided by PyPI already for most...
I'll mark this as closed. Feel free to reopen if required.
@keypunch416 Does your issue persist?
Many thanks for reporting. Makes much sense that the socket fails if IPv6 is disabled, as it is explicitly configured to listen on both, IPv4 and IPv6. A reboot shouldn't...