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

kibana 7.14.0 bug Error response from daemon: OCI runtime create failed: #109064

Closed
zhujunjieit opened this issue Aug 18, 2021 · 5 comments
Closed
Labels
feedback_needed Team:Operations Team label for Operations Team

Comments

@zhujunjieit
Copy link

system in centos7.9:
error:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/rkhome/soft/conf/kibana.yml" to rootfs at "/usr/share/kibana/config/kibana.yml" caused: mount through procfd: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.

Provide logs (if relevant):

@pugnascotia pugnascotia transferred this issue from elastic/elasticsearch Aug 18, 2021
@botelastic botelastic bot added the needs-team Issues missing a team label label Aug 18, 2021
@kertal kertal added the Team:Operations Team label for Operations Team label Aug 18, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Aug 18, 2021
@kertal kertal added needs-team Issues missing a team label triage_needed labels Aug 18, 2021
@botelastic botelastic bot removed the needs-team Issues missing a team label label Aug 18, 2021
@jbudz
Copy link
Member

jbudz commented Aug 18, 2021

Can you share a little bit more info about your setup? Are you using the default docker image?

@zhujunjieit
Copy link
Author

Can you share a little bit more info about your setup? Are you using the default docker image?

Used image url is :https://hub.docker.com/layers/kibana/library/kibana/7.14.0/images/sha256-4826c5665c879272cb0fedb4e654d45dc16666b4f8df9c0850c511166acfb342?context=explore
System: centos7.9
OS/ARCH: linux/arm64/v8

@jbudz
Copy link
Member

jbudz commented Sep 7, 2021

I tried to reproduce this and was able to start the service on arm64. My config looked like this:

version: ‘2’
services:
  kibana:
    image: kibana:7.14.1
    volumes:
      - ./config/kibana.yml:/usr/share/kibana/config/kibana.yml

When I changed the bind source to a path that didn't exist - I was able to reproduce the issue. Can you verify that the user running docker has read access to kibana.yml?

@tylersmalley
Copy link
Contributor

@zhujunjieit, that image is not provided by us. Please use those provided at https://www.docker.elastic.co/.

Since this appears to be a Docker CLI issue, and not caused by the Kibana Docker Image I am going to close this issue. If you have questions or need help, please post to https://discuss.elastic.co/c/kibana.

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

No branches or pull requests

5 participants