Replies: 2 comments 1 reply
-
Update, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Having the same issue, also on a Mac mini
But then trying to start results in the error
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am having issues with a rather old Mac mini (don't ask :) ) we cant get the agent to run as a service.
mac is using Monterey.
We are using on prem Azure Devops 2022 server I have tried the version shipped with the server & 3.220.5 from this page am I doing some thin wrong?
Error:
mac:myagent mte.build$ ./svc.sh start starting vsts.agent.azdev.Engines_Mac_intel.mac Failed: failed to load /Users/mte.build/Library/LaunchAgents/vsts.agent.azdev.Engines_Mac_intel.mac.plist
The plist file is there and was generated from the config.sh file using unattended we can run it interactively using run.sh but this isn't ideal
Installation Steps:
cd ~/Downloads/ wget https://vstsagentpackage.azureedge.net/agent/3.220.5/vsts-agent-osx-x64-3.220.5.tar.gz cd ~/ mkdir myagent cd myagent tar xzf ~/Downloads/vsts-agent-osx-x64-3.220.5.tar.gz ./config.sh --unattended --url <devOps instance> --auth pat --token <insert Token> --pool "<insert Pool name>" sudo ./svc.sh install sudo ./svc.sh start sudo ./svc.sh status
Beta Was this translation helpful? Give feedback.
All reactions