BuildForge agent Status: Functional failure
One of my agent lost the connection with the following error. Following the instruction in this post, I got this result. Any idea what's wrong?
Agent Version: 7.1.1.3-0-0034
https://jazz.net/forum/questions/57110/buildforge-agent-functional-failure-999
320 AUTH AuthOk["bldforge"]
|
2 answers
So what the agent does is store the commands to run in a tmp file, then execute the shell script and capture the output. What you're seeing is that script "/tmp/bf4zqhtO" is failing to execute (returning error code 13). That error code is permission denied. So you may have extended ACLs in use on the tmp filesystem that are preventing execution, the shell may be incorrect for your system, or there may be something else that is preventing the script from executing.
Edit the bfagent.conf, turn on the leave tmp files option, and check the shell option. The next time you try the above, it will leave behind the tmp file it tried to execute. Try executing it by hand as the user listed in the server_auth. This should get you more information.
|
I have found same issue.
##############################################################3 320 AUTH AuthOk["unity"] 320 SET EnvSet["BF_AGENT_VERSION","7.1.3.6-0-0006"] 320 SET EnvSet["BF_AGENT_PLATFORM","linux 3.10.0-221.ael7b.ppc64le #1 SMP Wed Jan 7 09:27:09 EST 2015"] 320 EXEC Locale["C"] 320 PTY Pty[*PtyPipe] 320 EXEC Locale["C"] 320 EXEC ExecShellPath["/bin/bash"] 300 HEARTBEAT 1 310 * EXEC: /bin/bash: 13 310 PLAT linux 3.10.0-221.ael7b.ppc64le #1 SMP Wed Jan 7 09:27:09 EST 2015 251 RESULT 13 260 EOR quit ##################################################### After doing even setting to store file in tmp/bf4zyyzO. The script could be sucessfully run by the users. What can be done next to debug issue further. ----------------------------------------------------------- One difference is it is powerpc lle : Linux c277-pkvm-vm8 3.10.0-221.ael7b.ppc64le #1 SMP Wed Jan 7 09:27:09 EST 2015 ppc64le ppc64le ppc64le GNU/Linux Red Hat Enterprise Linux Server release 7.1 Beta (Maipo) --------------------------------------------------------------------------- |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.