[Bug 430758] Re: Cloud installer / Cluster install hangs at reboot after install

2009-09-17 Thread Thierry Carrez
Fixed by Colin's recent changes to initscripts. ** Changed in: eucalyptus (Ubuntu) Status: Triaged = Fix Released -- Cloud installer / Cluster install hangs at reboot after install https://bugs.launchpad.net/bugs/430758 You received this bug notification because you are a member of

[Bug 430486] Re: net.samba3 crashed with SIGSEGV in free()

2009-09-17 Thread tuwe
** Visibility changed to: Public -- net.samba3 crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/430486 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 430732] Re: radclient doesn't work

2009-09-17 Thread Murray
I'm also affected, does anyone have a work around? -- radclient doesn't work https://bugs.launchpad.net/bugs/430732 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

[Bug 430732] Re: radclient doesn't work

2009-09-17 Thread Murray
Using '127.0.0.1' instead of 'localhost' solves the problem for me. -- radclient doesn't work https://bugs.launchpad.net/bugs/430732 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

[Bug 431274] Re: Cluster controller initscripts do not output messages at boot

2009-09-17 Thread Thierry Carrez
The issue is that even the very basic messages are guarded by if [ $VERBOSE != no ]... ** Changed in: eucalyptus (Ubuntu) Importance: Undecided = Low ** Changed in: eucalyptus (Ubuntu) Status: New = Triaged -- Cluster controller initscripts do not output messages at boot

[Bug 430732] Re: radclient doesn't work

2009-09-17 Thread Alan DeKok
Ah... localhost likely means ::1, or IPv6 transport. If the OS supplies the header files, but doesn't have the code to implement the feature, then that's likely the error you'll get. The simplest thing to do is to disable udpfromto via the configure script. -- radclient doesn't work

[Bug 431274] Re: Cluster controller initscripts do not output messages at boot

2009-09-17 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu) Status: Triaged = In Progress ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Thierry Carrez (ttx) -- Cluster controller initscripts do not output messages at boot https://bugs.launchpad.net/bugs/431274 You received this bug

[Bug 430652] Re: /etc/qemu-ifup script regression - fails to find bridge interface

2009-09-17 Thread Laurent Bigonville
Same problem here tap is broken. ŝwitch=br0 is working but there should have a better solution for that ** Changed in: qemu-kvm (Ubuntu) Importance: Undecided = Medium ** Changed in: qemu-kvm (Ubuntu) Status: New = Confirmed -- /etc/qemu-ifup script regression - fails to find bridge

[Bug 431274] Re: Cluster controller initscripts do not output messages at boot

2009-09-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu -- Cluster controller initscripts do not output messages at boot https://bugs.launchpad.net/bugs/431274 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 431274] Re: Cluster controller initscripts do not output messages at boot

2009-09-17 Thread Thierry Carrez
rev 563 in lp:~ubuntu-core-dev/eucalyptus/ubuntu ** Changed in: eucalyptus (Ubuntu) Status: In Progress = Fix Committed -- Cluster controller initscripts do not output messages at boot https://bugs.launchpad.net/bugs/431274 You received this bug notification because you are a member of

[Bug 430758] Re: Cloud installer / Cluster install hangs at reboot after install

2009-09-17 Thread Colin Watson
It should match euca_conf. For cluster registration that's CC_PORT; for walrus/sc registration it's apparently hardcoded to 8773. -- Cloud installer / Cluster install hangs at reboot after install https://bugs.launchpad.net/bugs/430758 You received this bug notification because you are a member

[Bug 430758] Re: Cloud installer / Cluster install hangs at reboot after install

2009-09-17 Thread Colin Watson
Doesn't look fixed to me ... ** Changed in: eucalyptus (Ubuntu) Status: Fix Released = Triaged ** Changed in: eucalyptus (Ubuntu) Status: Triaged = Fix Committed ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Colin Watson (cjwatson) -- Cloud installer / Cluster

[Bug 430758] Re: Cloud installer / Cluster install hangs at reboot after install

2009-09-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu -- Cloud installer / Cluster install hangs at reboot after install https://bugs.launchpad.net/bugs/430758 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 430652] Re: /etc/qemu-ifup script regression - fails to find bridge interface

2009-09-17 Thread Dominic Evans
Well basically on newer kernels the `ip route list` format seems to include these two additional columns (presumably indicating 100Mbit/1Gbit ethernet speeds?) where it previously had none (i.e., now shows 7 columns instead of 5) the most immediate fix is to change the $NF to a $5 to maintain

[Bug 431815] Re: pdbedit crashed with SIGSEGV in talloc_free()

2009-09-17 Thread Jose Maria Degreef
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/31967209/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/31967210/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/31967211/ProcMaps.txt ** Attachment added:

[Bug 430758] Re: Cloud installer / Cluster install hangs at reboot after install

2009-09-17 Thread Thierry Carrez
Doesn't look fixed to me ... It no longer went into the infinite loop, thanks to your change at rev554... now it should be even faster. -- Cloud installer / Cluster install hangs at reboot after install https://bugs.launchpad.net/bugs/430758 You received this bug notification because you are a

[Bug 431832] [NEW] euca_conf --register-sc returns success even though it fails

2009-09-17 Thread Soren Hansen
Public bug reported: This transcript says it all: so...@aalborg2:~$ sudo euca_conf --register-sc sc1 localhost CloudVersion1.6-devel/CloudVersion Adding SC localhost to cluster sc1

[Bug 431847] [NEW] Registering images gives 403 Forbidden

2009-09-17 Thread Soren Hansen
Public bug reported: When trying to register a kernel image, I get this in my cloud-output.log: 15:09:52 WARN PipelineRegistry | = More than one candidate pipeline. Ignoring offer by: internal-query-pipeline-Eucalyptus of type InternalQueryPipeline

[Bug 423076] Re: [patch] `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-17 Thread Dominic Evans
fwiw, have also submitted the patch upstream http://lists.gnu.org/archive/html/qemu-devel/2009-09/msg01162.html -- [patch] `kvm -name TITLE` option does not set gnome-panel name correctly https://bugs.launchpad.net/bugs/423076 You received this bug notification because you are a member of

[Bug 431847] Re: Registering images gives 403 Forbidden

2009-09-17 Thread Soren Hansen
This seems to be timezone setting related. I fiddled around with my timezone settings and it suddenly worked. I'm not sure if it's eucalyptus or euca2ools at this point. -- Registering images gives 403 Forbidden https://bugs.launchpad.net/bugs/431847 You received this bug notification because

[Bug 406346] Re: Main Inclusion Report (Eucalyptus dependencies set 2)

2009-09-17 Thread Thierry Carrez
Approved by kees at https://wiki.ubuntu.com/EucalyptusInMainSpec/Packages ** Changed in: dnsjava (Ubuntu) Status: In Progress = Fix Released -- Main Inclusion Report (Eucalyptus dependencies set 2) https://bugs.launchpad.net/bugs/406346 You received this bug notification because you are

[Bug 406346] Re: Main Inclusion Report (Eucalyptus dependencies set 2)

2009-09-17 Thread Thierry Carrez
Approved by kees at https://wiki.ubuntu.com/EucalyptusInMainSpec/Packages ** Changed in: libaxiom-java (Ubuntu) Status: In Progress = Fix Released -- Main Inclusion Report (Eucalyptus dependencies set 2) https://bugs.launchpad.net/bugs/406346 You received this bug notification because

[Bug 406346] Re: Main Inclusion Report (Eucalyptus dependencies set 2)

2009-09-17 Thread Thierry Carrez
Approved by kees at https://wiki.ubuntu.com/EucalyptusInMainSpec/Packages ** Changed in: wss4j (Ubuntu) Status: In Progress = Fix Released -- Main Inclusion Report (Eucalyptus dependencies set 2) https://bugs.launchpad.net/bugs/406346 You received this bug notification because you are a

[Bug 406346] Re: Main Inclusion Report (Eucalyptus dependencies set 2)

2009-09-17 Thread Thierry Carrez
Approved by kees at https://wiki.ubuntu.com/EucalyptusInMainSpec/Packages ** Changed in: javassist (Ubuntu) Status: In Progress = Fix Released -- Main Inclusion Report (Eucalyptus dependencies set 2) https://bugs.launchpad.net/bugs/406346 You received this bug notification because you

[Bug 406346] Re: Main Inclusion Report (Eucalyptus dependencies set 2)

2009-09-17 Thread Thierry Carrez
Approved by kees at https://wiki.ubuntu.com/EucalyptusInMainSpec/Packages ** Changed in: libxml-security-java (Ubuntu) Status: In Progress = Fix Released -- Main Inclusion Report (Eucalyptus dependencies set 2) https://bugs.launchpad.net/bugs/406346 You received this bug notification

[Bug 431815] Re: pdbedit crashed with SIGSEGV in talloc_free()

2009-09-17 Thread Chuck Short
Thank you for your bug report. This bug has been reported to the developers of the software. You can track it and make comments at: https://bugzilla.samba.org/show_bug.cgi?id=6739 ** Bug watch added: Samba Bugzilla #6739 https://bugzilla.samba.org/show_bug.cgi?id=6739 ** Changed in: samba

[Bug 425206] Re: Typo in exim filter script

2009-09-17 Thread Thierry Carrez
Confirmed in current logwatch_7.3.6.cvs20080702-2ubuntu1 ** Changed in: logwatch (Ubuntu) Importance: Undecided = Low ** Changed in: logwatch (Ubuntu) Status: Incomplete = Triaged -- Typo in exim filter script https://bugs.launchpad.net/bugs/425206 You received this bug notification

[Bug 424789] Re: PHP random segfaults on session_start();

2009-09-17 Thread Muharem Hrnjadovic
** Changed in: php-suhosin (Ubuntu) Status: Confirmed = Fix Released -- PHP random segfaults on session_start(); https://bugs.launchpad.net/bugs/424789 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. --

[Bug 421005] Re: can't compile version from repository (on 64bit)

2009-09-17 Thread Thierry Carrez
The following works on Jaunty: sudo apt-get build-dep freeradius apt-get source freeradius cd freeradius-* debuild This is how we build packages. Failure to recompile manually from an apt-get sourced package without using debian/rules is not a bug of the Ubuntu package, so I'm setting this to

[Bug 430486] Re: net.samba3 crashed with SIGSEGV in free()

2009-09-17 Thread Chuck Short
*** This bug is a duplicate of bug 424719 *** https://bugs.launchpad.net/bugs/424719 ** This bug has been marked a duplicate of bug 424719 net.samba3 crashed with SIGSEGV in free() -- net.samba3 crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/430486 You received this bug

[Bug 430730] Re: freeradius config needs freeradius-mysql

2009-09-17 Thread Chuck Short
I can confirm this as well. Regards chuck ** Changed in: freeradius (Ubuntu) Status: New = Confirmed -- freeradius config needs freeradius-mysql https://bugs.launchpad.net/bugs/430730 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 431114] Re: /var/run/eucalyptus is not being set with correct permissions on machine reboot

2009-09-17 Thread Thierry Carrez
** Tags added: eucalyptus -- /var/run/eucalyptus is not being set with correct permissions on machine reboot https://bugs.launchpad.net/bugs/431114 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2009-09-17 Thread Jamie Strandboge
** Changed in: eucalyptus (Ubuntu) Importance: Undecided = High ** Changed in: eucalyptus (Ubuntu) Status: New = Triaged ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Jamie Strandboge (jdstrand) -- libvirt apparmor profile is preventing libvirt from running

[Bug 431847] Re: Registering images gives 403 Forbidden

2009-09-17 Thread Soren Hansen
** Changed in: eucalyptus (Ubuntu) Milestone: None = ubuntu-9.10-beta -- Registering images gives 403 Forbidden https://bugs.launchpad.net/bugs/431847 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2009-09-17 Thread Soren Hansen
** Changed in: eucalyptus (Ubuntu) Milestone: None = ubuntu-9.10-beta -- libvirt apparmor profile is preventing libvirt from running eucalyptus VMs https://bugs.launchpad.net/bugs/431090 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 431114] Re: /var/run/eucalyptus is not being set with correct permissions on machine reboot

2009-09-17 Thread Etienne Goyer
Do not forget to create /var/run/eucalyptus/net/ too (per bug #365349), otherwise only SYSTEM mode will work. -- /var/run/eucalyptus is not being set with correct permissions on machine reboot https://bugs.launchpad.net/bugs/431114 You received this bug notification because you are a member of

[Bug 430093] Re: Eucalyptus 403 Forbidden when trying to run instance

2009-09-17 Thread Soren Hansen
This happens also on fresh installs of 1.6~bzr746-0ubuntu3. ** Summary changed: - Eucalyptus 403 Forbidden when trying to run instance after package upgrade + Eucalyptus 403 Forbidden when trying to run instance ** Changed in: eucalyptus (Ubuntu) Status: New = Triaged ** Changed in:

[Bug 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2009-09-17 Thread Jamie Strandboge
Daniel, can you please give the output of: $ dmesg | grep audit Also, can you give me the paths to the pid file, log file and monitor file for this virtual machine? ** Changed in: eucalyptus (Ubuntu) Status: Triaged = Incomplete -- libvirt apparmor profile is preventing libvirt from

[Bug 431969] [NEW] php-pear installation through aptitude is not working

2009-09-17 Thread jsangil
Public bug reported: Binary package hint: php-pear Hello, I'm using Ubuntu 9.04 amd64 (spanish) php-pear: Instalados: (ninguno) Candidato: 5.2.6.dfsg.1-3ubuntu4.1 Tabla de versión: 5.2.6.dfsg.1-3ubuntu4.1 0 500 http://ve.archive.ubuntu.com jaunty-updates/main Packages

[Bug 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2009-09-17 Thread Jamie Strandboge
Daniel, also can you add the following to /etc/apparmor.d/abstractions /libvirt-qemu and let me know if it fixes it for you? /var/lib/eucalyptus/instances/**/console.log w, -- libvirt apparmor profile is preventing libvirt from running eucalyptus VMs https://bugs.launchpad.net/bugs/431090 You

[Bug 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2009-09-17 Thread Jamie Strandboge
Daniel, one last thing (sorry for the multiple requests), can you also give me the xml for this virtual machine: $ virsh dumpxml i-4CFC08E8 -- libvirt apparmor profile is preventing libvirt from running eucalyptus VMs https://bugs.launchpad.net/bugs/431090 You received this bug notification

Re: [Bug 431969] [NEW] php-pear installation through aptitude is not working

2009-09-17 Thread Mathias Gug
On Thu, Sep 17, 2009 at 04:24:14PM -, jsangil wrote: When I try to install php-pear package I get this error: $sudo aptitude install php-pear Se instalarán los siguiente paquetes NUEVOS: php-pear 0 paquetes actualizados, 1 nuevos instalados, 0 para eliminar y 164 sin actualizar.

[Bug 431114] Re: /var/run/eucalyptus is not being set with correct permissions on machine reboot

2009-09-17 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu) Status: New = In Progress ** Changed in: eucalyptus (Ubuntu) Importance: Undecided = High ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu) Status: In Progress = Fix

[Bug 431114] Re: /var/run/eucalyptus is not being set with correct permissions on machine reboot

2009-09-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu -- /var/run/eucalyptus is not being set with correct permissions on machine reboot https://bugs.launchpad.net/bugs/431114 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus

[Bug 365349] Re: Any network mode beside SYSTEM fail because /var/run/eucalyptus/net do not exist

2009-09-17 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Karmic) Importance: Undecided Status: New ** Changed in: eucalyptus (Ubuntu Karmic) Status: New = In Progress ** Changed in: eucalyptus (Ubuntu Karmic) Importance: Undecided = High ** Changed in: eucalyptus (Ubuntu Karmic) Assignee:

[Bug 365349] Re: Any network mode beside SYSTEM fail because /var/run/eucalyptus/net do not exist

2009-09-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu -- Any network mode beside SYSTEM fail because /var/run/eucalyptus/net do not exist https://bugs.launchpad.net/bugs/365349 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus

[Bug 430730] Re: freeradius config needs freeradius-mysql

2009-09-17 Thread Chuck Short
Ok this is retarded, the default config for freeradius has sql enabled. If the freeradius-mysql module is not installed you will get the error as shown. Patch coming shortly. Regards chuck ** Changed in: freeradius (Ubuntu) Status: Confirmed = In Progress -- freeradius config needs

[Bug 430730] Re: freeradius config needs freeradius-mysql

2009-09-17 Thread Launchpad Bug Tracker
This bug was fixed in the package freeradius - 2.1.0+dfsg-0ubuntu7 --- freeradius (2.1.0+dfsg-0ubuntu7) karmic; urgency=low * raddb/radiusd.conf.in: Dont enable sql by default. (LP: #430730) -- Chuck Short zul...@ubuntu.com Thu, 17 Sep 2009 13:12:55 -0400 ** Changed in:

[Bug 423076] Re: [patch] `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-17 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu) Status: Triaged = In Progress -- [patch] `kvm -name TITLE` option does not set gnome-panel name correctly https://bugs.launchpad.net/bugs/423076 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2009-09-17 Thread Daniel Nurmi
Jamie, thank you for taking a look here. First, after your response, I've been able to modify /etc/apparmor.d/abstractions/libvirt-qemu with the following: /var/lib/eucalyptus/instances/**/console.log w, /var/lib/eucalyptus/instances/**/kernel r, /var/lib/eucalyptus/instances/**/ramdisk

[Bug 428150] [NEW] qemu-system-sh4 assertion failure

2009-09-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Binary package hint: qemu The following qemu-provided package causes an assertion failure when run. http://www.qemu.org/sh-test-0.2.tar.bz2 The current version provided for Intrepid is 0.9.1. I have compiled version 0.11.0-rc2 and this works fine. $

[Bug 428150] Re: qemu-system-sh4 assertion failure

2009-09-17 Thread Dustin Kirkland
** Package changed: qemu (Ubuntu) = qemu-kvm (Ubuntu) ** Changed in: qemu-kvm (Ubuntu) Status: New = Fix Released -- qemu-system-sh4 assertion failure https://bugs.launchpad.net/bugs/428150 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 379991] Re: Certain VMs do not run under KVM using 2.6.30-rc5 kernel

2009-09-17 Thread Dustin Kirkland
If you're experiencing this problem, could you please attach /proc/cpuinfo ? Thanks, :-Dustin ** Summary changed: - Certain VMs do not run under KVM using 2.6.30-rc5 kernel + Certain VMs do not run under KVM using karmic's kernel -- Certain VMs do not run under KVM using karmic's kernel

[Bug 413789] Re: mysql-server has been kept back with dist-upgrading

2009-09-17 Thread Robbie Williamson
** Changed in: mysql-dfsg-5.1 (Ubuntu Karmic) Assignee: (unassigned) = Canonical Foundations Team (canonical-foundations) -- mysql-server has been kept back with dist-upgrading https://bugs.launchpad.net/bugs/413789 You received this bug notification because you are a member of Ubuntu

[Bug 237635] Re: qemu mouse and keyboard grab is an accessibility problem

2009-09-17 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu) Status: Triaged = In Progress -- qemu mouse and keyboard grab is an accessibility problem https://bugs.launchpad.net/bugs/237635 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu.

[Bug 355410] Re: kvm crashed with SIGSEGV in malloc_consolidate()

2009-09-17 Thread Dustin Kirkland
We should be getting qemu-0.11 GA into Karmic early next week. I'll ping here once it's uploaded. :-Dustin -- kvm crashed with SIGSEGV in malloc_consolidate() https://bugs.launchpad.net/bugs/355410 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 430652] Re: /etc/qemu-ifup script regression - fails to find bridge interface

2009-09-17 Thread Dustin Kirkland
I'll apply the attached patch to Ubuntu's qemu-kvm, and send it upstream. :-Dustin ** Changed in: qemu-kvm (Ubuntu) Status: Confirmed = In Progress ** Changed in: qemu-kvm (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Attachment added:

[Bug 379991] Re: Certain VMs do not run under KVM using karmic's kernel

2009-09-17 Thread Bob Manners
b...@gecko2:~/Array/uaas$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6

[Bug 311487] Re: ldap n-way multi master from Ubuntu Server guide

2009-09-17 Thread Fabián Rodríguez
** Changed in: openldap (Ubuntu) Status: Invalid = Confirmed -- ldap n-way multi master from Ubuntu Server guide https://bugs.launchpad.net/bugs/311487 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in ubuntu. --

[Bug 237635] Re: qemu mouse and keyboard grab is an accessibility problem

2009-09-17 Thread Dustin Kirkland
I have a fix I'll upload against Karmic. I just posted the patch on the qemu-devel mailing list. Hopefully they'll take the patch there. Henrik, if you could verify it when you get a chance, that would be great. Note that you'll need to add -ctrl-grab to your kvm and/or qemu command line. It

[Bug 428350] Re: FTBFS in pbuilder on amd64

2009-09-17 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu) Status: New = Confirmed ** Changed in: qemu-kvm (Ubuntu) Importance: Undecided = Wishlist -- FTBFS in pbuilder on amd64 https://bugs.launchpad.net/bugs/428350 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 430655] Re: /etc/qemu-ifdown is being installed without execute permissions

2009-09-17 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu) Status: Triaged = In Progress -- /etc/qemu-ifdown is being installed without execute permissions https://bugs.launchpad.net/bugs/430655 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in

[Bug 361819] Re: Frequent random KVM host kernel OOPS

2009-09-17 Thread Dustin Kirkland
Can anyone reproduce this on karmic? :-Dustin -- Frequent random KVM host kernel OOPS https://bugs.launchpad.net/bugs/361819 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 418342] Re: akonadi-server prevents install of mysql-server-5.0

2009-09-17 Thread Russ Brown
Hi, This says a fix was released on the 8th of this month, but as of today (the 17th) I am still not able to install MySQL 5.0 on my fully up to date karmic machine without having to uninstall large parts of kde. Is there some procedure that I need to follow in order to make the change I

[Bug 379991] Re: Certain VMs do not run under KVM using karmic's kernel

2009-09-17 Thread Brandon Barber
** Attachment added: cpuinfo from laptop encountering this problem with kernel 2.6.28-15-generic http://launchpadlibrarian.net/31985376/cpuinfo -- Certain VMs do not run under KVM using karmic's kernel https://bugs.launchpad.net/bugs/379991 You received this bug notification because you are

[Bug 379991] Re: Certain VMs do not run under KVM using karmic's kernel

2009-09-17 Thread Bryan McLellan
** Attachment added: cpuinfo on karmic w/linux-image-2.6.31-10-generic http://launchpadlibrarian.net/31986084/cpuinfo.379991.txt -- Certain VMs do not run under KVM using karmic's kernel https://bugs.launchpad.net/bugs/379991 You received this bug notification because you are a member of

Re: [Bug 379991] Re: Certain VMs do not run under KVM using karmic's kernel

2009-09-17 Thread Dustin Kirkland
Thanks guys. Can anyone reproduce this on AMD hardware? All three I see here are Intel. This might well be an Intel-specific issue. :-DUstin -- Certain VMs do not run under KVM using karmic's kernel https://bugs.launchpad.net/bugs/379991 You received this bug notification because you are a

[Bug 404394] Re: qcow2 corruption regression

2009-09-17 Thread Dustin Kirkland
Okay, that was easier said than done. I spent several hours trying to get 0.10.6's qcow2 ported to kvm-84. No luck. I'm not going to have much time to look at this. If you can find the git commit id's of the qcow2 fixes, let me know. :-Dustin -- qcow2 corruption regression

[Bug 428350] Re: FTBFS in pbuilder on amd64

2009-09-17 Thread Dustin Kirkland
ogra- I can confirm this, and it's a little bit of a pain to me too. Any chance you can fix this? Or perhaps get some assistance from someone else to get it fixed? Thanks, :-Dustin ** Changed in: qemu-kvm (Ubuntu) Assignee: (unassigned) = Oliver Grawert (ogra) -- FTBFS in pbuilder on

[Bug 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-09-17 Thread cerz
I have since restarted and continued to experience the same problem. -- cups says can't promp for authorization when printing to my samba printer https://bugs.launchpad.net/bugs/283811 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba

[Bug 162357] Re: kvm networking broken for vista guest

2009-09-17 Thread Dustin Kirkland
This is kind of a nasty one... Vista does not include drivers for the rtl card, which is the default emulated NIC for kvm virtual machines. Instead, you should use the e1000 card/driver. There isn't much that we can do about this in kvm. We use the venerable realtek card as it has long been a

[Bug 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2009-09-17 Thread Daniel Nurmi
I've found one more runtime issue with the apparmor profile. Eucalyptus can provide the ability to dynamically attach/detach block devices to VMs at runtime using libvirt attach-disk/detach-disk. We currently use AOE for dynamic block devices, and these appear on the node in: /dev/etherd/e*

[Bug 432154] [NEW] dynamic block device attach/detach not functional with karmic KVM

2009-09-17 Thread Daniel Nurmi
Public bug reported: The version of KVM currently in karmic does not appear to have a fully functional dynamic block device attach/detach: outside VM: --- r...@explorer:/root# virsh list Connecting to uri: qemu:///system Id Name

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-09-17 Thread Daniel Nurmi
** Also affects: qemu-kvm Importance: Undecided Status: New ** Also affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New -- dynamic block device attach/detach not functional with karmic KVM https://bugs.launchpad.net/bugs/432154 You received this bug notification

[Bug 326849] Re: KVM Kernel bugs in intrepid guests under jaunty host

2009-09-17 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu) Status: Incomplete = Invalid -- KVM Kernel bugs in intrepid guests under jaunty host https://bugs.launchpad.net/bugs/326849 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. --

[Bug 288379] Re: 4th network extremely slow/broken

2009-09-17 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu) Status: Incomplete = Invalid -- 4th network extremely slow/broken https://bugs.launchpad.net/bugs/288379 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 261824] Re: Windows 2000 doesn't work with Hardy's KVM

2009-09-17 Thread Dustin Kirkland
Thanks, marking Fix Released. Anyone experiencing this bug should try the kvm-84 packages in -backports. :-Dustin ** Changed in: kvm (Ubuntu) Status: Incomplete = Fix Released -- Windows 2000 doesn't work with Hardy's KVM https://bugs.launchpad.net/bugs/261824 You received this bug

[Bug 221137] Re: kvm segfaults when a libvirt guest without acpi/ is sent an acpi power event via shutdown in virt-manager

2009-09-17 Thread Dustin Kirkland
Confirmed, still present in Karmic. :-Dustin -- kvm segfaults when a libvirt guest without acpi/ is sent an acpi power event via shutdown in virt-manager https://bugs.launchpad.net/bugs/221137 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 335809] Re: KVM activates (GNOME) Screensaver when inside SDL window

2009-09-17 Thread Dustin Kirkland
Hmm, I can't reproduce this in Karmic. I'm marking Fixed for now. If you can reproduce this in Karmic, please re-open the bug with detail instructions. :-Dustin ** Changed in: kvm (Ubuntu) Status: Confirmed = Fix Released -- KVM activates (GNOME) Screensaver when inside SDL window

[Bug 423076] Re: [patch] `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-17 Thread Dustin Kirkland
Dominic- Hi, I tested your patch. It looks okay when qemu-kvm is called from the command line. However, it breaks libvirt applications like virt- manager. Can you take a look at that? It might well be a bug in libvirt. But we can't include this patch until we get that sorted out. I'll be

[Bug 361754] Re: guest needs to boot with clock=acpi_pm (older AMD freq scaling issues)

2009-09-17 Thread Dustin Kirkland
Thierry, Daniel, can you reproduce this? :-Dustin -- guest needs to boot with clock=acpi_pm (older AMD freq scaling issues) https://bugs.launchpad.net/bugs/361754 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. --

[Bug 335809] Re: KVM activates (GNOME) Screensaver when inside SDL window

2009-09-17 Thread Dustin Kirkland
** Changed in: gnome-screensaver (Ubuntu) Status: Incomplete = Invalid -- KVM activates (GNOME) Screensaver when inside SDL window https://bugs.launchpad.net/bugs/335809 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in

[Bug 370270] Re: ttyS0 pass through in guest running in KVM doesn't work and eventually hangs

2009-09-17 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu) Status: Triaged = Fix Released -- ttyS0 pass through in guest running in KVM doesn't work and eventually hangs https://bugs.launchpad.net/bugs/370270 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm

[Bug 365569] Re: KVM segfaults with a specific disk image.

2009-09-17 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu) Status: Incomplete = Invalid -- KVM segfaults with a specific disk image. https://bugs.launchpad.net/bugs/365569 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. -- Ubuntu-server-bugs

[Bug 362550] Re: ignores -no-shutdown

2009-09-17 Thread Dustin Kirkland
Tested this in Karmic, works as desired. Thanks for the report. :-Dustin ** Changed in: kvm (Ubuntu) Status: Triaged = Fix Released -- ignores -no-shutdown https://bugs.launchpad.net/bugs/362550 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 392570] Re: kvm hanging on startup

2009-09-17 Thread Dustin Kirkland
Julian- Can you just install the qemu-kvm binary from Karmic's repo? I think that should work... :-Dustin -- kvm hanging on startup https://bugs.launchpad.net/bugs/392570 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu.

[Bug 390278] Re: Windows 2000 server won't install on kvm84/hardy

2009-09-17 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu) Status: Incomplete = Fix Released ** Changed in: virtinst (Ubuntu) Status: New = Invalid -- Windows 2000 server won't install on kvm84/hardy https://bugs.launchpad.net/bugs/390278 You received this bug notification because you are a member of Ubuntu

[Bug 388197] Re: -net socket,listen... segfaults

2009-09-17 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu) Status: Triaged = Fix Released -- -net socket,listen... segfaults https://bugs.launchpad.net/bugs/388197 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 426968] Re: kvm qemu slow to start first time after boot

2009-09-17 Thread Dustin Kirkland
Can you try adding -cpu qemu32 on your kvm call? :-Dustin -- kvm qemu slow to start first time after boot https://bugs.launchpad.net/bugs/426968 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. -- Ubuntu-server-bugs

[Bug 426968] Re: kvm qemu slow to start first time after boot

2009-09-17 Thread Dustin Kirkland
And can you please post your /proc/cpuinfo on your physical hardware? :-Dustin -- kvm qemu slow to start first time after boot https://bugs.launchpad.net/bugs/426968 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. --

[Bug 421189] Re: package kvm-source 1:84+dfsg-0ubuntu12.3~intrepid1 failed to install/upgrade: subprocess post-installation script returned error exit status 101

2009-09-17 Thread Dustin Kirkland
According to your logs, it looks like you have installed kvm-88 module from source? This backported package can't handle that very well, I'm sorry... :-Dustin ** Changed in: kvm (Ubuntu) Status: Incomplete = Invalid -- package kvm-source 1:84+dfsg-0ubuntu12.3~intrepid1 failed to

[Bug 237164] Re: kvm needs to correctly simulate a proper monitor

2009-09-17 Thread Dustin Kirkland
** Changed in: xorg (Ubuntu) Assignee: Bryce Harrington (bryceharrington) = (unassigned) ** Changed in: kvm (Ubuntu) Status: Triaged = Won't Fix -- kvm needs to correctly simulate a proper monitor https://bugs.launchpad.net/bugs/237164 You received this bug notification because you

[Bug 333000] Re: qemu/kvm incorrecty enters fullscreen when using nvidia twinview

2009-09-17 Thread Dustin Kirkland
Can you reproduce this in Karmic? :-Dustin ** Changed in: kvm (Ubuntu) Status: New = Incomplete -- qemu/kvm incorrecty enters fullscreen when using nvidia twinview https://bugs.launchpad.net/bugs/333000 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 393430] Re: kvm: please prefer ALSA over OSS

2009-09-17 Thread Dustin Kirkland
This should be fixed in the karmic qemu-kvm package. Thanks. :-Dustin ** Changed in: kvm (Ubuntu) Status: New = Fix Released -- kvm: please prefer ALSA over OSS https://bugs.launchpad.net/bugs/393430 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 353995] Re: BLTs appear broken - moving blocks on the remote leaves cruft

2009-09-17 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu) Status: Confirmed = Fix Released -- BLTs appear broken - moving blocks on the remote leaves cruft https://bugs.launchpad.net/bugs/353995 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. --

[Bug 419182] Re: KVM and audio driver in Windows 7

2009-09-17 Thread Dustin Kirkland
kirkl...@x200:/local/source/virt-manager/virt-manager-0.7.0$ qemu -soundhw ? Valid sound card names (comma separated): pcspk PC speaker sb16Creative Sound Blaster 16 cs4231a CS4231A adlib Yamaha YM3812 (OPL2) gus Gravis Ultrasound GF1 ac97Intel 82801AA AC97

[Bug 426968] Re: kvm qemu slow to start first time after boot

2009-09-17 Thread guentherk1
I ran the kvm command with the -cpu qemu32 and the cat /proc/cpuinfo commands. There is no difference in the amount of time it takes. It still takes about 35-40 just on that first execution of the command before the terminal window comes up. Exit and execute the kvm command and execution is

[Bug 431182] Re: package util-linux 2.16-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script killed by signal (Interrupt)

2009-09-17 Thread Stilor
Installed okay via 'apt-get upgrade'. -- package util-linux 2.16-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script killed by signal (Interrupt) https://bugs.launchpad.net/bugs/431182 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 430807] Re: Sync libsynthesis 3.0.3.28+ds1-3 (universe) from Debian unstable (main)

2009-09-17 Thread Daniel Holbach
Do you think you can follow the instructions at https://wiki.ubuntu.com/FreezeExceptionProcess#FeatureFreeze%20for%20new%20packages first? We're unfortunately in Feature Freeze already. -- Sync libsynthesis 3.0.3.28+ds1-3 (universe) from Debian unstable (main)

Re: [Bug 429009] Re: [Dell Inc. Inspiron 1011] suspend/resume failure [non-free: wl]

2009-09-17 Thread Matt Zimmerman
On Wed, Sep 16, 2009 at 08:14:17PM -, Scott James Remnant wrote: On Wed, 2009-09-16 at 18:20 +, Matt Zimmerman wrote: I upgraded to the latest Karmic, and something clobbered this state (perhaps the anacron upgrade stopping and starting it?). Could you have had packages from the

  1   2   3   4   5   6   7   8   9   10   >