Skip to content

Commit dcc9e5e

Browse files
authored
Merge pull request #1613 from oasisprotocol/peternose/trivial/sandbox-error
docs/node/run-your-node: Add another error for Bubblewrap failure
2 parents 68a151f + 1f7b416 commit dcc9e5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/node/run-your-node/paratime-node.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,12 @@ If the environment in which you are running the ParaTime node applies too restri
354354
{"level":"warn","module":"runtime","msg":"bwrap: Failed to mount tmpfs: Permission denied","runtime_id":"000000000000000000000000000000000000000000000000f80306c9858e7279","runtime_name":"sapphire-paratime","ts":"2023-03-06T10:08:51.983330021Z"}
355355
```
356356

357+
or a sandbox error, like:
358+
359+
```json
360+
{"caller":"host.go:495","err":"failed to spawn sandbox: sandbox: failed to copy bound data to sandbox: write |1: i/o timeout","level":"error","module":"runtime/host/sgx","msg":"failed to start runtime","runtime_id":"000000000000000000000000000000000000000000000000f80306c9858e7279","ts":"2025-12-16T22:40:58.109093494Z"}
361+
```
362+
357363
In case of `bwrap` issues you need to adjust your Seccomp or AppArmor profiles to support Bubblewrap sandboxes. In Docker you can set or disable Seccomp and AppArmor profiles with parameters:
358364

359365
```

0 commit comments

Comments
 (0)