Hi, this is my first post in here, I looked for the archives in the past 3 months and wasn't able to solve my problem, and almighty google couldn't help me either. I couldn't find a search tool in the mail list archives, so I'm asking here: <br>

<br>I can't migrate a VM, either in virt-manager or virsh. I tried virt-manager 0.8.5 and 0.8.6 (compiled this morning), and I don't know virsh version returns these informations: Compiled using lib: libvir 0.8.2, Using lib: libvir 0.8.2, Using API: QEMU 0.8.2, running Hypervisor: QEMU 0.12.3.<br>

<br>In virt-manager, I right-click a running VM (since the option is grey to VMs that aren't running), click on Migrate and get the following error message, no mather what checkboxes I check: <br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">

Unable to migrate guest: internal error Process exited while reading console log output: char device redirected to /dev/pts/0<br>qemu: could not open disk image /var/lib/libvirt/images/debianmini.img: No such file or directory<br>

<br>Details: Unable to migrate guest: internal error Process exited while reading console log output: char device redirected to /dev/pts/0<br>qemu: could not open disk image /var/lib/libvirt/images/debianmini.img: No such file or directory<br>

<br>Traceback (most recent call last):<br>  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 45, in cb_wrapper<br>    callback(asyncjob, *args, **kwargs)<br>  File "/usr/share/virt-manager/virtManager/migrate.py", line 523, in _async_migrate<br>

    vm.migrate(dstconn, migrate_uri, rate, live, secure, meter=meter)<br>  File "/usr/share/virt-manager/virtManager/domain.py", line 1141, in migrate<br>    self._backend.migrate(destconn.vmm, flags, newname, interface, rate)<br>

  File "/usr/lib64/python2.6/site-packages/libvirt.py", line 518, in migrate<br>    if ret is None:raise libvirtError('virDomainMigrate() failed', dom=self)<br>libvirtError: internal error Process exited while reading console log output: char device redirected to /dev/pts/0<br>

qemu: could not open disk image /var/lib/libvirt/images/debianmini.img: No such file or directory<br></blockquote><br>Ops, there's on checkbox that changes this behavior: If I check the option Tunnel migration through libvirt daemon, the system crashes.<br>

<br>Using virsh, if I try a syntax like "migrate --persistent --undefinesource --copy-storage-all --domain debianmini --desturi qemu+ssh://<a href="http://root@192.168.1.4/system">root@192.168.1.4/system</a> --dname ldapequenes", I get this error message: <br>

<br><blockquote>erro:internal error Process exited while reading console log output: char device redirected to /dev/pts/0<br>qemu: could not open disk image /var/lib/libvirt/images/debianmini.img: No such file or directory<br>

</blockquote><br>I tried different syntaxes in virsh, with and without live VMs, with and without --copy-storage. Other example: migrate --persistent intra qemu+ssh://<a href="http://192.168.1.4/system?no_verify=1">192.168.1.4/system?no_verify=1</a>, to get the message: <br>

<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">erro:internal error Process exited while reading console log output: char device redirected to /dev/pts/0<br>

qemu: could not open disk image /opt/intra.img: No such file or directory<br></blockquote><br>What am I doing wrong? My /opt directory is a pool in virt-manager, and it's also configured in the destination host, mounted in /media/opt067 and added as a storage pool. I already tried the ugly and despaired chmod -R 777 /opt, but it didn't work. :lol:<br>

<br>Sorry for my broken english. =]<br>