Yes the filesystem is Hammer.
But the files seems to be uploaded in a temporary folder somewhere in
/tmp, I tried in the first tries to use a tmpfs on /tmp but the problem
was happening too. Maybe it don't have anything to do with /tmp ?
I made a new install with UFS only, and the problem with sendfile
persists.
Le 2014-08-14 14:36, Jonas Trollvik a écrit :
I think sendfile is dependent on which file system you are using, is
the file on a hammer fs?
//Jonas
2014-08-14 9:19 GMT+02:00 Charles <char...@bsd.zplay.eu>:
Indeed with sendfile off everything work as expected !
Why this is happening on dragonfly ? I have "sendfile on" on
freebsd and fedora without issues.
Le 2014-08-13 19:54, Joris Giovannangeli a écrit :
The issue is indeed cause by sendfile. With sendfile off in nginx
configuration, the problem goes away.