[Bug 1004606] Re: virsh create-snapshot fails to create external snapshot (blockdev-snapshot-sync fails in json monitor)

2013-02-13 Thread Davide Guerri
also present in Ubuntu 12.10 Quantal

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

Title:
  virsh create-snapshot fails to create external snapshot (blockdev-
  snapshot-sync fails in json monitor)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1004606/+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 1124553] Re: kvm crashes during snapshot creation

2013-02-13 Thread Davide Guerri
I don't have a raring instance atm.

 I'd like to try a backport of KVM 1.3. Is this  available (beta)?

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

Title:
  kvm crashes during snapshot creation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1124553/+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 1004606] Re: virsh create-snapshot fails to create external snapshot (blockdev-snapshot-sync fails in json monitor)

2012-10-26 Thread Davide Guerri
The path, excluding extension, is the same as the original image.  
Unfortunately the extension can be chosen by the user:

Name
The name for this snapshot. If the name is specified when initially creating 
the snapshot, then the snapshot will have that   particular name. If the name 
is omitted when initially creating the snapshot, then libvirt will make up a 
name for the snapshot, based on the time when it was created. 
  (from http://libvirt.org/formatsnapshot.html) with the name parameter)

Assuming my_dom disk image is stored under /nfs/diskimages/my_dom.img, a
command like the following:

# snapshot-create-as my_dom my_snap --disk-only

will create /nfs/diskimages/my_dom.my_snap changing domain definition
XML to use this file instead of /nfs/diskimages/my_dom.img
(/nfs/diskimages/my_dom.img will be a backing file for
/nfs/diskimages/my_dom.my_snap)

However I fear it's not that simple because even if I try to use a
snapshot name like mysnap.img, snaphot still fails because the original
image name is removed from the apparmour profile dinamically
created/maintained by libvirt under /etc/apparmor.d/libvirt. The
original filename is replaced with the new image name.

So, to sum up, I think the following might be needed in order to make
disk-only snapshot work

 1) virt-aa-helper (/etc/apparmor.d/usr.lib.libvirt.virt-aa-helper) should be 
able to read virtual machine image files even if the extension isn't 
imq/qcow2/...
 2) dynamically created profiles for libvirt 
(/etc/apparmor.d/libvirt/libvirt-.files) should retain the old image 
filename
 
Please, be aware that after the snapshot-create command fails, the 
corresponding profile under /etc/apparmor.d/libvirt/ isn't coherent anymore 
with the real filename for virtual images.

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

Title:
  virsh create-snapshot fails to create external snapshot (blockdev-
  snapshot-sync fails in json monitor)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1004606/+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 1004606] Re: virsh create-snapshot fails to create external snapshot (blockdev-snapshot-sync fails in json monitor)

2012-10-25 Thread Davide Guerri
Thanks Murrayy, actually it's apparmour the problem:

the --disk-only option of snapshot-create[-as] only supports external
snapshot so it tries to create a new file which name matches no
apparmour regexps in the corresponding profile.

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

Title:
  virsh create-snapshot fails to create external snapshot (blockdev-
  snapshot-sync fails in json monitor)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1004606/+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 1022901] Re: Ubuntu 12.04 64bit Guest (qemu/kvm) dies randomly

2012-10-19 Thread Davide Guerri
*** This bug is a duplicate of bug 1025244 ***
https://bugs.launchpad.net/bugs/1025244

I also think this is not a duplicate of bug #1025244 although they might
be somewhat related to each other.

Same issue here: random internal error End of file from monitor and
graceful shutdown. No space issue on the VM

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

Title:
  Ubuntu 12.04 64bit Guest (qemu/kvm) dies randomly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1022901/+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 995079] Re: Internal server error when accessing nova/instances_and_volumes/ via horizon

2012-09-15 Thread Davide Guerri
Same problem here.

Instances and snapshots list can be retrieved with API and with command
line tools but horizon shows the Internal Server Error message.

VM snapshot from horizon is still working but when it comes to show the
snapshot page, the dashboard crashes.

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

Title:
  Internal server error when accessing nova/instances_and_volumes/ via
  horizon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/995079/+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 995079] Re: Internal server error when accessing nova/instances_and_volumes/ via horizon

2012-09-15 Thread Davide Guerri
Solved (at least in my case): I've got glance running on https and in
the horizon glance-client code the URI scheme was ignored.

I guess in the previos version of python-django-horizon package that
code was different...

Please find attached a (very trivial) patch for this issue.

** Patch added: horizon-api-glance-uri-scheme-ignored.patch
   
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/995079/+attachment/3317358/+files/horizon-api-glance-uri-scheme-ignored.patch

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

Title:
  Internal server error when accessing nova/instances_and_volumes/ via
  horizon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/995079/+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 162596] Re: freeradius krb5 module segfault on x86_64

2008-08-11 Thread Davide Guerri
No, sorry: I've no x86_64 machine with hardy or above

However, it was fixed in the freeradius code:
http://bugs.freeradius.org/show_bug.cgi?id=491

All the best,
 Davide.

-- 
freeradius krb5 module segfault on x86_64
https://bugs.launchpad.net/bugs/162596
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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