FatmanUK / dreamtrack23

Minimal home automation platform.
0 stars 0 forks source link

[BUG] Prod bridge config not set up #29

Closed FatmanUK closed 10 months ago

FatmanUK commented 10 months ago

Fix in a san role.

failed to communicate with bridge helper: stderr=failed to parse default acl file `/etc/qemu/bridge.conf'
: Transport endpoint is not connected

[fatman@vlissides ~]$ more /etc/qemu/bridge.conf
more: cannot open /etc/qemu/bridge.conf: No such file or directory

❯ more /etc/qemu/bridge.conf
allow virbr0
-rw-r----- 1 root kvm 13 Aug 28  2021 /etc/qemu/bridge.conf
drwxr-xr-x 2 root root 4096 Aug 28  2021 /etc/qemu
[fatman@helm ~]$ sudo chmod 0755 /etc/qemu
[fatman@helm ~]$ sudo chmod 0644 /etc/qemu/bridge.conf
FatmanUK commented 10 months ago

Workaround implemented, but needs implementing in a playbook.