Skip to content
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

OS X setup updates #773

Closed
Trott opened this issue Jun 27, 2017 · 3 comments
Closed

OS X setup updates #773

Trott opened this issue Jun 27, 2017 · 3 comments

Comments

@Trott
Copy link
Member

Trott commented Jun 27, 2017

setup/osx/README.md has our hosts at voxer, where we don't have hosts anymore, I don't think.

Additionally, consider adding the following launchctl commands so as to resolve nodejs/node#13527:

As user iojs:

launchctl unload -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist

(Or just run the second one as root, of course, rather than using sudo.)

This will disable the crash reporter. I doubt we ever look at the logs it creates or that we ever send them to Apple.

It's possible that this issue is specific to earlier versions of OS X and more recent versions may not need ReportCrash disabled like that for our test suite to pass. So, judgment call if we should just disable it all the time or if we want to take a more wait-and-see approach for MacStadium.
¯\(ツ)

@mhdawson
Copy link
Member

FYI for new OSX ansible scripts @gdams

@maclover7
Copy link
Contributor

cc @gdams, should this be issue be closed as part of the new OSX playbook?

@maclover7
Copy link
Contributor

Since we've moved to the new OSX Ansible playbooks, going on the hunch this has been solved. Please reopen if this appears again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants