You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Yuqi Gu (Jira)" <ji...@apache.org> on 2020/05/07 14:05:02 UTC

[jira] [Resolved] (BIGTOP-3354) Dockers fail to start with Ubuntu18.04 images in Provisioner

     [ https://issues.apache.org/jira/browse/BIGTOP-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuqi Gu resolved BIGTOP-3354.
-----------------------------
    Resolution: Abandoned

> Dockers fail to start with Ubuntu18.04 images in Provisioner
> ------------------------------------------------------------
>
>                 Key: BIGTOP-3354
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3354
>             Project: Bigtop
>          Issue Type: Bug
>          Components: docker
>            Reporter: Yuqi Gu
>            Assignee: Yuqi Gu
>            Priority: Major
>
> Dockers fail to start with Ubuntu18.04 images in Provisioner
> config.yaml:
> {code:java}
> docker:
>         memory_limit: "4g"
>         image:  "bigtop/puppet:trunk-ubuntu-18.04"
> repo: "http://repos.bigtop.apache.org/releases/1.4.0/ubuntu/16.04/$(ARCH)"
> distro: debian
> components: [logstash]
> enable_local_repo: true
> smoke_test_components: [logstash]
> {code}
> Deploy container:
> {code:java}
> $ cd provisioner/docker/
> $ ./docker-hadoop.sh -C config.yaml -c 1 -s
> {code}
> Log:
> {code:java}
> ERROR: for 20200507183507r24835_bigtop_1  Cannot start service bigtop: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/sbin/init\": stat /sbin/init: no such file or directory": unknown
> ERROR: for bigtop  Cannot start service bigtop: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/sbin/init\": stat /sbin/init: no such file or directory": unknown
> ERROR: Encountered errors while bringing up the project.
> [LOG] Docker container(s) startup failed!
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)