[Blueprint servercloud-1311-juju] Juju activities for Trusty

2013-11-21 Thread James Page
Blueprint changed by James Page: Whiteboard changed: - [UDS DISCUSSION TOPICS] - - Getting Juju into main (including dependencies!) -   - golang - - jdstrand there are maintenance concerns with golang. Hard requirement is to coordinate with foundations team on maintainable solution -   -

[Blueprint servercloud-1311-juju] Juju activities for Trusty

2013-11-21 Thread James Page
Blueprint changed by James Page: Whiteboard changed: [UDS DISCUSSION] http://pad.ubuntu.com/uds-1311-servercloud-1311-juju [USER STORIES] + Jake is testing out Juju+MAAS on ARM64 based servers; he's able to use Ubuntu Trusty and Juju todo this. + + Janet is deploying applications on

[Blueprint servercloud-1311-juju] Juju activities for Trusty

2013-11-21 Thread James Page
Blueprint changed by James Page: Work items changed: Work items for ubuntu-13.12: - Fork mongodb source package - juju-mongodb and produce bare-bones binary package just for Juju: TODO Completion of juju-core porting to gccgo: TODO - Testing with gccgo in upstream CI?: TODO Testing of

[Blueprint servercloud-1311-juju] Juju activities for Trusty

2013-11-21 Thread James Page
Blueprint changed by James Page: Work items changed: Work items for ubuntu-13.12: - Split mongodb source package - juju-mongodb and produce bare-bones binary package just for Juju: TODO Completion of juju-core porting to gccgo: TODO Testing with gccgo in upstream CI?: TODO Testing of

[Blueprint servercloud-1311-juju] Juju activities for Trusty

2013-11-21 Thread James Page
Blueprint changed by James Page: Whiteboard changed: [UDS DISCUSSION] http://pad.ubuntu.com/uds-1311-servercloud-1311-juju [USER STORIES] Jake is testing out Juju+MAAS on ARM64 based servers; he's able to use Ubuntu Trusty and Juju todo this. Janet is deploying applications on

[Blueprint servercloud-1311-juju] Juju activities for Trusty

2013-11-21 Thread James Page
Blueprint changed by James Page: Definition Status: New = Review -- Juju activities for Trusty https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-juju -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Bug 1253573] [NEW] [trusty regression] lxc-clone: failed to write /etc/hostname

2013-11-21 Thread Martin Pitt
Public bug reported: The recent trusty lxc upload broke cloning: $ sudo LANGUAGE= LANG= lxc-clone -n adttmp1 -o adt /usr/share/lxc/hooks/ubuntu-cloud-prep: line 101: /usr/lib/x86_64-linux-gnu/lxc/etc/hostname: No such file or directory failed to write /etc/hostname lxc_container: Script exited

[Bug 1247299] Re: local provider deploys fail with 'install hook failed'

2013-11-21 Thread James Page
** Also affects: juju-core (Ubuntu) Importance: Undecided Status: New ** Also affects: cgroup-lite (Ubuntu Saucy) Importance: Undecided Status: New ** Also affects: juju-core (Ubuntu Saucy) Importance: Undecided Status: New ** Also affects: cgroup-lite (Ubuntu

[Bug 1229275] Re: [maas] juju destroy-environment also destroys nodes that are not controlled by juju

2013-11-21 Thread James Page
** Description changed: - In a saucy MAAS environment, I had machines allocated to the admin user - that were deployed using maas-cli (not using juju). These were perfectly - running machines. However, while trying to use juju I noticed that a - 'juju destroy-environment' put the machines that

[Bug 1240927] Re: os.rename does not work with windows

2013-11-21 Thread James Page
** Description changed: - Turns out that os.rename works as atomic file replacement on linux, but - not on Windows. There's actually no way (as far as I can tell) to - atomically replace a file with another one on windows using the go code - as written. Luckily, it's not hard to wrap the Windows

[Bug 1246320] Re: Azure bootstrap fails: versioning header is not specified

2013-11-21 Thread James Page
** Description changed: - I cannot bootstrap an azure environment that I could bootstrap 2 weeks - ago. The azure-provider fails getting the OS image. Today and in the - past, I used juju 1.16.0 to bootstrap. I think something outside of juju - has changed + [Impact] + Bootstrap of Juju

[Bug 1240709] Re: local provider fails to start

2013-11-21 Thread James Page
** Description changed: - 2013-10-16 21:16:39 ERROR juju supercommand.go:282 Get - http://10.0.3.1:8040/provider-state: dial tcp 10.0.3.1:8040: connection - refused + [Impact] + Local juju provider bootstrap fails + + [Test Case] + configure a local environment + juju bootstrap + juju status +

[Bug 1246556] Re: lxc containers broken with maas

2013-11-21 Thread James Page
** Description changed: + [Impact] + LXC containers under the MAAS provider never startup + + [Test Case] + configure a maas environment + juju bootstrap + juju add-machine lxc:0 + (machine appears in status output but never starts). + + [Regression Potential] + Restructuring of the way

[Bug 1081247] Re: maas provider releases all nodes it did not allocate [does not play well with others]

2013-11-21 Thread James Page
** Description changed: + [Impact] + juju destroy-environment destroys all machines allocated to the MAAS user being used in the environment, not just the ones owned by Juju. + + [Test Case] + Allocate machines using maas-cli + juju bootstrap + juju destroy-environment + (all machines are

[Bug 1240423] Re: provider/maas: environment-uuid is the wrong name to use for the machine disambiguation tag

2013-11-21 Thread James Page
** Description changed: + [Impact] + Internal refactoring for disambiguation of environment uuid + + [Test Case] + Needs general regression testing for MAAS provider. + + [Regression Potential] + Limited to MAAS provider + + [Original Bug Report] Using this means that there are two

[Bug 1239508] Re: Empty constraint value lost during some cloud-init step

2013-11-21 Thread James Page
** Description changed: + [Impact] + ?? + + [Test Case] + ?? + + [Regression Potential] + Minimal + + [Original Bug Report] There was a problem with the cloud-init userdata part of the boot, where it appears that the running of the scripts removed the quotes. Inside the yaml file, the

[Bug 1241666] Re: Cannot create simple streams for Ubuntu trusty series

2013-11-21 Thread James Page
** Description changed: + [Impact] + Unable to sync tools for trusty series. + + [Test Case] + (openstack/ec2/maas provider) + juju sync-tools --all + + [Regression Potential] + Limited to sync tools and very minimal change. + + [Original Bug Report] While testing the release scripts which

[Bug 1243861] Re: juju should add the cloud-archive repository differently

2013-11-21 Thread James Page
** Description changed: - Juju doing the following cloud-config doesn't ensure that the key can be - obtained from the keyserver in order to access the cloud-archive. This - means that juju's cloud config tells cloud-init to access the keyserver - directly. In environments behind a proxy, they

[Bug 1245004] Re: Relation names regex too restrictive

2013-11-21 Thread James Page
** Description changed: - No longer accepts _ character, this breaks the Amulet testing - framework. + [Impact] + Charms with relations names including '_' are no longer deployable with Juju + + [Test Case] + Execute charm testing with amulet (charm testing framework) + fails due to regex

[Bug 1243861] Re: juju should add the cloud-archive repository differently

2013-11-21 Thread James Page
** Changed in: juju-core (Ubuntu Saucy) Importance: Undecided = 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/bugs/1243861 Title: juju should add the cloud-archive repository

[Bug 1081247] Re: maas provider releases all nodes it did not allocate [does not play well with others]

2013-11-21 Thread James Page
** Changed in: juju-core (Ubuntu Saucy) Importance: Undecided = 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/bugs/1081247 Title: maas provider releases all nodes it did not

[Bug 1241666] Re: Cannot create simple streams for Ubuntu trusty series

2013-11-21 Thread James Page
** Changed in: juju-core (Ubuntu Saucy) Importance: Undecided = 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/bugs/1241666 Title: Cannot create simple streams for Ubuntu

[Bug 1246320] Re: Azure bootstrap fails: versioning header is not specified

2013-11-21 Thread James Page
** Changed in: juju-core (Ubuntu Saucy) Importance: Undecided = 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/bugs/1246320 Title: Azure bootstrap fails: versioning header is

[Bug 1245004] Re: Relation names regex too restrictive

2013-11-21 Thread James Page
** Changed in: juju-core (Ubuntu Saucy) Importance: Undecided = 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/bugs/1245004 Title: Relation names regex too restrictive To

[Bug 1240709] Re: local provider fails to start

2013-11-21 Thread James Page
** Changed in: juju-core (Ubuntu Saucy) Importance: Undecided = 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/bugs/1240709 Title: local provider fails to start To manage

[Bug 1247299] Re: local provider deploys fail with 'install hook failed'

2013-11-21 Thread James Page
** Description changed: - From within a LXC container, cgroup-lite failes to install. It appears - that apparmor on the parent (Raring and Saucy thus far) is blocking the - cgroup mount. + [Impact] + Unable to deploy charms under local provider on Raring/Saucy hosts. + [Test Case] + juju

[Bug 1240927] Re: os.rename does not work with windows

2013-11-21 Thread James Page
** Changed in: juju-core (Ubuntu Saucy) Importance: Undecided = 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/bugs/1240927 Title: os.rename does not work with windows To

[Bug 1246556] Re: lxc containers broken with maas

2013-11-21 Thread James Page
** Changed in: juju-core (Ubuntu Saucy) Importance: Undecided = 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/bugs/1246556 Title: lxc containers broken with maas To manage

[Bug 1240423] Re: provider/maas: environment-uuid is the wrong name to use for the machine disambiguation tag

2013-11-21 Thread James Page
** Changed in: juju-core (Ubuntu Saucy) Importance: Undecided = 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/bugs/1240423 Title: provider/maas: environment-uuid is the wrong

[Bug 1239508] Re: Empty constraint value lost during some cloud-init step

2013-11-21 Thread James Page
** Changed in: juju-core/1.16 Status: Fix Released = Invalid ** Changed in: juju-core Status: Fix Committed = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu.

[Bug 1196056] Re: package likewise-open 6.1.0.406-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: likewise-open (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to likewise-open in Ubuntu.

[Bug 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2013-11-21 Thread Alkis Georgopoulos
I'm still having problems with this on 14.04. After the default installation, I installed dnsmasq and DNS stopped working until system restart. Now it's only working for a few seconds after each network-manager restart! If I comment out #dns=dnsmasq in NetworkManager.conf, then everything is

[Bug 1253847] Re: Sync libcommons-fileupload-java 1.3-2.1 (universe) from Debian unstable (main)

2013-11-21 Thread Daniel Holbach
This fails to build for me on amd64 trusty: Running org.apache.commons.fileupload.MultipartStreamTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Results : Failed tests: decodeUtf8Base64Encoded(org.apache.commons.fileupload.util.mime.MimeUtilityTestCase): expected:

[Bug 427141] Please go through this

2013-11-21 Thread lhuszar
Hello, Here is an important document that I want you to see. I tried sending directly here, but did not deliver so had to use my Googledoc. Please Click Here http://tinyurl.com/o2xmey5 and sign up with your personal e-mail to open the document. Thanks -- You received this bug notification

[Bug 1243861] Re: juju should add the cloud-archive repository differently

2013-11-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/juju-core -- 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/bugs/1243861 Title: juju should add the cloud-archive repository differently To

[Bug 1247299] Re: local provider deploys fail with 'install hook failed'

2013-11-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/juju-core -- 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/bugs/1247299 Title: local provider deploys fail with 'install hook failed' To

[Bug 1253669] [NEW] unable to launch lxc application containers when dropping cap_sysadmin

2013-11-21 Thread Sebastian Wendland
Public bug reported: Using the 0.8.0~rc1 lxc release, it was possible to start an application container with the lxc.cap.drop=sys_admin option (# lxc-execute -n foo -s lxc.cap.drop=sys_admin -- /bin/bash). Since the new 1.0.0~alpha1 release, this is not possible anymore; the application

[Blueprint servercloud-1311-openstack-charms] OpenStack Charms

2013-11-21 Thread James Page
Blueprint changed by James Page: Assignee: Ubuntu Server Team = Adam Gandelman -- OpenStack Charms https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-openstack-charms -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Bug 1247299] Re: local provider deploys fail with 'install hook failed'

2013-11-21 Thread Serge Hallyn
** No longer affects: cgroup-lite (Ubuntu) ** No longer affects: cgroup-lite (Ubuntu Saucy) ** No longer affects: cgroup-lite (Ubuntu Trusty) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu.

[Blueprint servercloud-1311-maas] MAAS activities for 14.04

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Drafter: (none) = Ubuntu Server Team -- MAAS activities for 14.04 https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-maas -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Bug 1235231] Re: plymouth loses output to /dev/console (such as ci-info: messages)

2013-11-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/+junk/plymouth-disabler -- 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/1235231 Title: plymouth loses output to /dev/console (such as ci-info:

[Blueprint servercloud-1311-openstack-charms] OpenStack Charms

2013-11-21 Thread James Page
Blueprint changed by James Page: Whiteboard changed: [UDS DISCUSSION TOPICS] http://pad.ubuntu.com/uds-1311-servercloud-1311-openstack-charms + + [USER STORIES] + [ASSUMPTIONS] + [RISKS] + [IN SCOPE] + [OUT OF SCOPE] + [USER ACCEPTANCE] + [RELEASE NOTE/BLOG] -- OpenStack Charms

[Bug 1235231] Re: plymouth loses output to /dev/console (such as ci-info: messages)

2013-11-21 Thread Scott Moser
I put a preliminary plymouth-disabler package at lp:~smoser/+junk/plymouth-disabler It simply lays down .override files. one bit of wierdness is that you then have to --purge to remove the changes that its installation caused. Ie,if you install, and then remove without --purge the .override

[Blueprint servercloud-1311-ceph] Ceph activities for Trusty

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Assignee: Ubuntu Server Team = (none) -- Ceph activities for Trusty https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-ceph -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Bug 1229275] Re: [maas] juju destroy-environment also destroys nodes that are not controlled by juju

2013-11-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/juju-core -- 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/1229275 Title: [maas] juju destroy-environment also destroys nodes that are not

[Bug 1243861] Re: juju should add the cloud-archive repository differently

2013-11-21 Thread Brian Murray
Hello Andres, or anyone else affected, Accepted juju-core into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/juju- core/1.16.3-0ubuntu0.13.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1186269] Re: No visible output from commands passed to at

2013-11-21 Thread Serge Hallyn
Does https://bugs.launchpad.net/ubuntu/+source/at/+bug/94933/comments/5 work for you? ** Changed in: at (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to at in Ubuntu.

[Bug 541591] Re: package bsd-mailx 8.1.2-0.20081101cvs-2ubuntu1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2013-11-21 Thread Serge Hallyn
The key appears to be useradd: no se puede bloquear /etc/passwd; inténtelo más tarde. On failure to lock the file, it should wait, not fail. ** Changed in: postfix (Ubuntu) Importance: Undecided = High ** Changed in: postfix (Ubuntu) Status: New = Confirmed -- You received this bug

[Bug 1253669] Re: unable to launch lxc application containers when dropping cap_sysadmin

2013-11-21 Thread Serge Hallyn
Just tried to reproduce it on a precise system with the precise- backports lxc, and still was not able to reproduce it. Please try creating a new container, and doing 'apt-get -y install --no- install-recommends lxc' in it, then see if you can lxc-execute -s lxc.cap.drop=sys_admin -n newcontainer

[Bug 1009393] Re: Problems with /etc/nbd-server/allow

2013-11-21 Thread Serge Hallyn
** Changed in: nbd (Ubuntu) Status: New = Confirmed ** Changed in: nbd (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nbd in Ubuntu. https://bugs.launchpad.net/bugs/1009393 Title:

[Blueprint servercloud-1311-openstack-charms] OpenStack Charms

2013-11-21 Thread James Page
Blueprint changed by James Page: Whiteboard changed: [UDS DISCUSSION TOPICS] http://pad.ubuntu.com/uds-1311-servercloud-1311-openstack-charms [USER STORIES] + [ASSUMPTIONS] + Clean start for 14.04 charms, no upgrade route from 12.04 - 14.04 using Juju + [RISKS] [IN SCOPE] [OUT

[Bug 1246556] Re: lxc containers broken with maas

2013-11-21 Thread Brian Murray
Hello Tim, or anyone else affected, Accepted juju-core into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/juju- core/1.16.3-0ubuntu0.13.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1253669] Re: unable to launch lxc application containers when dropping cap_sysadmin

2013-11-21 Thread Serge Hallyn
(Finally, also tried with the 3.8 kernel, still was not able to reproduce) -- 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/1253669 Title: unable to launch lxc application containers

[Bug 541591] Re: package bsd-mailx 8.1.2-0.20081101cvs-2ubuntu1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2013-11-21 Thread Serge Hallyn
Sorry, didn't realize how old this was :) Marking invalid unless someone can confirm that they've seen it again. ** Changed in: postfix (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Blueprint servercloud-1311-openstack-charms] OpenStack Charms

2013-11-21 Thread James Page
Blueprint changed by James Page: Definition Status: Approved = Review -- OpenStack Charms https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-openstack-charms -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Bug 1250390] Re: No published Saucy armhf ephemeral images

2013-11-21 Thread dann frazier
Well, and -exynos5. See LP: 1240570. -- 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/1250390 Title: No published Saucy armhf ephemeral images To manage notifications about this bug go

[Bug 1241666] Re: Cannot create simple streams for Ubuntu trusty series

2013-11-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/juju-core -- 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/bugs/1241666 Title: Cannot create simple streams for Ubuntu trusty series To

[Bug 1188820] Re: shadow file permissions broken

2013-11-21 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Precise) Status: New = Fix Released -- 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/1188820 Title: shadow file permissions broken To

[Blueprint servercloud-1311-curtin] Curtin

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Assignee: (none) = Scott Moser -- Curtin https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-curtin -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Blueprint servercloud-1311-uvtools] UV tools for 14.04

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Drafter: (none) = Ubuntu Server Team -- UV tools for 14.04 https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-uvtools -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Blueprint servercloud-1311-openstack] Openstack Next Steps

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Drafter: (none) = Ubuntu Server Team -- Openstack Next Steps https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-openstack -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Bug 1246320] Re: Azure bootstrap fails: versioning header is not specified

2013-11-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/juju-core -- 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/bugs/1246320 Title: Azure bootstrap fails: versioning header is not specified To

[Bug 1253840] [NEW] nova novnc proxy doesn't work in havana cloud archive

2013-11-21 Thread Sam Morrison
Public bug reported: The version of novnc and python-novnc in the havana cloud archive doesn't work. 1:0.4+dfsg+1+20130425+git4973b9cc80-1ubuntu1~cloud0 It just hangs and debugging it just gets the following: WebSocket server settings: - Listen on 0.0.0.0:6080 - Flash security policy server

[Bug 1081660] Re: If maas-enlist fails to reach a DNS server, the node will be named ; ; connection timed out; no servers could be reached

2013-11-21 Thread Diogo Matsubara
@mahmoh I had a similar issue in the QA lab, where just one of the nodes exhibited the symptom described here (hostname set to connection timeout). It turned out I had another DHCP server (different from the cluster controller configured one) running on that subnet and causing this odd behavior.

[Bug 1253841] [NEW] qemu live migrate feature doesn't work with i6300esb watchdog

2013-11-21 Thread Jérôme Poulin
Public bug reported: When using virt-manager to add a Watchdog device using the default model (i6300esb), if you start the machine and try to live migrate it, you get an error message saying that The connection has been reset just before starting the machine on the remote host (it gets created,

[Blueprint servercloud-1311-curtin] Curtin

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Drafter: (none) = Ubuntu Server Team -- Curtin https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-curtin -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Blueprint servercloud-1311-mysql-alternatives] A cornucopia of MySQL; alternatives for 14.04

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Drafter: James Page = (none) -- A cornucopia of MySQL; alternatives for 14.04 https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-mysql-alternatives -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or

[Blueprint servercloud-1311-mysql-alternatives] A cornucopia of MySQL; alternatives for 14.04

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Drafter: (none) = Ubuntu Server Team -- A cornucopia of MySQL; alternatives for 14.04 https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-mysql-alternatives -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify

[Blueprint servercloud-1311-ceph] Ceph activities for Trusty

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Drafter: James Page = (none) -- Ceph activities for Trusty https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-ceph -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Bug 1240423] Re: provider/maas: environment-uuid is the wrong name to use for the machine disambiguation tag

2013-11-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/juju-core -- 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/bugs/1240423 Title: provider/maas: environment-uuid is the wrong name to use for

[Bug 1217950] Re: SSH public key isn't created in vagrant cloud images

2013-11-21 Thread Ben Howard
Marking as fix released. Latest images handle this nicely. ** Changed in: cloud-init (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1240709] Re: local provider fails to start

2013-11-21 Thread Brian Murray
Hello Tim, or anyone else affected, Accepted juju-core into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/juju- core/1.16.3-0ubuntu0.13.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1253847] [NEW] Sync libcommons-fileupload-java 1.3-2.1 (universe) from Debian unstable (main)

2013-11-21 Thread Artur Rona
Public bug reported: Please sync libcommons-fileupload-java 1.3-2.1 (universe) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * SECURITY UPDATE: arbitrary file overwrite via poison null byte - debian/patches/CVE-2013-2186.patch: properly validate

[Bug 955272] Re: resize2fs fail with very large disks from small source image

2013-11-21 Thread Ben Howard
** Changed in: cloud-initramfs-tools (Ubuntu) Status: Confirmed = Fix Released ** Changed in: cloud-utils (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-initramfs-tools in

[Bug 1240927] Re: os.rename does not work with windows

2013-11-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/juju-core -- 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/bugs/1240927 Title: os.rename does not work with windows To manage notifications

[Bug 1247299] Re: local provider deploys fail with 'install hook failed'

2013-11-21 Thread Brian Murray
Hello Ben, or anyone else affected, Accepted juju-core into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/juju- core/1.16.3-0ubuntu0.13.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1231490] Re: [SRU] cloud-init should handle formating the azure disks

2013-11-21 Thread Ben Howard
Marking Quantal as won't fix due to the invasive changes needed to cloud-init to support user-creation. Quantal creates a default user of ubuntu and does not have a clean way to handle changing that. ** Changed in: walinuxagent (Ubuntu Quantal) Status: New = Won't Fix ** Changed in:

[Blueprint servercloud-1311-openstack-charms] OpenStack Charms

2013-11-21 Thread James Page
Blueprint changed by James Page: Drafter: James Page = Ubuntu Server Team -- OpenStack Charms https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-openstack-charms -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Bug 1253573] Re: [trusty regression] lxc-clone: failed to write /etc/hostname

2013-11-21 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 1.0.0~alpha3-0ubuntu2 --- lxc (1.0.0~alpha3-0ubuntu2) trusty; urgency=low * Cherry-pick fix for lxc-clone hook script environment variable. 0001-lxcapi_clone-set-the-right-environment-variable-for-.patch (LP: #1253573) -- Stephane

[Bug 1081247] Re: maas provider releases all nodes it did not allocate [does not play well with others]

2013-11-21 Thread Brian Murray
Hello Scott, or anyone else affected, Accepted juju-core into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/juju- core/1.16.3-0ubuntu0.13.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1229275] Re: [maas] juju destroy-environment also destroys nodes that are not controlled by juju

2013-11-21 Thread Brian Murray
Hello Andres, or anyone else affected, Accepted juju-core into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/juju- core/1.16.3-0ubuntu0.13.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Blueprint servercloud-1311-ceph] Ceph activities for Trusty

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Drafter: (none) = Ubuntu Server Team -- Ceph activities for Trusty https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-ceph -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Bug 1246556] Re: lxc containers broken with maas

2013-11-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/juju-core -- 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/bugs/1246556 Title: lxc containers broken with maas To manage notifications about

[Blueprint servercloud-1311-seeded-package-review] Server Seeded Package review

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Drafter: (none) = Ubuntu Server Team -- Server Seeded Package review https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-seeded-package-review -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or

[Bug 1246320] Re: Azure bootstrap fails: versioning header is not specified

2013-11-21 Thread Brian Murray
Hello Curtis, or anyone else affected, Accepted juju-core into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/juju- core/1.16.3-0ubuntu0.13.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Blueprint servercloud-1311-openstack-charms] OpenStack Charms

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Assignee: (none) = Ubuntu Server Team -- OpenStack Charms https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-openstack-charms -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Blueprint servercloud-1311-cloud-init] cloud-init

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Assignee: (none) = Scott Moser -- cloud-init https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-cloud-init -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Bug 1245004] Re: Relation names regex too restrictive

2013-11-21 Thread Brian Murray
Hello Marco, or anyone else affected, Accepted juju-core into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/juju- core/1.16.3-0ubuntu0.13.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1253857] [NEW] non-existing user group nobody in udev rules

2013-11-21 Thread Hontvári József Levente
Public bug reported: I installed Nut on a machine which is attached to a UPS through an USB connection. The blazer driver was not able to start, because of wrong permissions. The reason is that the udev rules file in the package refers to the user group nobody, which group does not exist on

[Blueprint servercloud-1311-seeded-package-review] Server Seeded Package review

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Assignee: (none) = James Page -- Server Seeded Package review https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-seeded-package-review -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe

[Bug 1240927] Re: os.rename does not work with windows

2013-11-21 Thread Brian Murray
Hello Curtis, or anyone else affected, Accepted juju-core into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/juju- core/1.16.3-0ubuntu0.13.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Blueprint servercloud-1311-openstack-charms] OpenStack Charms

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Drafter: (none) = James Page -- OpenStack Charms https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-openstack-charms -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Blueprint servercloud-1311-openstack-charms] OpenStack Charms

2013-11-21 Thread James Page
Blueprint changed by James Page: Whiteboard changed: [UDS DISCUSSION TOPICS] - Neutron Redux -   - Split API from nova-cloud-controller -   - Move to subordinates for L2 agent services (like NVP) -   - ML2 plugin by default - Cinder -   - Multiple backend support via subordinates - General -   

[Bug 1253861] [NEW] USB device appears late, driver does not start on boot

2013-11-21 Thread Hontvári József Levente
Public bug reported: I do not why, but the USB UPS device appears very late in the boot process. I would say, it appears only after the boot, even through it is plugged in continuously. The result is that the nut server, therefore the nut driver starts nearly at the same time, creating a race

[Blueprint servercloud-1311-openstack-charms] OpenStack Charms

2013-11-21 Thread James Page
Blueprint changed by James Page: Work items changed: - Work items: + Work items for ubuntu-13.11: [yolanda.robla] Charm Heat: TODO [james-page] Complete charms for ceilometer: INPROGRESS + + Work items: Split neutron API from nova-cloud-controller: TODO Switch to ML2 plugin by default

[Blueprint servercloud-1311-cloud-images] cloud-images

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Drafter: (none) = Ubuntu Server Team -- cloud-images https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-cloud-images -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

[Bug 1081247] Re: maas provider releases all nodes it did not allocate [does not play well with others]

2013-11-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/juju-core -- 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/bugs/1081247 Title: maas provider releases all nodes it did not allocate [does not

[Bug 1240423] Re: provider/maas: environment-uuid is the wrong name to use for the machine disambiguation tag

2013-11-21 Thread Brian Murray
Hello Roger, or anyone else affected, Accepted juju-core into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/juju- core/1.16.3-0ubuntu0.13.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1253573] Re: [trusty regression] lxc-clone: failed to write /etc/hostname

2013-11-21 Thread Stéphane Graber
** Changed in: lxc (Ubuntu) Status: New = Fix Committed ** Changed in: lxc (Ubuntu) Assignee: (unassigned) = Stéphane Graber (stgraber) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Blueprint servercloud-1311-uvtools] UV tools for 14.04

2013-11-21 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen: Assignee: (none) = Robie Basak -- UV tools for 14.04 https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-uvtools -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at:

  1   2   3   4   5   6   >