You are not logged in.
Pages: 1
Hi guys!
So I've installed lxd and based on archwiki I tried
sudo lxd init
but it fails
When I run and print the preseed I get.
Would you like a YAML "lxd init" preseed to be printed? (yes/no) [default=no]: yes
config: {}
networks:
- config:
ipv4.address: auto
ipv6.address: auto
description: ""
name: lxdbr0
type: ""
storage_pools:
- config:
size: 100GB
description: ""
name: default
driver: btrfs
profiles:
- config: {}
description: ""
devices:
eth0:
name: eth0
network: lxdbr0
type: nic
root:
path: /
pool: default
type: disk
name: default
cluster: null
failed to mount /org/freedesktop/UDisks2/block_devices/loop0: GDBus.Error:org.freedesktop.UDisks2.Error.NotAuthorizedCanObtain: Not authorized to perform operation
What would be the cause of this? I tried to read from
https://wiki.archlinux.org/index.php/LXD
https://wiki.archlinux.org/index.php/Udisks
But cant figure out, nor the error give enough hints.
Offline
Pages: 1