DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 22 forks source link

Error message while initializing minio #189

Open tdutrion opened 5 years ago

tdutrion commented 5 years ago

Current Behavior

While installing the project through the make install command, the following error message is displayed:

Removing minio/events/photos/. mc: Unable to make bucket minio/events. Your previous request to create the named bucket succeeded and you already own it. Access permission for minio/events is set to download

How to reproduce scenario

Clone the project, then run make install and look at the output.

Expected behavior

No error should be displayed.

Possible solutions

Nothing yet.

darkterreur commented 4 years ago

I can not reproduce the bug. I just have

dded minio successfully. mc: Failed to remove minio/events recursively. Bucket events does not exist. Bucket created successfully minio/events. Access permission for minio/events is set to download

it's normal behavior for me

tdutrion commented 4 years ago

I believe we should not see mc: Unable to make bucket minio/events. Your previous request to create the named bucket succeeded and you already own it.

darkterreur commented 4 years ago

Sorry, I can not reproduce this error. I made several tries, I make a new clone. I destroy my existing container and run the make install command. I do not encounter the error message at any time, mc: Unable to make bucket minio/events. Your previous request to create the named bucket succeeded and you already own it I have to miss something.