#Exec system is completely frozen

1 messages · Page 1 of 1 (latest)

coral saddle
#

The agent is reporting that the system is completely frozen. Every command is timing out. It can’t run anything until it recovers. Every time I send a message it seems to cost a lot of money just to send me back a response.

cloud nymphBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> âś… Mark Solution

halcyon cragBOT
#

Stop sending messages to the agent for a minute — if tools are timing out, each “try again” can burn tokens without making progress.

To debug “exec/system frozen”, we need to separate gateway health vs tool/node health. Can you paste the output of these (in order) as code blocks?

  1. openclaw --version
  2. openclaw status --all
  3. openclaw gateway probe
  4. openclaw gateway status (looking for RPC probe: ok)
  5. openclaw doctor
  6. openclaw channels status --probe
  7. If you use nodes for exec: openclaw nodes status
  8. openclaw logs --follow (grab ~30 lines around the timeouts)

Docs ladder (same checklist): https://docs.openclaw.ai/help/troubleshooting and deep runbook: https://docs.openclaw.ai/gateway/troubleshooting

Immediate “get unstuck” actions that are usually safe:

  • If gateway status is unhealthy or CLI calls hang: openclaw gateway restart
#
  • If you’re on a VPS / long-running host and it’s still wedged after restart: a full machine reboot has a surprisingly high success rate for clearing stuck state.

On the cost issue: once we have it responding again, set up a cheap “fast chat” agent and keep the expensive model for heavy work (docs section):
https://docs.openclaw.ai/help/faq#can-i-run-a-fast-chat-agent-and-an-opus-for-coding-agent

Send the outputs and I’ll tell you exactly which branch you’re in (gateway unreachable vs channels/pairing vs node/exec stuck).

coral saddle
#

Can I not send the answers in a file?

#

There’s too many characters

#
  1. johnny-mangual@johnny-mangual-HP-EliteDesk-800-G2-DM-65W:~$ openclaw --version
    2026.2.19-2
#

I don’t know how I’m supposed to get all the info in here to be honest