generated from PoCInnovation/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
❯ virsh -c qemu:///system start b963c3a4-b828-44a8-afb8-ffdb53da0f1e
error: Failed to start domain 'b963c3a4-b828-44a8-afb8-ffdb53da0f1e'
error: Requested operation is not valid: network 'default' is not active
- The default network should be started by default
The following command fixes the issue
virsh -c qemu:///system net-start default
Reactions are currently unavailable