Solutions to errors you may hit while running the iii engine and workers.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add iii-hq/iii --skill docs --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Docs?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/iii-hq-docs-2553c607)More formats (shields.io, HTML) on the badges page.
<!-- generated by iii-skill-render. DO NOT EDIT (changes here are overwritten on the next render). Edit docs/next/troubleshooting.mdx. -->
# Troubleshooting
Solutions to errors you may hit while running the iii engine and workers.
## `KVM not accessible`
Workers boot inside a microVM that needs read/write access to `/dev/kvm`. On Linux hosts where your
user is not in the `kvm` group (common on WSL2), starting a worker fails with `KVM not accessible`.
Add your user to the `kvm` group:
```bash
sudo usermod -aG kvm $USER
```
Then restart your session so the new group membership applies. On WSL2, run `wsl --shutdown` from a
Windows terminal and reopen your distribution.
<Info>For why workers run in microVMs, see [Engine](./understanding-iii/engine).</Info>
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!