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

MacOS: install from docker ERROR: mkdir /host_mnt/private/var/db/timezone/tz/2023d.1.0: operation not permitted #428

Open
zhonghai2810 opened this issue Mar 23, 2024 · 2 comments

Comments

@zhonghai2810
Copy link

System info: Sonama 14.3

When install bisheng from docker-compose up, the minio/minio image shows error when starting up:

(HTTP code 500) server error - error while creating mount source path '/host_mnt/private/var/db/timezone/tz/2023d.1.0/zoneinfo/Asia/Shanghai': 
mkdir /host_mnt/private/var/db/timezone/tz/2023d.1.0: operation not permitted
@zhonghai2810
Copy link
Author

Solution:

The /private/var/db/timezone/tz/2023d.1.0/ directory contains the timezone data files used by macOS. These files include specific information about different timezones, such as the dates for daylight saving time transitions, and the offset from UTC. This directory private/var/db/timezone/tz/ cannot be manually modified.

My solution is to change the minio image tag used in docker-compose.yml from

image: minio/minio:RELEASE.2023-03-20T20-16-18Z

to

image: minio/minio:RELEASE.2024-03-21T23-13-43Z-cpuv1

minio docker service started successfully.

@yaojin3616
Copy link
Collaborator

thanks, we don't try it on MacOS. There may be work abnormal in some situation.

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

No branches or pull requests

2 participants