#Help installing Whonix on virt-manager

1 messages · Page 1 of 1 (latest)

serene iron
#

Help installing Whonix on virt-manager

glossy thorn
#

??is this anything to do with secureblue?

twin musk
#

that said, if this is about whonix not working in virt manager, and not about setting up virt manager on secureblue, then @glossy thorn is correct in that this is a question better suited for the whonix forums

mossy kindle
#

so if you were following a different guide maybe try this ^ instead

mossy kindle
#

oh I think this is a bug with group management in Fedora Atomic, you need to add the group manually to /etc/group first

#

so you can run getent group | grep libvirt to get the entry that should be there, add your username to the end of it, and put the line in /etc/group

mossy kindle
#

if you open a root shell using run0 and run the following command:

virsh -c qemu:///system net-list

what's the output?

#

oh actually if you've added yourself to the libvirt group you might not need to do it from a root shell

#

so you can just run it from a regular terminal, and if that doesn't work then try running it in a root shell

mossy kindle
#

no, I just meant for the virsh command

#

so what this shows is that you haven't imported the Whonix virtual networks. when I run the same command, here's the output:

 Name              State    Autostart   Persistent
----------------------------------------------------
 default           active   yes         yes
 Whonix-External   active   yes         yes
 Whonix-Internal   active   yes         yes
#

except since you've added yourself to the libvirt group, I don't think you need to run those commands as root, so remove sudo from the commands they give

#

if you did need to run them as root, you'd want to open a root shell using run0 and run the commands in there, rather than prepending run0 to each command individually—the latter approach runs into problems with SELinux, it's currently a known issue with run0