> Stuart Henderson wrote: > > 26600 httpd CALL issetugid() > > 26600 httpd RET issetugid 0 > > 26600 httpd CALL open(0x7f7ffffd82a0,0<O_RDONLY>) > > 26600 httpd NAMI "/usr/share/zoneinfo/GMT" > > 26600 httpd RET open -1 errno 2 No such file or directory > > 26600 httpd CALL issetugid() > > 26600 httpd RET issetugid 0 > > 26600 httpd CALL open(0x7f7ffffd81f0,0<O_RDONLY>) > > 26600 httpd NAMI "/usr/share/zoneinfo/posixrules" > > 26600 httpd RET open -1 errno 2 No such file or directory > > unrelated to the problem at hand, but httpd is trying to access timezone files > in the chroot.
feels like a missing tzset before jailing...
