-
Notifications
You must be signed in to change notification settings - Fork 166
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
release-nearform-macos10.15-x64-1 permission denied #2369
Comments
This arised after I restarted the agent which had been down since 9 jun! do we install monit on macs as part of ansible for auto restart of the agents? |
I don't think monit is the right solution for macos. I used to install a launcher profile on macos to let the system handle restarts but I don't see any evidence of that in Ansible now (this was pre-ansible for macos when I managed it all manually). There's an XML config you load into the system that auto-starts it on boot but will also auto-restart it when it dies if you set the right property in it. |
Something definitey go awry in the ansible scripts that machine doesnt have jenkins in launchctl, it used a start.sh which calls java directly: java -Xmx128m \
-jar /Users/iojs/slave.jar -secret REDACTED \
-jnlpUrl https://ci-release.nodejs.org/computer/release-nearform-macos10.15-x64-1/slave-agent.jnlp |
ive cleared up the workspace on the machine to remove the locked files |
hmmm, when I closed my terminal session it broke the connection for the agent again something is really not right with the setup. For now I will run it through the VM itself on the host and hope that connection stays up |
Turns out I forgot to plug my brain in when starting the agent, started it as the wrong user its now working |
https://ci-release.nodejs.org/job/iojs+release/nodes=osx1015-release-tar/6142/console
The text was updated successfully, but these errors were encountered: