You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I folks. I have an ArchLinux with zfs running a dokuwiki using this docker image : ghcr.io/linuxserver/dokuwiki:version-2020-07-29
It worked very well since a long time.
But a few days ago, it stopped working and started filling nginx log (in docker) with this kind of message :
[alert] 386#386: *310 sendfile() failed (22: Invalid argument) while sending response to client,
when serving static files.
After a long time searching, I simply changed an option in nginx (in docker) : 'senfile off;' and the problem was gone.
I believe this could be linked to something bad happening between my Linux version and zfs. I believe it brokes when upgrading from 2.1.1 to 2.1.2
'hope this report can be usefull.
[root@orion ~]# zfs version
zfs-2.1.2-1
zfs-kmod-2.1.2-1
[root@orion ~]# uname -a
Linux orion 5.16.2-arch1-1 #1 SMP PREEMPT Thu, 20 Jan 2022 16:18:29 +0000 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Stock 2.1.2,definitely does not have the fixes for 5.16, and the archzfs packages don't immediately appear to have cherrypicked it, so...I'm not sure why it would work for you now?
I folks. I have an ArchLinux with zfs running a dokuwiki using this docker image : ghcr.io/linuxserver/dokuwiki:version-2020-07-29
It worked very well since a long time.
But a few days ago, it stopped working and started filling nginx log (in docker) with this kind of message :
when serving static files.
After a long time searching, I simply changed an option in nginx (in docker) : 'senfile off;' and the problem was gone.
I believe this could be linked to something bad happening between my Linux version and zfs. I believe it brokes when upgrading from 2.1.1 to 2.1.2
'hope this report can be usefull.
The text was updated successfully, but these errors were encountered: