Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I checked ~/.libvirt* and ~/.config/libvirt*, non of them seem to contain config file of created VM, where is the config stored? I'm not running virt-manager as root user.

share|improve this question

2 Answers

up vote 7 down vote accepted

Oddly enough, under /etc/libvirt. virt-manager doesn't run as root, but it communicates with libvirtd that does.

share|improve this answer

virt-manager config is on

~/.gconf/apps/virt-manager/
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.