Hello, On Ubuntu 9.04 (libvirt 0.6.1-0ubuntu5.1) I have 2 different network files: root at sauron:~# ls -l `locate default.xml` lrwxrwxrwx 1 root root 14 2010-02-13 12:34 /etc/libvirt/qemu/networks/autostart/default.xml -> ../default.xml -rw-r--r-- 1 root root 373 2010-03-01 00:02 /etc/libvirt/qemu/networks/default.xml -rw------- 1 root root 319 2010-03-01 00:04 /var/lib/libvirt/network/default.xml Modifications I do on the /etc file are ignored (I'd like to modify the dhcp range and set fixed ips to VM mac addresses). I don't understand why this file is there, as it seems ignored by everything, and why the autostart symlink points to it instead of the /var/lib/libvirt one. Is it reasonable to symlink (or hardlink if possible) one file to the other? Or to remove the /etc file and point the autostart to the /var file? Also, does the autostart do something? because it's pointing to the ignored file. thanks, carlos. -- Si no puedes deslumbrar con tu sabidur?a, desconcierta con tus gilipolleces -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100301/c6afe9d9/attachment.htm>
Hello again, 2010/3/1 carlos campderr?s <gilipollas.desconcertante at gmail.com>> Is it reasonable to symlink (or hardlink if possible) one file to the > other? Or to remove the /etc file and point the autostart to the /var file? > Also, does the autostart do something? because it's pointing to the ignored > file. >Now I see that the contents of both files are different, so I suppose that linking one to another wouldn't work. So, in short, what's the purpose of /etc/libvirt/qemu/networks/default.xml? thanks again, carlos. -- Si no puedes deslumbrar con tu sabidur?a, desconcierta con tus gilipolleces -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100301/ea2322fc/attachment.htm>