macmule
macmule
Thanks @tianon Seems to have helped find an issue, at least! ``` + mkdir -p /var/lib/mysql/ /var/lib/mysql-files /var/run/mysqld /var/log/mysql /var/lib/mysql mkdir: cannot create directory '/var/lib/mysql-files': Permission denied ``` I'm going...
Ok, after creating the dirs and making the prior mentioned change.. still sticking, and log below: ``` Running /usr/local/bin/docker-entrypoint.sh... + set -eo pipefail + shopt -s nullglob + _verboseHelpArgs=(--verbose --help...
If I'm reading the [entrypoint.sh](https://github.com/docker-library/mysql/blob/master/docker-entrypoint.sh) right, the above means we should be good.. as we're at the end of the _main() function: https://github.com/docker-library/mysql/blob/master/docker-entrypoint.sh#L407-L411
Thanks @yosifkit, it seems that the pod might not be running long enough for the logs to be sent to our SIEM.. I have made a change and can see...
@Prodeguerriero maybe? https://github.com/autopkg/autopkg/wiki/FAQ#every-time-i-run-a-recipe-it-downloads-something-even-if-it-didnt-change-why
You’ll need to use another Python 3.. as the Apple Python 3 has issues with the ObjC binding. Maybe try the macadmins python. On Mon, 13 Feb 2023 at 22:49,...
> My use case is that I'm feeding the output of the CCP into PkgCreator (so that I get flat pkg out) and it isn't at all impressed with a...
Seeing this now too
Just hit this again.. re-adding L168 and L176 allowed me to progress..
The following simple .download recipe can trigger this error: [MplusDemo.download.recipe.zip](https://github.com/autopkg/autopkg/files/12282015/MplusDemo.download.recipe.zip) I'm presuming due to the HTML's encoding: ``` ``` Ah,.,. waiting one a release - https://github.com/autopkg/autopkg/commit/d7cf6204609a4e9b6289db06cebfc84ad68a2709