jcumming
jcumming
Huh. I suspect linking against `libgcc_s` to get `pthread_cancel` to for `ztest` might be the culprit. Lemme check.
Hrm. Rebuild worked. I'm trying to remember where I've seen that error before.
I'm a bit out of my depth here, but could you try this patch: ``` diff --git a/modules/tasks/filesystems/zfs.nix b/modules/tasks/filesystems/zfs.nix index 077d6a4..d1fdfd4 100644 --- a/modules/tasks/filesystems/zfs.nix +++ b/modules/tasks/filesystems/zfs.nix @@ -50,11 +50,15 @@...
I just ran across this; I added another nixos-container, and that seems to have caused fail2ban to start crashing. `lsof` reports that the systemd backend is opening each container's logfiles...
From the `select(2)` man page: > DESCRIPTION > WARNING: select() can monitor only file descriptors numbers that are less than FD_SETSIZE (1024)—an unreasonably low limit for many modern applications—and this...