We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have been transitioning from x86 Mac systems to the newer Apple M2/M3 systems and have started getting this error during Puppet runs:
Error: Could not prefetch user provider 'directoryservice': Invalid entropy given for user scanuser
"scanuser" is an account we create via Puppet - it is created normally on x86 systems, this error is new for the M2/M3 builds on Sonoma.
The same Puppet 'user' call is used for all macOS systems so it is confusing as to why these new systems are throwing this error.
I've got a debug run from one of the systems that I'm happy to share direct with someone from Puppet, I don't want to post it publicly here.
User gets created as normal
Run puppet agent
The text was updated successfully, but these errors were encountered:
Migrated issue to PA-6384
Sorry, something went wrong.
Link to a previous Slack conversation about this issue: https://puppetcommunity.slack.com/archives/C0W298S9G/p1711046916485449
You mentioned there that this isn't an issue with M1 and x86 machines, which I think is good to mention here too.
No branches or pull requests
Describe the Bug
We have been transitioning from x86 Mac systems to the newer Apple M2/M3 systems and have started getting this error during Puppet runs:
Error: Could not prefetch user provider 'directoryservice': Invalid entropy given for user scanuser
"scanuser" is an account we create via Puppet - it is created normally on x86 systems, this error is new for the M2/M3 builds on Sonoma.
The same Puppet 'user' call is used for all macOS systems so it is confusing as to why these new systems are throwing this error.
I've got a debug run from one of the systems that I'm happy to share direct with someone from Puppet, I don't want to post it publicly here.
Expected Behavior
User gets created as normal
Steps to Reproduce
Run puppet agent
Environment
The text was updated successfully, but these errors were encountered: