Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Unable to get mcConfigDir. #12641

@fhemberger

Description

@fhemberger

Using RELEASE.2021-07-08T01-15-01Z (linux-arm), I get the following startup error:

minio: <ERROR> Unable to get mcConfigDir. exec: "getent": executable file not found in $PATH.

So far I was only running minio on the host, but this message comes from the mc client, so I tried installing it as well (without any effect). But I'm not sure why the server component would pull that in at all.

RELEASE.2021-06-17T00-10-46Z works for me.

minio Version

RELEASE.2021-07-08T01-15-01Z

Host

Synology Diskstation 414 (NAS)

Linux DiskStation 3.2.40 #25556 SMP Thu Mar 4 17:57:56 CST 2021 armv7l GNU/Linux synology_armadaxp_ds414

Upstart Config

env PATH=/usr/local/bin:$PATH
env MINIO_ROOT_USER="********"
env MINIO_ROOT_PASSWORD="********"
env MINIO_PROMETHEUS_AUTH_TYPE="public"

exec /usr/local/bin/minio \
  --console-address ":9000" \
  --config-dir /minio/.minio \
  --certs-dir /minio/.minio/certs \
  server \
  /volume1/minio

Metadata

Metadata

Type

No type
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