lxd_troubleshooting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lxd_troubleshooting [2020/10/11 12:05] – neoon | lxd_troubleshooting [2021/11/25 22:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Network | + | === Process |
+ | Lookup the container who runs this process | ||
+ | grep -rn pid / | ||
+ | |||
+ | === Storage === | ||
+ | Error: The ‘default’ profile cannot be deleted | ||
+ | printf ' | ||
+ | |||
+ | Existing Parition, create new lvm storage pool | ||
+ | pvcreate /dev/sda2 | ||
+ | lxc storage create myPool lvm source=/ | ||
+ | |||
+ | === Network | ||
lxc network create vmbr03 | lxc network create vmbr03 | ||
Error: Unable to kill dnsmasq: Could not kill process: os: process not initialized | Error: Unable to kill dnsmasq: Could not kill process: os: process not initialized |
lxd_troubleshooting.1602417942.txt.gz · Last modified: 2021/11/25 22:43 (external edit)