[Bug 1680050] Re: internal error: Process exited prior to exec: libvirt

2017-06-06 Thread Launchpad Bug Tracker
[Expired for qemu (Ubuntu) because there has been no activity for 60
days.]

** Changed in: qemu (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680050

Title:
  internal error: Process exited prior to exec: libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1680050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1680050] Re: internal error: Process exited prior to exec: libvirt

2017-04-07 Thread Joshua Powers
@apolitech thanks for following up on your solution! Given the error was:
'No such file or directory'
It makes me think that the path to the file was not escaped properly.

Spaces in names can at times not be handled well, if you have time still
and are willing trying to escape the space in the name might be worth
trying, but it is generally advisable to avoid spaces by not having them
or using '_' or '-'.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680050

Title:
  internal error: Process exited prior to exec: libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1680050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1680050] Re: internal error: Process exited prior to exec: libvirt

2017-04-06 Thread APolihron
find the problem. and from what i see it's a know one
Workaround-

1. Change the name of the file to a very simple one( windows.iso, ubuntu.iso)
2. Make sure the path of the iso contains no directory name with spaces.
3. It works :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680050

Title:
  internal error: Process exited prior to exec: libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1680050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1680050] Re: internal error: Process exited prior to exec: libvirt

2017-04-05 Thread APolihron
P.S the os is a fresh install!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680050

Title:
  internal error: Process exited prior to exec: libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1680050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1680050] Re: internal error: Process exited prior to exec: libvirt

2017-04-05 Thread APolihron
i get this error when trying to create a new vm for a new install of
windows 10

dpkg -S /usr/bin/kvm-spice
qemu-kvm: /usr/bin/kvm-spice


dpkg -l python-libvirt qemu-kvm virt-manager
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---=
ii  python-libvirt 3.0.0-2  amd64libvirt Python bindings
ii  qemu-kvm   1:2.8+dfsg-3 amd64QEMU Full virtualization
ii  virt-manager   1:1.3.2-3ubu all  desktop application for managing 


dpkd -S /usr/share/virt-manager/virtManager/asyncjob.py
No command 'dpkd' found, did you mean:
 Command 'dpid' from package 'dillo' (universe)
 Command 'dpkg' from package 'dpkg' (main)
dpkd: command not found


dpkg -S /usr/lib/python2.7/dist-packages/libvirt.py
python-libvirt: /usr/lib/python2.7/dist-packages/libvirt.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680050

Title:
  internal error: Process exited prior to exec: libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1680050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1680050] Re: internal error: Process exited prior to exec: libvirt

2017-04-05 Thread APolihron
dpkg -S /usr/share/virt-manager/virtManager/asyncjob.py
virt-manager: /usr/share/virt-manager/virtManager/asyncjob.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680050

Title:
  internal error: Process exited prior to exec: libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1680050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1680050] Re: internal error: Process exited prior to exec: libvirt

2017-04-05 Thread ChristianEhrhardt
Hi Apolihron,
thank you for your report and you help to make Ubuntu better.

I see you are running virt-manager which calls into ther libvirt python
bindings and then fails.

To understand what versions you really have around I'd ask you to report:
$ dpkg -S /usr/bin/kvm-spice
$ dpkd -S /usr/share/virt-manager/virtManager/asyncjob.py
$ dpkg -S /usr/lib/python2.7/dist-packages/libvirt.py
$ dpkg -l python-libvirt qemu-kvm virt-manager

The apparmor profile is generated when starting a guest and set in place for it.
But I wonder if that might just be something like an guest xml from another 
system and not all the required files around. The checks above will help.

Could you share the guest xml of the guest that is causing this?
If you don't have it you can get it with
$ virsh dumpxml 

Also where is the "Unable to complete install" coming from?
what is the actual command you were running so that one can try to reproduce?

** Changed in: qemu (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680050

Title:
  internal error: Process exited prior to exec: libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1680050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1680050] Re: internal error: Process exited prior to exec: libvirt

2017-04-05 Thread ChristianEhrhardt
** Summary changed:

- nternal error: Process exited prior to exec: libvirt
+ internal error: Process exited prior to exec: libvirt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680050

Title:
  internal error: Process exited prior to exec: libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1680050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs