Hello!
On Wed, Nov 20, 2013 at 8:37 AM, Alex Demenschonok wrote:
> WARNING: TEST 1: single chunk - 2013/11/20 11:25:59 [crit] 2460#0: *1 open()
> \"/root/chunkin-nginx-module-0.23/t/servroot/client_body_temp/0000000001\"
> failed (13: Permission denied),
>
This error message already tells us why. Basically the user running
your Nginx does not have the permission to write to
/root/chunkin-nginx-module-0.23/t/servroot/client_body_temp/0000000001.
You may consider putting the chunkin test suite elsewhere more
permissive.
Regards,
-agentzh