mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-09 19:09:43 +00:00
finish virt-manager post
This commit is contained in:
parent
fd5c59dcf4
commit
bac0ad61ab
1 changed files with 12 additions and 1 deletions
|
@ -14,7 +14,7 @@ author: ""
|
|||
comment: false
|
||||
toc: false
|
||||
autoCollapseToc: false
|
||||
postMetaInFooter: false
|
||||
postMetaInFooter: true
|
||||
hiddenFromHomePage: false
|
||||
# You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright."
|
||||
contentCopyright: false
|
||||
|
@ -41,3 +41,14 @@ sequenceDiagrams:
|
|||
---
|
||||
|
||||
<!--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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue