[Bug 556315] Re: problem with operations on qemu/kvm guest

2013-02-28 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/556315

Title:
  problem with operations on qemu/kvm guest

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 556315] Re: problem with operations on qemu/kvm guest

2011-01-17 Thread Karolis Labrencis
** Changed in: libvirt (Ubuntu)
   Status: Expired = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/556315

Title:
  problem with operations on qemu/kvm guest

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 556315] Re: problem with operations on qemu/kvm guest

2010-12-07 Thread Launchpad Bug Tracker
[Expired for libvirt (Ubuntu) because there has been no activity for 60
days.]

** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/556315

Title:
  problem with operations on qemu/kvm guest

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 556315] Re: problem with operations on qemu/kvm guest

2010-06-25 Thread Serge Hallyn
This appears to be a devices cgroup problem.  Are you using libcgroup?  If
so can you give is the contents of /etc/cgconfig.conf?

Can you look through /var/log/libvirt/qemu/ for any meaningful error
messages?

Also please give us the output of
cat /proc/mounts
cat /proc/cgroups
and just for a baseline
cat /proc/self/cgroup
for p in `pidof qemu`; do
cat /proc/$p/cgroup
done
for p in `pidof kvm`; do
cat /proc/$p/cgroup
done

Finally, /etc/libvirt/qemu.conf will control how it tries to
use cgroups, so please paste the contents of that file.  As a
workaround, you should be able to try putting:

cgroup_controllers = [ ]

in /etc/libvirt/qemu.conf, to keep libvirt from using cgroups at
all.


** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

-- 
problem with operations on qemu/kvm guest
https://bugs.launchpad.net/bugs/556315
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 556315] Re: problem with operations on qemu/kvm guest

2010-04-21 Thread Jamie Strandboge
** Changed in: libvirt (Ubuntu)
   Status: Incomplete = New

-- 
problem with operations on qemu/kvm guest
https://bugs.launchpad.net/bugs/556315
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 556315] Re: problem with operations on qemu/kvm guest

2010-04-06 Thread Mathias Gug
Could you post the libvirt test2 guest configuration file?

virt-install may generate an incorrect guest configuration.

** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Low

** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

-- 
problem with operations on qemu/kvm guest
https://bugs.launchpad.net/bugs/556315
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 556315] Re: problem with operations on qemu/kvm guest

2010-04-06 Thread Marek Kierdelewicz
I tried generating file by hand and by virt-install with same effect.
Here's the test2.xml:


domain type='qemu'
  nametest2/name
  uuidd6d467f1-dd11-fbc6-e39a-3be46d630d93/uuid
  memory307200/memory
  currentMemory307200/currentMemory
  vcpu1/vcpu
  os
type arch='x86_64' machine='pc-0.11'hvm/type
boot dev='hd'/
  /os
  features
acpi/
apic/
pae/
  /features
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashrestart/on_crash
  devices
emulator/usr/bin/qemu-system-x86_64/emulator
disk type='file' device='disk'
  source file='/home/marek/development/libvirt-tests/deb1.img'/
  target dev='hda' bus='ide'/
/disk
interface type='network'
  mac address='54:52:00:71:6b:72'/
  source network='default'/
/interface
serial type='pty'
  target port='0'/
/serial
console type='pty'
  target port='0'/
/console
  /devices
/domain

-- 
problem with operations on qemu/kvm guest
https://bugs.launchpad.net/bugs/556315
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs