Elektrine lite

← Feed

@sitharus@cloudisland.nz

Post #1806539

2026-04-30 12:14 UTC

I've seen a bunch of really weird "fixes" for copy.fail with strange modprobe things. Add this line to /etc/modprobe.d/af_alg.conf or any .conf file in there you like: blacklist algif_aead I also disabled af_alg entirely because it's not useful on my machines: blacklist af_alg if `lsmod | grep af_alg` shows anything reboot, or use `rmmod` if you know how.

Replies (1)

  • @mejofi@ngmx.com 2026-04-30 20:06

    @sitharus@cloudisland.nz Have you verified that 'blacklist' is sufficient, here? In my testing on Debian so far, it really does require 'install algif_aead /bin/false' to actually work.

    Open ##2297816