-
Notifications
You must be signed in to change notification settings - Fork 61
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
M1 Issues with utilities.sh #323
Comments
This literally started for me yesterday, too! I think it coincided with me upgrading to v4.16.2 Did you do the Docker for Mac update recently? |
Yeah, I have the same version. |
Looks like other projects are seeing similar things (e.g. itzg/docker-minecraft-server#1926) but this seems to be very much a corner case. I rolled back to 4.16.1 by downloading and replacing my Docker application with the one available here https://docs.docker.com/desktop/release-notes/#4161 and that didn't solve the problem. Switching to gRPC Fuse instead of VirtioFS worked! @DonRichards maybe you'll test I'll post a warning on Slack about this so others don't trip up on this. |
Thanks for the warning. Do we happen to know if Intel macs are similarly affected? |
@aOelschlager and I tried to add a warning on the Islandora docs about this issue for mac users, but the docs did not rebuild. We will look at the docs again next week. |
Closing, no longer experiencing any issues. |
We're still seeing issues with |
Can this issue be closed? Sounds like it is not an issue for modern isle-buildkit tags? |
Yes, I believe so |
I’m seeing an irregularity that only happens on my M1 Mac but not on my Ubuntu machine. And I think it’s associated with utilities.sh file. Specifically when the
$(MAKE) drupal-database update-settings-php
is called. It changes the permissions of settings.php to 400 and doesn’t allow Flysystem to chmod it. This doesn’t happen on the other machine, and I assume it has something to do with the fact that Mac users might not translate to 1000 user ID.The text was updated successfully, but these errors were encountered: