Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mkdir() "/var/run/openresty/nginx-client-body" failed #124

Open
carlheymann opened this issue Oct 4, 2019 · 3 comments
Open

mkdir() "/var/run/openresty/nginx-client-body" failed #124

carlheymann opened this issue Oct 4, 2019 · 3 comments

Comments

@carlheymann
Copy link

carlheymann commented Oct 4, 2019

To reproduce:

$ docker pull openresty/openresty:1.15.8.2-2-centos
$ docker run --rm openresty/openresty:1.15.8.2-2-centos
2019/10/04 08:24:02 [emerg] 1#1: mkdir() "/var/run/openresty/nginx-client-body" failed (2: No such file or directory)
nginx: [emerg] mkdir() "/var/run/openresty/nginx-client-body" failed (2: No such file or directory)

Is this a regression? I can work around it by adding my own dockerfile and creating the directory in there. This issue is not present in openresty/openresty:1.15.8.1-4-centos.

@neomantra
Copy link
Member

Yes, this is a regression -- thanks for reporting -- bad release management on my part.

I am fixing this now with a VOLUME stanza and doing a new release. Should be through Travis later today.

@karllhughes
Copy link

I pulled down the latest centos (openresty/openresty:centos) and got this error today. Rolling back to openresty/openresty:1.15.8.1-4-centos fixed it.

Is it possible this regression is back?

@neomantra
Copy link
Member

Hmmmm... I'm trying this and it is OK?

docker pull openresty/openresty:1.17.8.2-0-centos
docker run --rm openresty/openresty:1.17.8.2-0-centos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants