Installed systemd service: /home/wpsze/.config/systemd/user/openclaw-gateway.service Systemd lingering is disabled for wpsze. Run: sudo loginctl enable-linger wpsze
Agents: main (default) Heartbeat interval: 30m (main) Session store (main): /home/wpsze/.openclaw/agents/main/sessions/sessions.json (0 entries) Tip: run `openclaw configure --section web` to store your Brave API key for web_search. Docs: https://docs.openclaw.ai/tools/web ✓ Installed web search plugin
Starting your assistant — this may take a moment...
Starting gateway...
✓ OpenClaw is running
Open the Web UI: http://localhost:18789/#token=ce2cbf5d6ccc9f420af727c53ffb213563802bb128013d0a
Quick start: /help see all commands openclaw configure --section channels connect WhatsApp, Telegram, etc. openclaw skills browse and install skills The OpenClaw gateway is running in the background. Stop it with: openclaw gateway stop 🦞 OpenClaw 2026.4.2 (d74a122) — If you're lost, run doctor; if you're brave, run prod; if you're wise, run tests. openclaw tui - ws://127.0.0.1:18789 - agent main - session main Wake up, my friend! run error: 500 {"error":"model requires more system memory (9.8 GiB) than is available (8.1 GiB)"} gateway connected | error agent main | session main (openclaw-tui) | ollama/gemma4:e2b | tokens ?/131k
Error
error EACCES: permission denied
The error EACCES: permission denied when running ollama launch openclaw typically occurs because the command tries to install or write to directories (like /usr/lib/node_modules or /home/node/.openclaw) without the necessary user permissions.
Fix Global NPM Permissions (Recommended)This is the most common cause on macOS and Linux. If Ollama attempts to install OpenClaw globally using npm, it may lack write access to the system folder.
Solution: Change the ownership of the npm directory to your current user so you don't need sudo.
1
sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
For example
local (computer) fails to run any local model
apply kimi-k2.5:cloud
ollama has free cloud usage for session and weekly
Build WRF/WPS
1 2 3
under /home/wpsze/Documents/WRF, 1. build WRF from https://github.com/wrf-model/WRF/tree/v4.7.0 2. use micromamba to build env for WRF env
1 2 3
1. microamamba activate /home/wpsze/micromamba/envs/wrf-build 2. use /home/wpsze/Documents/WRF/WRF 3. build WPS from https://github.com/wrf-model/WPS/tree/v4.5 on folder /home/wpsze/Documents/WPS