Hello<br>I'm thinking to upgrade the libvirt to solve the problem as you said in your last mail.<br>But I've installed the package using "apt-get install" and I can''t get higher version of all the packages involves doing an upgrade in ubuntu (I'm using 10.04)<br>
Can you suggest-me "an easy" way to upgrate the libvirt?  <br>Thank you very much.<br>Marcela<br><br><br><br><div class="gmail_quote">2011/4/6 Eric Blake <span dir="ltr"><<a href="mailto:eblake@redhat.com">eblake@redhat.com</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On 04/06/2011 04:09 AM, Michal Novotny wrote:<br>
> Hi,<br>
> the interesting thing is the "Permission denied" message in the log file:<br>
><br>
> LC_ALL=C<br>
> PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin<br>
> QEMU_AUDIO_DRV=none /usr/bin/qemu-system-x86_64 -S -M pc-0.12<br>
> -enable-kvm -m 4096 -smp 4 -name chompi1 -uuid<br>
> 22f013aa-25d4-b317-9eac-b232692db8c7 -chardev<br>
> socket,id=monitor,path=/var/lib/libvirt/qemu/chompi1.monitor,server,nowait<br>
> -monitor chardev:monitor -boot c -drive<br>
> file=/home/radic/mvdata/imagenes/chompi1.img,if=ide,index=0,boot=on,format=raw<br>
> -drive if=ide,media=cdrom,index=2,format=raw -net<br>
> nic,macaddr=52:54:00:82:ce:80,vlan=0,model=virtio,name=virtio.0 -net<br>
> tap,fd=34,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial<br>
> chardev:serial0 -parallel none -usb -vnc <a href="http://0.0.0.0:0" target="_blank">0.0.0.0:0</a> -vga cirrus -incoming<br>
> exec:cat<br>
> char device redirected to /dev/pts/2<br>
> cat: -: Permission denied <== THIS ONE<br>
> load of migration failed<br>
><br>
> I don't know much about the internal libvirt design since libvirt is not<br>
> my primary space so I hope my e-mails from yesterday helped a little but<br>
> I'll leave the rest for libvirt guys since I'm not having any other<br>
> ideas what could be wrong there.<br>
<br>
</div>That's a weird error - cat is complaining that it can't read stdin,<br>
which is usually a symptom associated with SELinux permissions.  But you<br>
said earlier in this thread that you aren't using SELinux.  Are you<br>
using AppArmor?<br>
<br>
At any rate, does upgrading to libvirt 0.9.0 improve the situation?<br>
exec: migration has always been risky (there are various data races<br>
involved in coordinating multiple processes, where qemu is using popen()<br>
to manage the use or even opening the file), and so newer libvirt uses<br>
fd: migration (where the fd is already open, so we don't even have to<br>
worry about permissions from qemu's point of view).<br>
<div><div></div><div class="h5"><br>
--<br>
Eric Blake   <a href="mailto:eblake@redhat.com">eblake@redhat.com</a>    +1-801-349-2682<br>
Libvirt virtualization library <a href="http://libvirt.org" target="_blank">http://libvirt.org</a><br>
<br>
</div></div></blockquote></div><br>