-
Notifications
You must be signed in to change notification settings - Fork 201
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
Could not find a binary for md5sum #387
Comments
It looks like for Mojave, Full Disk Access prevents you from changing system files (which includes privacy related data as well as system configuration like the crontabs). https://stackoverflow.com/a/52590601/1830601 In order to resolve the error, I also had to change line 86 of scheduler_cron.sh from |
After enabling Full Disk Access for Mojave and updating the path for md5sum, the error for md5sum stopped but I began getting the following error:
Changing the host value from localhost to 127.0.0.1 in local.xml resolved this error and cron seems to now be working. |
I ended up copying the contents of scheduler_cron.sh to a new file named local_scheduler_cron.sh in the root of Magento, making the above changes, added the new local file to my .gitignore, and modified my local crontab to call the local bash script instead. Now it's working locally and on our development and production instances. |
Hello - I'm trying to configure the cron to run locally on my Mac using Valet Plus. I am emailing myself via the crontab and continue to get the error "Could not find a binary for md5sum." Not sure how to resolve. I have installed md5sum.
Using Valet Plus for my local environment, Mac is on Mojave 10.14.2. Thanks for your time.
The text was updated successfully, but these errors were encountered: