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

exec user process error #173

Closed
bennydubois opened this issue Aug 19, 2019 · 1 comment · Fixed by #174
Closed

exec user process error #173

bennydubois opened this issue Aug 19, 2019 · 1 comment · Fixed by #174

Comments

@bennydubois
Copy link

On a linux mint installation, I run docker-compose up on a freshly cloned repo, and get many errors from standard_init_linux.go about exec user process.

Console output:

Starting promgen_base_1 ... 
promgen_redis_1 is up-to-date
promgen_mysql_1 is up-to-date
Starting promgen_base_1 ... done
Starting promgen_web_1  ... done
Starting promgen_alertmanager_1 ... done
Starting promgen_prometheus_1   ... done
Starting promgen_worker_1       ... done
Attaching to promgen_redis_1, promgen_mysql_1, promgen_blackbox_1, promgen_base_1, promgen_web_1, promgen_alertmanager_1, promgen_prometheus_1, promgen_worker_1
base_1          | standard_init_linux.go:190: exec user process caused "no such file or directory"
prometheus_1    | level=info ts=2019-08-19T22:13:08.699Z caller=main.go:293 msg="no time or size retention was set so using the default time retention" duration=15d
prometheus_1    | level=info ts=2019-08-19T22:13:08.699Z caller=main.go:329 msg="Starting Prometheus" version="(version=2.12.0, branch=HEAD, revision=43acd0e2e93f9f70c49b2267efa0124f1e759e86)"
web_1           | standard_init_linux.go:190: exec user process caused "no such file or directory"
worker_1        | standard_init_linux.go:190: exec user process caused "no such file or directory"
prometheus_1    | level=info ts=2019-08-19T22:13:08.699Z caller=main.go:330 build_context="(go=go1.12.8, user=root@7a9dbdbe0cc7, date=20190818-13:53:16)"
prometheus_1    | level=info ts=2019-08-19T22:13:08.699Z caller=main.go:331 host_details="(Linux 4.10.0-38-generic #42~16.04.1-Ubuntu SMP Tue Oct 10 16:32:20 UTC 2017 x86_64 6b675e3f84a0 (none))"

Following steps from https://hub.docker.com/r/kfdm/promgen/ also results in standard_init_linux.go:190: exec user process caused "no such file or directory" error at the end of the first Docker domand.

Is there a missing step in the installation guide for proper configuration?

@kfdm
Copy link
Collaborator

kfdm commented Aug 19, 2019

I think I see the problem. Let me test a fix and get back to you.

kfdm added a commit to kfdm/promgen that referenced this issue Aug 19, 2019
- Change docker-entrypoint to use /bin/sh
- Leave mariadb-dev and postgressql-dev installed for shared libraries

Fixes line#173
kfdm added a commit to kfdm/promgen that referenced this issue Aug 20, 2019
- Change docker-entrypoint to use /bin/sh
- Leave mariadb-dev and postgressql-dev installed for shared libraries
- Fix alertmanager config

Fixes line#173
@kfdm kfdm closed this as completed in #174 Aug 20, 2019
kfdm added a commit that referenced this issue Aug 20, 2019
- Change docker-entrypoint to use /bin/sh
- Leave mariadb-dev and postgressql-dev installed for shared libraries
- Fix alertmanager config

Fixes #173

(cherry picked from commit eb7f0ea)
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

Successfully merging a pull request may close this issue.

2 participants