-
-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
IncompleteWaiting on more information from reporterWaiting on more information from reporter
Description
When running incus list
, containers display correctly but VMs show ERROR state while still being operational. Investigation showed missing log directories caused these errors.
Steps to reproduce:
- Run
incus list
- VMs show ERROR state - Check specific VM status:
incus info <vm-name> --show-log
- Observe error:
open /var/log/incus/<vm-name>/qemu.log: no such file or directory
Fix:
- Created missing VM-specific directories under /var/log/incus/
- Changed /var/log/incus ownership from root:root to root:incus-admin
Additional testing needed to confirm if ownership change was necessary or if missing directories were the sole cause.
Incus version: 6.8
Host OS: Debian 12
Metadata
Metadata
Assignees
Labels
IncompleteWaiting on more information from reporterWaiting on more information from reporter