Re: RE: writev function not implemented

2013-08-06 Thread Jérôme P.
Rangel, Raul wrote in post #1117896: > The first one was I used -v /var/lib/nginx to create a volume which bind > mounted a zfs directory inside my container. This worked correctly. I was about to suggest that as a workaround. I'm glad that it worked! > The second was I created an ext4 partition

RE: writev function not implemented

2013-08-06 Thread Rangel, Raul
@nginx.org Subject: Re: writev function not implemented Actually, I went ahead and rebuilt SPL and ZFS on my machine, and did an AUFS mount over ZFS... And wvtest ran, no problem. -- Posted via http://www.ruby-forum.com/. ___ nginx mailing list nginx

Re: writev function not implemented

2013-08-05 Thread Jérôme P.
Actually, I went ahead and rebuilt SPL and ZFS on my machine, and did an AUFS mount over ZFS... And wvtest ran, no problem. -- Posted via http://www.ruby-forum.com/. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/ngin

Re: writev function not implemented

2013-08-05 Thread Jérôme P.
I believe it *is* implemented. I re-did my tests on: - 3.10 (Debian) - 3.8 (Debian) - 3.8.0-27-generic (Ubuntu, the same as yours) - 3.2.0-40 (Ubuntu) - 2.6.38.2 (in-house) They all worked. I don't understand exactly how AUFS passes writev to the underlying filesystem, but there might be some we

Re: RE: writev function not implemented

2013-08-05 Thread Jonathan Matthews
On 5 August 2013 23:22, Rangel, Raul wrote: > So I just tried you little script inside my container (AUFS on top of ZFS): > > root@47dfdb95e2a6:/# ./a.out > writev: Function not implemented > root@47dfdb95e2a6:/# > > Then I tried my script outside of the container (ZFS): > me@slagathor:~/Projects/

RE: RE: writev function not implemented

2013-08-05 Thread Rangel, Raul
: nginx@nginx.org Subject: Re: RE: writev function not implemented Rangel, Raul wrote in post #1117817: > So my assumption is that AUFS does not support writev? So I need to > somehow mount a different filesystem? I wrote a quick and dirty C program to test writev() on AUFS, and it worked

Re: RE: writev function not implemented

2013-08-05 Thread Jérôme P.
Rangel, Raul wrote in post #1117817: > So my assumption is that AUFS does not support writev? So I need to > somehow mount a different filesystem? I wrote a quick and dirty C program to test writev() on AUFS, and it worked like a charm here (3.8 Debian kernel). https://gist.github.com/jpetazzo/

Re: writev function not implemented

2013-08-05 Thread Richard Kearsley
On 05/08/13 21:13, Rangel, Raul wrote: The filesystem is AUFS. It's mounted inside of a docker container. So my assumption is that AUFS does not support writev? So I need to somehow mount a different filesystem? Hi I can't comment about AUFS, but you can change where those temp files are s

RE: writev function not implemented

2013-08-05 Thread Rangel, Raul
t: Re: writev function not implemented > 2013/08/02 17:01:11 [crit] 26#0: *7 writev() > "/var/lib/nginx/client_body_temp/01" failed (38: Function not > implemented) On what filesystem does /var/lib/nginx/client_body_temp reside (like &

Re: writev function not implemented

2013-08-05 Thread Reinis Rozitis
2013/08/02 17:01:11 [crit] 26#0: *7 writev() "/var/lib/nginx/client_body_temp/01" failed (38: Function not implemented) On what filesystem does /var/lib/nginx/client_body_temp reside (like 'cat /proc/mounts')? rr ___ nginx mailing list n