finish virt-manager post

This commit is contained in:
GNUxeava 2022-04-02 06:25:12 +05:30
parent fd5c59dcf4
commit bac0ad61ab

View file

@ -14,7 +14,7 @@ author: ""
comment: false comment: false
toc: false toc: false
autoCollapseToc: false autoCollapseToc: false
postMetaInFooter: false postMetaInFooter: true
hiddenFromHomePage: false hiddenFromHomePage: false
# You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright." # You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright."
contentCopyright: false contentCopyright: false
@ -41,3 +41,14 @@ sequenceDiagrams:
--- ---
<!--more--> <!--more-->
```
error: Requested operation is not valid: network 'default' is not active
```
## Fix
Run as root
```bash
virsh net-autostart default
virsh net-start default
```