Open maetl opened 9 years ago
agency -d behaves differently to agency when starting agents—agents never make it past the initial startup phase.
agency -d
agency
Steps to reproduce:
smithctl start {AgentName}
Transition [state]: :checked -> :starting
smithctl list -la
starting
0
1970/01/01 10:00:00
When starting an agent with agency running in the foreground, this problem doesn’t happen.
The agent tries to search the directory hierarchy from the current working directory for a config file but given that the agent has it's current working directory to / it can't find it.
/
agency -d
behaves differently toagency
when starting agents—agents never make it past the initial startup phase.Steps to reproduce:
agency -d
smithctl start {AgentName}
Transition [state]: :checked -> :starting
smithctl list -la
shows the agent asstarting
with pid0
and a date of1970/01/01 10:00:00
starting
agent remains in that state indefinitely and doesn’t time out.When starting an agent with
agency
running in the foreground, this problem doesn’t happen.