Skip to content

/usr/local/bin/supervisord: No such file or directory #265

Description

@cudeso

Hello,

I'm getting the below error when starting the containers.

/entrypoint.sh: line 80: /usr/local/bin/supervisord: No such file or directory

This is on a new RHEL88 machine, to avoid previous overlays/configs to get in the way. After installation Python 3.12, pip and podman were installed. It's using a default .env (copied from template.env, apart from changing the BASE_URL and MYSQL settings, and setting CORE_FLAVOR=full and MODULES_FLAVOR=full nothing is changed). Using the same .env file on Ubuntu24 builds just fine. Installation is done as root, to avoid permission issues.
It's using podman-compose version 1.4.0 (latest available is 1.4.1) and podman version 4.9.4-rhel.

From what I can tell from the build log, it's ignoring the "supervisor" (from https://github.com/MISP/misp-docker/blob/master/core/Dockerfile#L180). Seems other modules are added correctly, except not supervisor.

Building was done with PODMAN_COMPOSE_VERBOSE=1 podman compose build | tee build.log. After building the images, it also show some incomplete (?) images, but there were no -as far as I can check- build errors.

I'm a bit at a loss what's causing this problem. Do you have any good hints where to look for to solve this?

Incomplete images

REPOSITORY                             TAG                 IMAGE ID      CREATED       SIZE
ghcr.io/misp/misp-docker/misp-core     latest              27d2dcddf05d  10 hours ago  1.23 GB
<none>                                 <none>              0fef57aa5229  10 hours ago  1.74 GB
ghcr.io/misp/misp-docker/misp-modules  latest              aee43dcb3d9f  10 hours ago  1.42 GB
<none>                                 <none>              ca895e52b5d7  10 hours ago  876 MB
<none>                                 <none>              f33629ea38de  10 hours ago  624 MB
<none>                                 <none>              9e55a7ff8921  10 hours ago  381 MB
docker.io/valkey/valkey                7.2                 d679fcbee012  3 weeks ago   114 MB

Commands issued afer installation

subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms
dnf install git-core
dnf install python3.12
dnf install python3.12-pip.noarch
alternatives --config python3
pip3 install podman-compose
dnf install podman

build.log is attached
build.log

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions