Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Unable to migrate guest: unsupported configuration: Only the first console can be a serial port
  2.  
  3. Traceback (most recent call last):
  4. File "/usr/share/virt-manager/virtManager/asyncjob.py", line 89, in cb_wrapper
  5. callback(asyncjob, *args, **kwargs)
  6. File "/usr/share/virt-manager/virtManager/migrate.py", line 437, in _async_migrate
  7. meter=meter)
  8. File "/usr/share/virt-manager/virtManager/domain.py", line 1608, in migrate
  9. self._backend.migrate3(libvirt_destconn, params, flags)
  10. File "/usr/lib/python2.7/dist-packages/libvirt.py", line 1542, in migrate3
  11. if ret is None:raise libvirtError('virDomainMigrate3() failed', dom=self)
  12. libvirtError: unsupported configuration: Only the first console can be a serial port
  13.  
  14. ...
  15. <console type='pty' tty='/dev/pts/2'>
  16. <source path='/dev/pts/2'/>
  17. <target port='0'/>
  18. </console>
  19. <console type='pty' tty='/dev/pts/2'>
  20. <source path='/dev/pts/2'/>
  21. <target port='0'/>
  22. </console>
  23. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement