Description
Enable Dreaming doesn't work in NemoClaw, possibly because of Docker ownership misconfiguration.
Reproduction Steps
Follow the official NemoClaw setup guide on DGX Spark.
After accessing the UI via http://127.0.0.1:18789/#token=<long-token-here> in Step 8, go to Dreaming in the left menu and try to enable it by clicking the Dreaming Off button in the upper right corner. This leads to an error message:
GatewayRequestError: Error: EACCES: permission denied, open '/sandbox/.openclaw/openclaw.json.299.2daa7154-e325-4ca7-b195-014b9a9013ca.tmp': code=EACCES
Environment
uname -a
cat /etc/os-release
node -v
npm -v
docker version --format '{{.Server.Version}}'
docker info --format '{{.OperatingSystem}} {{.KernelVersion}}'
nemoclaw --version
openshell --version
nvidia-smi --query-gpu=name,driver_version,memory.total --format=csv,noheader
ollama --version
ss -ltnp | head -n 20
Linux spark-13fa 6.17.0-1014-nvidia #14-Ubuntu SMP PREEMPT_DYNAMIC Tue Mar 17 19:01:40 UTC 2026 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 24.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.4 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
v22.22.2
10.9.7
29.2.1
Ubuntu 24.04.4 LTS 6.17.0-1014-nvidia
nemoclaw v0.0.29
openshell 0.0.36
NVIDIA GB10, 580.142, [N/A]
ollama version is 0.21.2
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:*
LISTEN 0 4096 127.0.0.54:53 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:2379 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:2380 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:2381 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:2382 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:631 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:11000 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:10256 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:10257 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:10258 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:10259 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:10248 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:10249 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:10010 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:9098 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:9099 0.0.0.0:*
LISTEN 0 128 127.0.0.1:18789 0.0.0.0:*
LISTEN 0 4096 0.0.0.0:22 0.0.0.0:*
Debug Output
Logs
Checklist
Description
Enable Dreaming doesn't work in NemoClaw, possibly because of Docker ownership misconfiguration.
Reproduction Steps
Follow the official NemoClaw setup guide on DGX Spark.
After accessing the UI via
http://127.0.0.1:18789/#token=<long-token-here>in Step 8, go to Dreaming in the left menu and try to enable it by clicking the Dreaming Off button in the upper right corner. This leads to an error message:GatewayRequestError: Error: EACCES: permission denied, open '/sandbox/.openclaw/openclaw.json.299.2daa7154-e325-4ca7-b195-014b9a9013ca.tmp': code=EACCESEnvironment
Debug Output
Logs
Checklist