less big rename
This commit is contained in:
22
computery_stuff/libvirt.md
Executable file
22
computery_stuff/libvirt.md
Executable file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
author: Alvie Rahman
|
||||
date: \today
|
||||
title: libvirt
|
||||
tags: [ linux, virtualisation ]
|
||||
---
|
||||
|
||||
# issues
|
||||
|
||||
## default network is not running
|
||||
|
||||
```bash
|
||||
# virsh net-start default
|
||||
```
|
||||
|
||||
## `no polkit agent available to authenticate action 'org.libvirt.unix.manage'`
|
||||
|
||||
add user to `libvirt` group
|
||||
|
||||
```bash
|
||||
usermod -a -G libvirt user
|
||||
```
|
Reference in New Issue
Block a user