x86pup
x86pup
> Fix tokio simlink errors. Can you clarify this one? To my knowledge we don't use symlinks for anything other than that legacy Conduit database media directory compatibility config option,...
conduwuit server-side partial implementation: https://github.com/girlbossceo/conduwuit/commit/f163ebf3bbaa9656bbf1d78355220e1d859b17c7#diff-6f6ce4833edde4b67f9f5c950adce5338f3e3a19b6d287c33ff4e9d290b94fa1 ruwuma (our ruma fork) partial implementation for conduwuit: - https://github.com/girlbossceo/ruwuma/commit/bf93f9caa610bbabc0ab5dab9231505253d0c198 - https://github.com/girlbossceo/ruwuma/commit/0aa4cc4f9c5febacbdba7325129dffe75135890b - https://github.com/girlbossceo/ruwuma/commit/83a9bf73668aa459ffcf5ca6f95639835c0bac79 The partial implementation only supports GET/PUT/DELETE for just the `us.cloke.msc4175.tz` field....
Seems like we need to add the `BindPaths=` you have there to the Debian systemd unit.
Is this still an issue?
Closing due to inactivity and no one else has reported an issue. If this is still an issue I recommend ensuring you're using the latest systemd unit file in our...
This will be fixed soon.
A fix for this has been pushed in the main branch, the next tagged release will also have it. In the mean time if you'd like to use it immediately,...
@tirr-c Can you post your systemd unit? `cat /etc/systemd/system/conduwuit.service`
Try commenting out the system call filters. Additionally other systemd unit hardening one by one like `DevicePolicy=closed`, `NoNewPrivileges=yes`, `MemoryDenyWriteExecute=yes`, etc. Use `systemctl edit conduwuit.service` so you don't overwrite the main...
I don't think so, sccache is not used in the static binary builds and we use Nix for static binary builds. sccache is only used for the cargo test/check/clippy stuff....