[Bug 1304789] [NEW] keystone packages for 14.04 don't set a log_dir

2014-04-08 Thread Tom Fifield
Public bug reported: the log_dir variable in /etc/keystone/keystone.conf configures where logs should be written to. On ubuntu, this should be /var/log/keystone Currently, packages on 14.04 (keystone 2014.1~rc2-0ubuntu1) do not set this variable, meaning logging will not work out of the box. *

[Bug 1303926] [PATCH 1/1] kvm_physical_sync_dirty_bitmap: ignore ENOENT from kvm_vm_ioctl

2014-04-08 Thread Serge Hallyn
ENOENT (iiuc) means the kernel has an empty dirty bitmap for this slot. Don't abort in that case. This appears to solve the bug reported at https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1303926 which first showed up with commit b533f658a98325d: fix return check for KVM_GET_DIRTY_LOG ioctl

[Bug 1302772] Re: update of maas-cluster-controller on trusty dumps traceback and crashes

2014-04-08 Thread Julian Edwards
Thanks for confirming the fix Ryan. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1302772 Title: update of maas-cluster-controller on trusty dumps traceback and crashes To manage n

[Bug 1303926] Re: qemu-system-x86_64 crashed with SIGABRT

2014-04-08 Thread Serge Hallyn
It seems reasonable that if we are requesting writing a dirty bitmap, and kernel says it's not dirty, we ignore that failure? I.e. ignore ENOENT? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.ne

[Bug 1304777] [NEW] entropy.ubuntu.com SSL certificate needs to be updated

2014-04-08 Thread Haw Loeung
Public bug reported: Hi, It seems pollinate ships out SSL certificate for entropy.ubuntu.com. Due to the recent OpenSSL "Heartbleed Bug", we've re-keyed the entropy.ubuntu.com certificate and updated so that the service now uses the new certificate/key. Could you please update the pollinate pack

[Bug 1303926] Re: qemu-system-x86_64 crashed with SIGABRT

2014-04-08 Thread Serge Hallyn
Looking at arch/x86/kvm/x86.c, ENOENT (only) happens when memslot->dirty_bitmap is NULL in kvm_vm_ioctl_get_dirty_log(). -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1303926 Title: q

[Bug 1302772] Re: update of maas-cluster-controller on trusty dumps traceback and crashes

2014-04-08 Thread Ryan Beisner
Confirmed to resolve the MAAS upgrade crash on an existing Trusty MAAS environment. Beware however, after rev 2230 was confirmed in the repo, I was still stuck in a loop with apt/dpkg trying to install rev 2227. I couldn't complete an apt-get update (it halted, advising that dpkg --configure -a m

[Bug 1304613] Re: nodes can't get out to the internet beyond the maas server by default

2014-04-08 Thread Julian Edwards
Hi Jeff, My nodes can access the Internet perfectly well, which demonstrates that your problem is entirely dependent on each kind of network set up. This is partly why there is a proxy setting on the region controller, but this is not used after the node is installed. So I think MAAS can do bett

[Bug 1103353] Re: Invalid GnuTLS cipher suite strings causes libldap to crash

2014-04-08 Thread Ryan Tandy
Fix committed upstream, will be released in 2.4.40. http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commit;h=7350a52adacb5f258925b14d2bc5136c8f4ddd9b -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu. https:/

[Bug 1304518] Re: Confusing wording in the IPMI section of node power data

2014-04-08 Thread Julian Edwards
Let me explain what it means and then maybe that will help me to understand which part is confusing you. When a BMC is using DHCP, its address can change at any time at the whim of the DHCP server. It usually doesn't, which is why it normally works but on a busy network that is using all of its I

[Bug 1284793] Re: [FFE] Merge qemu 2.0

2014-04-08 Thread Gizmo Chicken
Serge, thanks so much for your hard work to get qemu 2.0 into the repository. Much appreciated! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1284793 Title: [FFE] Merge qemu 2.0 To

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-08 Thread Chris Halse Rogers
Hello Raybuntu, or anyone else affected, Accepted drbd8 into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/drbd8/2:8.4.3-0ubuntu0.12.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See h

[Bug 1182964] Re: ceilometer-dbsync abuse

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ceilometer - 2014.1~rc2-0ubuntu1 --- ceilometer (2014.1~rc2-0ubuntu1) trusty; urgency=medium [ James Page ] * d/ceilometer-common.postinst: Only run db sync process if default sqlite connection is configured in /etc/ceilometer/ceilometer.conf

[Bug 1299055] Re: Standing FFe for icehouse

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ceilometer - 2014.1~rc2-0ubuntu1 --- ceilometer (2014.1~rc2-0ubuntu1) trusty; urgency=medium [ James Page ] * d/ceilometer-common.postinst: Only run db sync process if default sqlite connection is configured in /etc/ceilometer/ceilometer.conf

[Bug 1303926] Re: qemu-system-x86_64 crashed with SIGABRT

2014-04-08 Thread Serge Hallyn
(which means my comment #8 is off track - the caller in this case is checking the return value, then aborting - and this is the exact same backtrace as we get anyway) ** Changed in: qemu (Ubuntu) Assignee: Serge Hallyn (serge-hallyn) => (unassigned) -- You received this bug notification bec

[Bug 1303926] Re: qemu-system-x86_64 crashed with SIGABRT

2014-04-08 Thread Serge Hallyn
At the point when the ioctl fails, this is the backtrace: (gdb) where #0 kvm_physical_sync_dirty_bitmap (section=0x7fffd820) at /home/serge/src/qemu/kvm-all.c:446 #1 0x5580e30c in kvm_log_sync (listener=, section=) at /home/serge/src/qemu/kvm-all.c:803 #2 0x5581390e in mem

[Bug 1287222] Re: openssh-client 6.5 regression bug with certain servers

2014-04-08 Thread tim nelson
That work around did not work for all the devices in my network sadly. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/1287222 Title: openssh-client 6.5 regression bug with certain s

[Bug 1303926] Re: qemu-system-x86_64 crashed with SIGABRT

2014-04-08 Thread Serge Hallyn
Pretty sure that commit b533f658a98325d0e47b36113bd9f5bcc046fdae is the first bad commit. This is interesting. The commit is correct in that kvm_vm_ioctl() returns -errno, not -1, on error. However, the caller, kvm_physical_sync_dirty_bitmap, on seeing the error, shortcuts some extra errors to r

[Bug 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/85941 Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=4f9b62a2a5afab7a181ac30f9107fda51ed6403c Submitter: Jenkins Branch:master commit 4f9b62a2a5afab7a181ac30f9107fda51ed6403c Author: Thomas Herve Date: Tue Apr 8 09:02:58 2014 +02

[Bug 1040177] Re: slapd install fails when requesting to 'Omit OpenLDAP server configuration"

2014-04-08 Thread Bug Watch Updater
** Changed in: openldap (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/1040177 Title: slapd install fails when requesting to 'Omit OpenLDAP s

[Bug 1153623] Re: raring glance client fails on missing OrderedDict

2014-04-08 Thread Adam Gandelman
** Changed in: python-glanceclient Assignee: Adam Gandelman (gandelman-a) => (unassigned) ** No longer affects: python-glanceclient -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-glanceclient in Ubuntu. https://bugs.launch

[Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Matt Kassawara
The updated packages resolve this issue for me. Thanks for the quick work! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1304107 Title: Libvirt error launching instance - Device 'virt

[Bug 1302828] Re: Powering multiple SM15k nodes fails with HTTP error 401

2014-04-08 Thread Andres Rodriguez
Invalidating this for MAAS< as this bug has been found to be realted to python-seamicroclient. ** Changed in: maas Status: Triaged => Confirmed ** Changed in: maas Importance: Medium => Critical ** Also affects: python-seamicroclient (Ubuntu) Importance: Undecided Status: New

[Bug 1272788] Re: New upstart jobs are not detected in a P to T upgrade

2014-04-08 Thread Dimitri John Ledkov
The conclusion is incorrect =) upstart ignore jobs with unknown stanzas. php-fpm specifies a stanza which is not available / unknown to upstart in precise. also precise upstart doesn't know how to perform a stateful re-exec, hence a reboot is required to get the new init. If it is desired for th

[Bug 1272788] [NEW] php5-fpm upstart job is not compatible with precise upstart

2014-04-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: After upgrading a server from 12.04 to trusty, I noticed the php-fpm service would not start. Running sudo service php-fpm, the following message was shown: “Unknown job: php5-fpm” Following the workaround here [1] and commenting out the "reload signal

[Bug 1040177] Re: slapd install fails when requesting to 'Omit OpenLDAP server configuration"

2014-04-08 Thread Ryan Tandy
** Bug watch added: Debian Bug tracker #709472 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709472 ** Also affects: openldap (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709472 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1303926] Re: qemu-system-x86_64 crashed with SIGABRT

2014-04-08 Thread Serge Hallyn
Hm, bisect is pointing at 6ff45f01c734e1ad051f19913449e2577c9f4b7d which is very unlikely. I'll have to keep playing. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1303926 Title: qem

[Bug 1304008] Re: user not added to libvirtd group with iso trusty 'virtual machine host' installation method

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package user-setup - 1.48ubuntu2 --- user-setup (1.48ubuntu2) trusty; urgency=medium * Add the initial user to the libvirtd group (LP: #1304008). * Add maas to reserved-usernames (LP: #1069684). -- Colin WatsonTue, 08 Apr 2014 15:13:12 +0100 ** Chan

[Bug 1304069] Re: package slapd 2.4.31-1+nmu2ubuntu8 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-04-08 Thread Ryan Tandy
The relevant part of the upgrade log: Setting up slapd (2.4.31-1+nmu2ubuntu8) ... Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.31-1+nmu2ubuntu3... done. Moving old database directories to /var/backups: - directory dc=ec,dc=oceanit,dc=com... done. Loading from /var/backups/slapd-

[Bug 1304446] Re: git is removed when apt-get remove libldap-2.4-2

2014-04-08 Thread Ryan Tandy
libldap-2.4-2 is a system library, required by a lot of applications and other libraries. I don't think this would be considered a bug. Why do you want to remove it? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu. ht

[Bug 1303926] Re: qemu-system-x86_64 crashed with SIGABRT

2014-04-08 Thread Serge Hallyn
2f487a3d40faff1772e14da6b921900915501f9a was ok, so bisecting right now. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1303926 Title: qemu-system-x86_64 crashed with SIGABRT To manag

[Blueprint servercloud-1403-server-misc] Miscellaneous work that needs to be done for Server

2014-04-08 Thread Scott Moser
Blueprint changed by Scott Moser: Work items changed: Work items: [racb] Post to ubuntu-release for clarity on how release bugs should be tracked: TODO [racb] Pre final-freeze merge review: DONE [louis-bouchard] uvtool documentation in server guide (coordinate with beisner and caribou):

[Bug 1303926] Re: qemu-system-x86_64 crashed with SIGABRT

2014-04-08 Thread Serge Hallyn
** Also affects: qemu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1303926 Title: qemu-system-x86_64 crashed with SIGABRT To manage notif

[Bug 1304538] Re: precise and quantal must be able to start on mounted MOUNTPOINT=sys/fs/cgroup

2014-04-08 Thread Serge Hallyn
** Changed in: cgroup-lite (Ubuntu Precise) Status: Confirmed => Invalid ** Changed in: cgroup-lite (Ubuntu Quantal) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgroup-lite in Ubuntu. http

Re: [Bug 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-08 Thread Sam Hartman
Not criticising here, but asking. At a level deeper than "it causes apt to work correctly," why is adding replaces a reasonable fix? Nothing in libkdb5-7 actually replases libkadm5-mit8 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to k

[Bug 1304304] Re: nginx ubuntu package possibly affected by CVE 2014-0160

2014-04-08 Thread Thomas Ward
Refer to USN-2165-1 for the OpenSSL notice on this vulnerability, and about it being fixed. This applies to libssl as well. I am almost certain nginx doesn't static-link to libssl. Again, I'll double check this. -- You received this bug notification because you are a member of Ubuntu Server Te

[Bug 1304621] [NEW] package samba4 (not installed) failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 255

2014-04-08 Thread Hebert do Nascimento
Public bug reported: package samba4 (not installed) failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 255 ProblemType: Package DistroRelease: Ubuntu 13.10 Package: samba4 (not installed) ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.

[Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 2.0.0~rc1+dfsg-0ubuntu2 --- qemu (2.0.0~rc1+dfsg-0ubuntu2) trusty; urgency=medium * define-trusty-machine-type.patch: update the trusty machine type name to pc-i440fx-trusty (LP: #1304107) -- Serge HallynTue, 08 Apr 2014 11:49:04 -05

[Bug 1304304] Re: nginx ubuntu package possibly affected by CVE 2014-0160

2014-04-08 Thread Seth Arnold
Kai, thanks, that makes more sense. Have fun! ** Changed in: nginx (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://bugs.launchpad.net/bugs/1304304 Title: nginx u

[Bug 1304613] [NEW] nodes can't get out to the internet beyond the maas server by default

2014-04-08 Thread Jeff Lane
Public bug reported: by default, there's no way for a node started by maas to talk to the internet. There is also no way on the maas dashboard that I can see that allows me to control this sort of network behaviour either. For now, we are using a shell script to start NAT rules in iptables so t

[Bug 1274247] Re: [MIR] Glusterfs

2014-04-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: glusterfs (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/127

Re: [Bug 1302638] Re: augeas-tools fails to parse krb5.conf (solution provided)

2014-04-08 Thread Raphaël Pinson
On Tue, Apr 8, 2014 at 8:40 PM, Jurjen Bokma wrote: > Ok, I cloned the GitHub repository, forked, making changes. > As for unit tests, it looks to me like an entire lens is the unit of > testing, so I would edit lenses/tests/test_krb5.aug to include some > previously unparsed in- and output. Is t

[Bug 1304304] Re: nginx ubuntu package possibly affected by CVE 2014-0160

2014-04-08 Thread Thomas Ward
Correct me if I'm wrong, but doesn't this bug affect OpenSSL? The Security team released a fix for this in OpenSSL. I will check to see if it's statically linked, but the last I checked it was not. I haven't recently checked this though. -- You received this bug notification because you are a

[Bug 1268050] Re: Deprovision breaks iDNS registration when using cloud-init

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 1.3.2-0ubuntu4~12.04.6 --- walinuxagent (1.3.2-0ubuntu4~12.04.6) precise; urgency=low * Fixes for (LP: #1268050): - Change /etc/dhcp/dhclient.conf 'send host-name' during post-inst to fix snapshotting instances sending wrong

[Bug 1268050] Update Released

2014-04-08 Thread Colin Watson
The verification of the Stable Release Update for walinuxagent has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encoun

[Bug 1268050] Re: Deprovision breaks iDNS registration when using cloud-init

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 1.3.2-0ubuntu6 --- walinuxagent (1.3.2-0ubuntu6) saucy; urgency=low * Fixes for (LP: #1268050): - Change /etc/dhcp/dhclient.conf 'send host-name' during post-inst to fix snapshotting instances. - Backport of send-hostnam

[Bug 992012] Update Released

2014-04-08 Thread Colin Watson
The verification of the Stable Release Update for openvpn has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Bug 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package openvpn - 2.2.1-8ubuntu1.2 --- openvpn (2.2.1-8ubuntu1.2) precise-proposed; urgency=low * d/p/lp992012-detect-openssl-properly.patch: fix "openssl.cnf file could be found" error using easy-rsa by parsing openssl version properly. (LP: #99201

[Bug 1302772] Re: update of maas-cluster-controller on trusty dumps traceback and crashes

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.5+bzr2230-0ubuntu1 --- maas (1.5+bzr2230-0ubuntu1) trusty; urgency=medium * New upstream bugfix release: - Fix Cluster Controller to handle deprecated config items gracefull. Otherwise it fails on upgrades. (LP: #1302772) - Fi

[Bug 1254872] Re: libvirtError: Timed out during operation: cannot acquire state change lock

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.9.8-2ubuntu17.18 --- libvirt (0.9.8-2ubuntu17.18) precise-proposed; urgency=medium * d/p/ubuntu/qemu-fix-race-between-async-and-query-jobs.patch: fix a race between asynchronous and query jobs. (LP: #1254872) -- Serge HallynTue

[Bug 1302956] Re: maas.ubuntu.com only shows the documentation for the most recent MAAS version

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.5+bzr2230-0ubuntu1 --- maas (1.5+bzr2230-0ubuntu1) trusty; urgency=medium * New upstream bugfix release: - Fix Cluster Controller to handle deprecated config items gracefull. Otherwise it fails on upgrades. (LP: #1302772) - Fi

[Bug 1302229] Re: [SRU] cloud-init Windows Azure does not have correct futil support for disk format support

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.13 --- cloud-init (0.6.3-0ubuntu1.13) precise-proposed; urgency=medium * debian/patches/lp-1302229-fix_futils_azure.patch: fixed imports and util usage for new disk detection and format w/ Azure DS (LP: #1302229). --

[Bug 1302229] Update Released

2014-04-08 Thread Stéphane Graber
The verification of the Stable Release Update for cloud-init has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounte

[Bug 1304304] Re: nginx ubuntu package possibly affected by CVE 2014-0160

2014-04-08 Thread Kai Jauslin
Yes, I did restart the system. I think I've found the solution in the meantime: it's not sufficient to just update the openssl package, it's also necessary to update libssl1.0.0. After doing this and restarting nginx, the system does not respond to heartbeat requests anymore. Sorry, this was not cl

[Bug 1302638] Re: augeas-tools fails to parse krb5.conf (solution provided)

2014-04-08 Thread Jurjen Bokma
Ok, I cloned the GitHub repository, forked, making changes. As for unit tests, it looks to me like an entire lens is the unit of testing, so I would edit lenses/tests/test_krb5.aug to include some previously unparsed in- and output. Is that what you want me to do? Also, it's not unlikely that I'

[Bug 1302772] Re: update of maas-cluster-controller on trusty dumps traceback and crashes

2014-04-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/maas -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1302772 Title: update of maas-cluster-controller on trusty dumps traceback and crashes

[Bug 1302956] Re: maas.ubuntu.com only shows the documentation for the most recent MAAS version

2014-04-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/maas -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1302956 Title: maas.ubuntu.com only shows the documentation for the most recent MAAS v

[Bug 1304304] Re: nginx ubuntu package possibly affected by CVE 2014-0160

2014-04-08 Thread Seth Arnold
Did you restart nginx or reboot your system after applying the update? Thanks ** Information type changed from Private Security to Public Security ** Changed in: nginx (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team

[Bug 1303926] Re: qemu-system-x86_64 crashed with SIGABRT

2014-04-08 Thread Serge Hallyn
And it is not just with vnc either. ** Changed in: qemu (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1303926 Title: qemu-system-x86_64 crashed

[Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.2-0ubuntu11 --- libvirt (1.2.2-0ubuntu11) trusty; urgency=medium * debian/patches/recognize-trusty-machine-type.patch: Revert patch since it was causing issues with virtio deivces. (LP: #1304107) -- Chuck ShortTue, 08 Apr 2014

[Bug 1299588] Re: LXC permission denied issue with 1.17.7

2014-04-08 Thread Curtis Hovey
I lowered the trunk task to High because the fix was delivered to users in 1.18.0 ** Changed in: juju-core Importance: Critical => High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchpad.net/

[Bug 1302229] Re: [SRU] cloud-init Windows Azure does not have correct futil support for disk format support

2014-04-08 Thread Ben Howard
Confirmed that test case works against new image build. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1302229

[Bug 1304566] [NEW] package libapache2-mod-php5 5.5.3+dfsg-1ubuntu2.3 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2014-04-08 Thread Dante Silvio Lucco
Public bug reported: trying to install LAMP server using tasksel ProblemType: Package DistroRelease: Ubuntu 13.10 Package: libapache2-mod-php5 5.5.3+dfsg-1ubuntu2.3 ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5 Uname: Linux 3.11.0-19-generic i686 ApportVersion: 2.12.5-0ubuntu2.2 Arc

[Bug 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package krb5 - 1.12+dfsg-2ubuntu3 --- krb5 (1.12+dfsg-2ubuntu3) trusty; urgency=medium * Add missing versioned Replaces: libkadm5srv-mit8 to the libkdb5-7 package. Fixes upgrades from trusty. (LP: #1304403) -- Martin PittTue, 08 Apr 2014 18:04:14 +

[Bug 1304565] [NEW] package php5-gd 5.4.6-1ubuntu1.8 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回了错误号 2

2014-04-08 Thread Daniel
Public bug reported: when i install lamp-server and uninstall lamp-server for twice,then install again,then the bug come out. please help me!thanks! ProblemType: Package DistroRelease: Ubuntu 12.10 Package: php5-gd 5.4.6-1ubuntu1.8 ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5 Uname: Li

[Bug 1302229] Re: [SRU] cloud-init Windows Azure does not have correct futil support for disk format support

2014-04-08 Thread Robert C Jennings
I have also verified test cases #2 and #3. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1302229 Title: [SRU] cloud-init Windows Azure does not have correct futil support for

[Bug 1304557] [NEW] rmdir: failed to remove ‘/etc/dhcp3/dhclient-enter-hooks.d’: No such file or directory

2014-04-08 Thread Sean Sosik-Hamor
Public bug reported: I did an apt-get dist-upgrade on my Trusty machine and samba-common failed to upgrade. It looks like it's trying to remove a directory that no longer exists (dhcp3 vs. dhcp). Here is the output. sciri@iriguchi:~$ sudo apt-get dist-upgrade Reading package lists... Done Buildi

[Bug 1303926] Re: qemu-system-x86_64 crashed with SIGABRT

2014-04-08 Thread Serge Hallyn
** Changed in: qemu (Ubuntu) Importance: Undecided => High ** Changed in: qemu (Ubuntu) Assignee: (unassigned) => Serge Hallyn (serge-hallyn) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpa

[Bug 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/krb5 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/1304403 Title: Precise to Trusty - all of main - fails: Broken transition from libkadm

[Bug 1304023] Re: [FFE] update walinuxagent to 2.0.4

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 2.0.4-0ubuntu1 --- walinuxagent (2.0.4-0ubuntu1) trusty; urgency=medium * Update to latest upstream version 2.0.4 (LP: #1304023). - Includes ability for agent injection. -- Ben HowardMon, 07 Apr 2014 16:48:16 -0600 ** Change

[Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Phil Hopkins
my libvirt is 1.2.2-0ubuntu7~cloud0 running Ubuntu 12.04 Phil -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1304107 Title: Libvirt error launching instance - Device 'virtio-net-pc

[Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Matt Kassawara
Excellent work... thanks so much! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1304107 Title: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized T

[Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Chuck Short
** Also affects: libvirt (Ubuntu) Importance: Undecided Status: New ** Changed in: libvirt (Ubuntu) Assignee: (unassigned) => Chuck Short (zulcss) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://b

[Bug 1302229] Re: [SRU] cloud-init Windows Azure does not have correct futil support for disk format support

2014-04-08 Thread Ben Howard
Building new image for test case #1 when package is confirmed to be in -proposed. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1302229 Title: [SRU] cloud-init Windows Azure doe

[Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Chuck Short
** Also affects: cloud-archive Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1304107 Title: Libvirt error launching instance - Device 'virt

[Bug 1302229] Re: [SRU] cloud-init Windows Azure does not have correct futil support for disk format support

2014-04-08 Thread Ben Howard
Confirmed test case #2 and test case #3 with existing build. I've asked rcj to confirm test cases as well. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1302229 Title: [SRU] clo

[Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Serge Hallyn
Thanks, Daniel. Yes, the intent here was to try and avoid the situation, in the future, that we currently have with distinguishing migrations from precise hosts from migrations from saucy hosts with older machine types. I'll fix this post haste in qemu ** Changed in: qemu (Ubuntu) Importance:

[Bug 1304538] [NEW] precise and quantal must be able to start on mounted MOUNTPOINT=sys/fs/cgroup

2014-04-08 Thread Serge Hallyn
Public bug reported: >From raring kernel onward, /sys/fs/cgroup is mounted separately. cgroup-lite in raring and later therefore has the upstart job start on mounted MOUNTPOINT=/sys/fs/cgroup instead of MOUNTPOINT=/sys. Now that precise users are using HWE kernels, cgroup-lite in precise must be

[Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Russell Bryant
** Changed in: nova Status: New => Invalid ** Tags removed: icehouse-backport-potential icehouse-rc-potential -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1304107 Title: Libv

[Bug 936756] Re: lxc complains about cgroup not available

2014-04-08 Thread Serge Hallyn
Filed bug 1304538 for the cgroup-lite bug. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/936756 Title: lxc complains about cgroup not available To manage notifications about this bug

[Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Daniel Berrange
Ok that log is interesting as it shows that Ubuntu have re-named the QEMU machine types ... -machine trusty,accel=tcg,usb=off ... See 'trusty' is the machine type there instead of the more usual "pc- i440fx-1.6" This unfortunately breaks the ability of libvirt to figure out what type of base b

[Bug 1295072] Re: qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

2014-04-08 Thread Serge Hallyn
Re-marking confirmed for qemu to remind us that we must remove the version from the libfdt-dev dependency for qemu. ** Description changed: + == + Impact: libfdt-dev is unusable + Fix: we use the patch from debian wheezy to export the needed .h file. + Test case: d

[Bug 1302229] Re: [SRU] cloud-init Windows Azure does not have correct futil support for disk format support

2014-04-08 Thread Dave Walker
Hello Ben, or anyone else affected, Accepted cloud-init into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/cloud- init/0.6.3-0ubuntu1.13 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See ht

[Bug 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-08 Thread Martin Pitt
Trivial fix uploaded. I tested this with a local apt-ftparchive, and it succeeds now. libkadm5srv-mit8 is now correctly removed, and the rest upgraded. ** Changed in: krb5 (Ubuntu Trusty) Status: Triaged => Fix Committed ** Changed in: krb5 (Ubuntu Trusty) Assignee: Martin Pitt (pitti

[Bug 1304008] Re: user not added to libvirtd group with iso trusty 'virtual machine host' installation method

2014-04-08 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu) Status: Triaged => Fix Released -- 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/1304008 Title: user not added to libvirtd group with iso trusty

[Bug 1304518] [NEW] Confusing wording in the IPMI section of node power data

2014-04-08 Thread Jeff Lane
Public bug reported: New to the power management part of node info is this text: "MAC address - the IP is looked up with ARP and is used if IP address is empty. This is better when the BMC uses DHCP." What is better when the BMC uses DHCP? Does using DHCP make using ARP better? or more accurat

[Bug 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-08 Thread Martin Pitt
Marking as high as it breaks the upgrade. There are two options: * -server-dev-9.1 isn't important to keep after upgrading, so we could adjust blacklist regexp to not cover -server-dev. * We resolve the krb-dev transition bug that keeps it from updating (might turn out to be tricky). That aspe

[Bug 1295072] Re: qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

2014-04-08 Thread Serge Hallyn
** Also affects: device-tree-compiler (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706137 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.lau

[Bug 1304403] Re: Precise to Trusty - all of main - fails: Broken transition from libkadm5srv-mit8 to libkadm5srv-mit9

2014-04-08 Thread Martin Pitt
** Description changed: Precise to Trusty upgrade + all of main failure: - 2014-04-08 12:58:48,335 DEBUG blacklist expr '^postgresql-.*[0-9]\.[0-9].*' matches 'postgresql-server-dev-9.1' 2014-04-08 12:58:48,335 DEBUG The package 'postgresql-server-dev-9.1' is marked for removal but it'

[Bug 1268050] Re: Deprovision breaks iDNS registration when using cloud-init

2014-04-08 Thread Ben Howard
Fix tested and verified. Marking as verification-done. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu. https://bugs.launchpad.net/bugs/126805

[Bug 1304496] [NEW] add --version to squid3

2014-04-08 Thread Karl-Philipp Richter
Public bug reported: It would be helpful to have a --version parameter for the squid3 command printing the current version of the binary. ** Affects: squid3 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server T

[Bug 1302229] Re: [SRU] cloud-init Windows Azure does not have correct futil support for disk format support

2014-04-08 Thread Ben Howard
** Changed in: cloud-init (Ubuntu Precise) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1302229 Title: [SRU] cloud-init Windows Azure does n

Re: [Bug 1287943] Re: vm-builder needs trusty suite

2014-04-08 Thread Serge Hallyn
Hi Amir, please open a new bug for the crash you are seeing. Indeed revno should be an int not str in vcsersion.py -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in Ubuntu. https://bugs.launchpad.net/bugs/1287943 Title:

[Bug 1295093] Re: [FFe] Merge docker.io 0.9.1 from Debian unstable

2014-04-08 Thread James Page
** Also affects: docker.io (Ubuntu Trusty) Importance: High Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to docker.io in Ubuntu. https://bugs.launchpad.net/bugs/1295093 Title: [FFe] Merge docker.io 0.9.1 from De

[Bug 1302638] Re: augeas-tools fails to parse krb5.conf (solution provided)

2014-04-08 Thread Raphaël Pinson
I'll be happy to merge your patch. Please open a PR against https://github.com/hercules-team/augeas and add unit tests for your bug, and I'll merge it. If you think this should be fixed in trusty, I can also get the patch into the package and see if it will pass into the repository as a bugf

[Bug 1302638] Re: augeas-tools fails to parse krb5.conf (solution provided)

2014-04-08 Thread Robie Basak
> I'd say it obviously causes changes in the structure of the tree: it adds leaves. But I presume the question is meant: "Are there any trees that are parseable by both the unpatched and the patched lens, but which do not give identical trees?" Just to be clear, I think even just adding leaves cou

[Bug 1302638] Re: augeas-tools fails to parse krb5.conf (solution provided)

2014-04-08 Thread Robie Basak
Thank you for your reply! > I'm the one who should do the thanking: I'm using your distro. I guess it's a two way thing; you're contributing, too! :) Let me give you an example of why I ask the question. Let's say that in Ubuntu, we take your patch. Upstream later decide to achieve the same thin

[Bug 1295072] Re: qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

2014-04-08 Thread Serge Hallyn
Hm, the CVE link was added by a (errant?) bot... I removed the link. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1295072 Title: qemu 1.7 should build-depend on libfdt-dev higher th

[Bug 1295072] Re: qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

2014-04-08 Thread Serge Hallyn
Yes, thanks Michael, as we discussed on irc this needs to be fixed in device-tree-compiler in precise (and quantal). Once that is done we can remove the versioned dependency in trusty qemu. ** Also affects: device-tree-compiler (Ubuntu) Importance: Undecided Status: New ** Changed in:

[Bug 1302638] Re: augeas-tools fails to parse krb5.conf (solution provided)

2014-04-08 Thread Jurjen Bokma
I'm the one who should do the thanking: I'm using your distro. I have not sent the changes upstream. I'm not very familiar with the jargon of parse tree structure. I'd say it obviously causes changes in the structure of the tree: it adds leaves. But I presume the question is meant: "Are there a

  1   2   >