[Bug 236510] Re: default apparmor setting prevents bind from running under chroot

2012-08-28 Thread D J Gardner
for what it's worth, here is my /etc/apparmor.d/local/usr.sbin.named: /var/bind9/chroot/etc/bind/** r, /var/bind9/chroot/var/lib/bind/** rw, /var/bind9/chroot/var/lib/bind/ rw, /var/bind9/chroot/var/cache/bind/** rw, /var/bind9/chroot/var/cache/bind/ rw,

[Bug 1042711] [NEW] php: throw and catch within a destructor causes exception on-the-fly to be lost

2012-08-28 Thread Mikko Rantalainen
Public bug reported: See the attached test case. The Outer::runInner() throws a test exception that is supposed to be catched in Outer::run(). However, before this the destructor of Inner will run as a result of stack unwinding while returning from Outer::runInner(). This, in turn, causes the

[Bug 1042711] Re: php: throw and catch within a destructor causes exception on-the-fly to be lost

2012-08-28 Thread Mikko Rantalainen
** Attachment added: minimal test case https://bugs.launchpad.net/bugs/1042711/+attachment/3280442/+files/throw-test.php -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1042711

[Bug 1042275] Re: dnsmasq updating resolvconf when it's not configured to do DNS

2012-08-28 Thread Thomas Hood
The bug (in the network-manager package) is that /etc/dnsmasq.d/network- manager contains except-interface=lo despite the fact that network-manager was changed not to listen on lo's IP address (127.0.0.1) any more. Here's the changelog entry announcing this change. network-manager

[Bug 1042711] Re: php: throw and catch within a destructor causes exception on-the-fly to be lost

2012-08-28 Thread Mikko Rantalainen
It just occurred to me that the test case written a bit differently could be program logic guarding authenticated session. As a result, I'm marking this bug as security but keeping it still public because I'm not aware of real world PHP program suffering from a security issue because of this

[Blueprint servercloud-q-tomcat7] Promote Apache Tomcat 7 to main

2012-08-28 Thread James Page
Blueprint changed by James Page: Work items changed: Work items for quantal-alpha-3: [james-page] Update tomcat-server seed to use tomcat7: DONE [james-page] Review and update tomcat server test case: DONE [james-page] Raise MIR for tomcat7: DONE [james-page] Transition servlet2.5

[Blueprint servercloud-q-server-iso-tests-review] Improve Server Install and Upgrade Testing

2012-08-28 Thread James Page
Blueprint changed by James Page: Work items changed: Work items for quantal-alpha-1: [smoser] Call for testing of ISO images - Alpha 1: DONE Work items for quantal-alpha-2: [james-page] Call for testing of ISO images - Alpha 2: DONE Work items for quantal-alpha-3: Call for

[Bug 1042431] Re: lxc-start-ephemeral needs tweak to handle centos and fedora hostname setting

2012-08-28 Thread Serge Hallyn
Thanks, Dan, for the bug report and the patch. ** Changed in: lxc (Ubuntu) Status: New = Triaged ** Changed in: lxc (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 1040475] Re: maas depends on a broken version of python-tx-tftp

2012-08-28 Thread Andres Rodriguez
** Changed in: maas (Ubuntu) Status: New = Fix Released ** Changed in: maas (Ubuntu) Status: Fix Released = Invalid ** Also affects: python-tx-tftp (Ubuntu) Importance: Undecided Status: New ** Changed in: python-tx-tftp (Ubuntu) Status: New = Fix Released --

[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-08-28 Thread Serge Hallyn
@Metin, still no incidents? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bridge-utils in Ubuntu. https://bugs.launchpad.net/bugs/997978 Title: KVM images lose connectivity with bridged network To manage notifications about this

[Blueprint servercloud-q-juju-charm-unit-tests] Juju Charm Unit Tests

2012-08-28 Thread Mark Mims
Blueprint changed by Mark Mims: Work items changed: Work items: documentation for unit tests: INPROGRESS - write examples of unit tests on flag-bearing charms: TODO + write examples of unit tests on flag-bearing charms: INPROGRESS [jimbaker] make 'jitsu run-tests' aware of error codes

[Blueprint servercloud-q-juju-integration] Juju Integration

2012-08-28 Thread Mark Mims
Blueprint changed by Mark Mims: Work items changed: Work items: - [mark-mims] charm to deploy chef-server (maybe w sub like clint's puppet sub) : TODO - [mark-mims] charms that call chef solo recipes : TODO + [mark-mims] charm to deploy chef-server (maybe w sub like clint's puppet sub) :

[Blueprint servercloud-q-juju-charm-unit-tests] Juju Charm Unit Tests

2012-08-28 Thread Mark Mims
Blueprint changed by Mark Mims: Work items changed: Work items: documentation for unit tests: INPROGRESS write examples of unit tests on flag-bearing charms: INPROGRESS [jimbaker] make 'jitsu run-tests' aware of error codes (Jitsu watch): INPROGRESS [jimbaker] improve charmtester

[Blueprint servercloud-q-maas-next-steps] MAAS Next Steps

2012-08-28 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez: Work items changed: Work items: [andreserl] MIR celery: DONE [andreserl] MIR libjs-yui3: DONE [andreserl] MIR libjs-raphael: DONE [andreserl] package python-tx-tftp: DONE Enable test-suite in packaging: TODO maas-enlist - do not die if MAAS is

[Bug 1017978] Re: [MIR] libfcgi, ceph (radosgw)

2012-08-28 Thread James Page
The other fly in the ointment for radosgw is that to actually use it you need to use apache2 with libapache2-mod-fastcgi (which is in multiverse). This configuration is not currently automated in the packaging (I picked this from the upstream docs) so the packages don't express this in their

[Bug 1042431] Re: lxc-start-ephemeral needs tweak to handle centos and fedora hostname setting

2012-08-28 Thread Dan Kegel
For completeness, here's a cleaner copy of the patch, along with the centos script I'm using, from that same thread. I haven't actually deployed yet, but it passes my little unit test. ** Patch added: 0001-Add-Centos-support-to-lxc-create.patch

[Bug 1042856] [NEW] libapache2-mod-auth-kerb using krb5passwd and keepalive and credential delegation loses delegation after first request on connection

2012-08-28 Thread Raubvogel
Public bug reported: This is a bug that was reported in https://bugzilla.redhat.com/show_bug.cgi?id=687975; does it also affect ubuntu? Reason I ask is that I seem to be able to reproduce it in 12.04. Steps: 1. Need php5-ldap libapache2-mod-auth-kerb libsasl2-modules-ldap 2. Configure apache

[Bug 1026402] Re: mon cluster (no cephx) fails to start unless empty keyring files are created

2012-08-28 Thread James Page
Fixed in 0.48.1 (uploaded yesterday to quantal) ** Changed in: ceph (Ubuntu Quantal) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ceph in Ubuntu. https://bugs.launchpad.net/bugs/1026402 Title:

[Blueprint servercloud-q-lxc] Lxc work for Q

2012-08-28 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Work items changed: Work items: [stgraber] Review list of extra packages in lxc-ubuntu and have it contain the right list for each release: DONE [cooloney] check that all new cgroups are enabled in quantal kernel: DONE [serge-hallyn] pre-mount cgroups

[Blueprint servercloud-q-jenkins-cloud-builder] Jenkins Cloud Builder

2012-08-28 Thread Antonio Rosales
Blueprint changed by Antonio Rosales: Whiteboard changed: Motivation: The current build system works beautifully for producing images for Amazon. However, as Amazon adds more regions and as we add more build targets, the process of building the images has morphed into more of workflow. By

[Bug 948156] Re: Please merge PHP 5.4 from Debian

2012-08-28 Thread Leo Unglaub
Are there any updates on this request? What is the current status? Debian is shipping 5.4 for a while now without any problems. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/948156

[Bug 1042431] Re: lxc-start-ephemeral needs tweak to handle centos and fedora hostname setting

2012-08-28 Thread Ubuntu Foundation's Bug Bot
The attachment 0001-Add-Centos-support-to-lxc-create.patch of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by

[Bug 1042968] [NEW] Russian core sounds must be packaged

2012-08-28 Thread Mystic-Mirage
Public bug reported: Hi! Russian core sounds are now part of the official Asterisk. It should be in repo. http://downloads.asterisk.org/pub/telephony/sounds/ There is my ppa for asterisk-core-sounds-ru if it can help https://launchpad.net/~mystic-mirage/+archive/asterisk-core-sounds-ru **

[Bug 1034701] Re: ImportError: Could not import settings 'openstack_dashboard.settings': missing dependency on python-glanceclient

2012-08-28 Thread Adam Gandelman
Looks like python-glanceclient was added as a Dependency with the horizon (2012.2~f3-0ubuntu1) upload, along with the other required clients (swiftclient, quantumclient, etc). Marking as Fixed Released since its missing the bug ref. If this is still an issue please reopen. ** Changed in:

[Bug 1017978] Re: [MIR] libfcgi, ceph (radosgw)

2012-08-28 Thread Yehuda Sadeh
Note that while libapache2-mod-fastcgi is currently the better way to go, there's also libapache2-mod-fcgid, or nginx/lighttpd with fastcgi. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libfcgi in Ubuntu.

[Bug 1043004] [NEW] --bindhome option should be on lxc-create, not on lxc-ubuntu

2012-08-28 Thread Dan Kegel
Public bug reported: The ubuntu template has a handy --bindhome option, but that's not very useful if you need to support multiple guest OS's. That option should be hoisted out of the template and into lxc-create itself. ** Affects: lxc (Ubuntu) Importance: Undecided Status: New

[Bug 1043010] [NEW] Update to 3.6.7

2012-08-28 Thread Robert Ancell
Public bug reported: = Release Notes for Samba 3.6.7 August 6, 2012 = This is is the latest stable release of Samba 3.6. Major enhancements in Samba 3.6.7

[Bug 1043018] [NEW] lxc-ls lists running containers multiple times

2012-08-28 Thread Dan Kegel
Public bug reported: This seems wrong: $ lxc-ls demo_centos5 demo_centos6 demofedora16 demo_ubuntu_1004 demo_ubuntu_1204 demo_ubuntu_1204-temp-NjwI1BQ ubu12-bb-01-ubu12 ubu12-bb-01-ubu12 ubu12-bb-01-ubu12 ubu12-bb-01-ubu12 ubu12-bb-01-ubu12 ubu12-bb-01-ubu12 ubu12-bb-01-ubu12

[Bug 966944] Re: proxy support not fully working

2012-08-28 Thread Chris Halse Rogers
Hello Yoann, or anyone else affected, Accepted vm-builder into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/vm- builder/0.12.4+bzr477-0ubuntu3 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-08-28 Thread Chris Halse Rogers
Hello Tokuko, or anyone else affected, Accepted vm-builder into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/vm- builder/0.12.4+bzr477-0ubuntu3 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-08-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/vm-builder/precise- proposed -- 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/1008225 Title: vmbuilder fails using tmpfs due

[Bug 1043052] [NEW] [FFE] add pre-mount container startup hook

2012-08-28 Thread Serge Hallyn
Public bug reported: It is possible to use an ecryptfs backing store for a container's rootfs. Advantages include the inability of unprivileged processes to see the container's file contents, and, if the host is a cloud instance, confidence that when disk space is recycled for a new instance,

[Bug 1043052] Re: [FFE] add pre-mount container startup hook

2012-08-28 Thread Serge Hallyn
** Patch added: lxc-add-premount-hook.patch https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1043052/+attachment/3281426/+files/lxc-add-premount-hook.patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 1042864] Re: Failure to enlist due to preseed errors

2012-08-28 Thread Julian Edwards
I found the problem, the enlist_userdata template is missing from /usr/share/maas/preseeds/ ** Also affects: maas (Ubuntu) Importance: Undecided Status: New ** Changed in: maas Status: Incomplete = Invalid ** Branch linked: lp:~andreserl/maas/maas_missing_preseed_setuppy **

[Bug 1018094] Re: failed with nslookup for www.google.com, others domain names are fine

2012-08-28 Thread Launchpad Bug Tracker
[Expired for bind9 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: bind9 (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu.

[Bug 914160] Re: [MIR] openvswitch

2012-08-28 Thread Ben Pfaff
While not a condition of this MIR, IMHO it would be good to coordinate with Ben to see if what is happening for wheezy is good for 12.10. I'm not sure what I'm being asked here, can you be more explicit? -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1042864] Re: Failure to enlist due to preseed errors

2012-08-28 Thread Julian Edwards
** Changed in: maas Status: In Progress = Fix Released ** Changed in: maas (Ubuntu) Status: New = Invalid -- 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/1042864 Title: