[Blueprint servercloud-r-openstack-juju-charms] OpenStack Juju Charms Next Steps

2012-12-01 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
- Complete Quantum charm: TODO
+ [james-page] Complete Quantum charm: INPROGRESS
  SSL everywhere: TODO
  HA rabbitmq: TODO
  HA mysql: TODO
  Nova compute deployment ready for live migration: TODO
  HA proxy relations for all API servers: TODO

-- 
OpenStack Juju Charms Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-juju-charms

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 67811] Re: Takes all CPU time

2012-12-01 Thread Christopher K.
I now also added ionice to avoid a lot if io-load on the server being backed up.
My RsyncClientCmd now looks like this:

$sshPath -q -x -l backuppc $host /usr/bin/nice -n 19 /usr/bin/ionice -c2
-n7 /usr/bin/sudo $rsyncPath $argList+

-c2 is the best effort class and -n7 is the lowest priority in this
class. If you want even less io-load, use the idle-class (-c3, without
-n). Note that this might make cause the backup to take much longer (or
even never complete).

Note that you need at least a linux kernel 2.6.13 for ionice as far as I
know.

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

Title:
  Takes all CPU time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/67811/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1085537] [NEW] /etc/ssl/certs/cert-ec2.pem is invalid symlink

2012-12-01 Thread Scott Moser
Public bug reported:

$ dpkg -L euca2ools | grep cert-ec2
/etc/ssl/certs/cert-ec2.pem
$ ls -l /etc/ssl/certs/cert-ec2.pem
lrwxrwxrwx 1 root root 33 Jul 13 16:57 /etc/ssl/certs/cert-ec2.pem - 
/usr/share/euca2ools/cert-ec2.pem

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: euca2ools 2.0.2-1ubuntu2
ProcVersionSignature: User Name 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
Date: Sun Dec  2 02:11:40 2012
Ec2AMI: ami-0169
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
PackageArchitecture: all
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: euca2ools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: euca2ools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ec2-images quantal

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

Title:
  /etc/ssl/certs/cert-ec2.pem is invalid symlink

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/1085537/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1085538] [NEW] irqbalance flooding syslog file

2012-12-01 Thread Marco Carvalho
Public bug reported:

process irqbalance is flooding syslog file with this:
Dec  2 00:17:10 Server /usr/sbin/irqbalance: Load average increasing, 
re-enabling all cpus for irq balancing
Dec  2 00:18:20  /usr/sbin/irqbalance: last message repeated 7 times
Dec  2 00:19:30  /usr/sbin/irqbalance: last message repeated 7 times
Dec  2 00:20:33  /usr/sbin/irqbalance: last message repeated 5 times
Dec  2 00:21:33  /usr/sbin/irqbalance: last message repeated 4 times
Dec  2 00:22:33  /usr/sbin/irqbalance: last message repeated 6 times
Dec  2 00:23:33  /usr/sbin/irqbalance: last message repeated 6 times
Dec  2 00:24:33  /usr/sbin/irqbalance: last message repeated 6 times

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: irqbalance 1.0.3-1ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Sun Dec  2 00:23:07 2012
InstallationDate: Installed on 2012-06-04 (180 days ago)
InstallationMedia: Ubuntu-Server 12.10 Quantal Quetzal - Release amd64 
(20121017.2)
MarkForUpload: True
SourcePackage: irqbalance
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: irqbalance (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal

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

Title:
  irqbalance flooding syslog file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1085538/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1085537] Re: /etc/ssl/certs/cert-ec2.pem is dangling symlink

2012-12-01 Thread Scott Moser
** Summary changed:

- /etc/ssl/certs/cert-ec2.pem is invalid symlink
+ /etc/ssl/certs/cert-ec2.pem is dangling symlink

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

Title:
  /etc/ssl/certs/cert-ec2.pem is dangling symlink

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/1085537/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1077020] Re: cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

2012-12-01 Thread Scott Moser
** Description changed:

+ == Begin SRU Information ==
+ [Impact] 
+  * a documented feature of cloud-init, for adding ca-certificates does not 
function as it should.  Instead, certificates added in this manner simply are 
ignored.  This is because apparently, a line directly following a blank line in 
/etc/ca-certificates.conf is ignored.
+ 
+ [Test Case]
+   - start a cloud instance with no user-data
+   - add content below to /etc/cloud/cloud.cfg.d/99-local-certs.cfg
+   - run the ca-certs code through cloud-init single
+ you will see output from update-ca-certificates indicating no
+ new certificates were added
+ $ sudo cloud-init single --name=ca_certs --frequency=always
+ Cloud-init v. 0.7 running 'single' at Sun, 02 Dec 2012 02:23:21 +. Up 
2429.68 seconds.
+ Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
+ Running hooks in /etc/ca-certificates/update.ddone.
+ 
+ # this can be fixed by removing the blank line and re-running
+ # update-ca-certificates
+ Also, note that the following has no output:
+ $ ls -l /usr/lib/ssl/certs/ | grep -i cloud
+   - edit /etc/ca-certificates.conf, remove cloud-init added entry
+ $ sed -i '/cloud-init-ca-certs.crt/d'
+   - upgrade cloud-init, re-run the ca_certs
+ $ sudo dpkg -i cloud-init_all.deb
+ $ sudo cloud-init single --name=ca_certs --frequency=always
+ 
+ This time, you will see output containing: 1 added, 0 removed; done.
+ Also, (trimmed output), you will see:
+ $ ls -l /usr/lib/ssl/certs/ | grep -i cloud
+ lrwxrwxrwx b1d2b355.0 - cloud-init-ca-certs.pem
+ lrwxrwxrwx cbbf81bb.0 - cloud-init-ca-certs.pem
+ lrwxrwxrwx cloud-init-ca-certs.pem - 
/usr/share/ca-certificates/cloud-init-ca-certs.crt
+ 
+ [Regression Potential] 
+  * regression potential is low.  It could break the ca_certs module further, 
but the module is not functional as it is. Tracebacks are caught when modules 
are executed, so there is really no potential for further harm.
+ 
+ == End   SRU Information ==
+ 
  Using a cloud-init yaml file adding a certificate like this:
  
+ # BEGIN /etc/cloud/cloud.cfg.d/99-local-certs.cfg
  ca-certs:
-   # If present, the 'trusted' parameter should contain a certificate (or list
-   # of certificates) to add to the system as trusted CA certificates.
-   # Pay close attention to the YAML multiline list syntax.  The example shown
-   # here is for a list of multiline certificates.
-   # - Amazon RDS SSL Certificate 
(http://s3.amazonaws.com/rds-downloads/mysql-ssl-ca-cert.pem)
-   trusted:
- - |
-   -BEGIN CERTIFICATE-
-   MIIDQzCCAqygAwIBAgIJAOd1tlfiGoEoMA0GCSqGSIb3DQEBBQUAMHUxCzAJBgNV
-   BAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdTZWF0dGxlMRMw
-   EQYDVQQKEwpBbWF6b24uY29tMQwwCgYDVQQLEwNSRFMxHDAaBgNVBAMTE2F3cy5h
-   bWF6b24uY29tL3Jkcy8wHhcNMTAwNDA1MjI0NDMxWhcNMTUwNDA0MjI0NDMxWjB1
-   MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHU2Vh
-   dHRsZTETMBEGA1UEChMKQW1hem9uLmNvbTEMMAoGA1UECxMDUkRTMRwwGgYDVQQD
-   ExNhd3MuYW1hem9uLmNvbS9yZHMvMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKB
-   gQDKhXGU7tizxUR5WaFoMTFcxNxa05PEjZaIOEN5ctkWrqYSRov0/nOMoZjqk8bC
-   med9vPFoQGD0OTakPs0jVe3wwmR735hyVwmKIPPsGlaBYj1O6llIpZeQVyupNx56
-   UzqtiLaDzh1KcmfqP3qP2dInzBfJQKjiRudo1FWnpPt33QIDAQABo4HaMIHXMB0G
-   A1UdDgQWBBT/H3x+cqSkR/ePSIinPtc4yWKe3DCBpwYDVR0jBIGfMIGcgBT/H3x+
-   cqSkR/ePSIinPtc4yWKe3KF5pHcwdTELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldh
-   c2hpbmd0b24xEDAOBgNVBAcTB1NlYXR0bGUxEzARBgNVBAoTCkFtYXpvbi5jb20x
-   DDAKBgNVBAsTA1JEUzEcMBoGA1UEAxMTYXdzLmFtYXpvbi5jb20vcmRzL4IJAOd1
-   tlfiGoEoMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAvguZy/BDT66x
-   GfgnJlyQwnFSeVLQm9u/FIvz4huGjbq9dqnD6h/Gm56QPFdyMEyDiZWaqY6V08lY
-   LTBNb4kcIc9/6pc0/ojKciP5QJRm6OiZ4vgG05nF4fYjhU7WClUx7cxq1fKjNc2J
-   UCmmYqgiVkAGWRETVo+byOSDZ4swb10=
-   -END CERTIFICATE-
+   # If present, the 'trusted' parameter should contain a certificate (or list
+   # of certificates) to add to the system as trusted CA certificates.
+   # Pay close attention to the YAML multiline list syntax.  The example shown
+   # here is for a list of multiline certificates.
+   # - Amazon RDS SSL Certificate 
(http://s3.amazonaws.com/rds-downloads/mysql-ssl-ca-cert.pem)
+   trusted:
+ - |
+   -BEGIN CERTIFICATE-
+   MIIDQzCCAqygAwIBAgIJAOd1tlfiGoEoMA0GCSqGSIb3DQEBBQUAMHUxCzAJBgNV
+   BAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdTZWF0dGxlMRMw
+   EQYDVQQKEwpBbWF6b24uY29tMQwwCgYDVQQLEwNSRFMxHDAaBgNVBAMTE2F3cy5h
+   bWF6b24uY29tL3Jkcy8wHhcNMTAwNDA1MjI0NDMxWhcNMTUwNDA0MjI0NDMxWjB1
+   MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHU2Vh
+   dHRsZTETMBEGA1UEChMKQW1hem9uLmNvbTEMMAoGA1UECxMDUkRTMRwwGgYDVQQD
+   ExNhd3MuYW1hem9uLmNvbS9yZHMvMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKB
+   gQDKhXGU7tizxUR5WaFoMTFcxNxa05PEjZaIOEN5ctkWrqYSRov0/nOMoZjqk8bC
+   

[Bug 1077020] Re: cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

2012-12-01 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

-- 
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/1077020

Title:
  cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1077020/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1077020] Re: cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

2012-12-01 Thread Scott Moser
fixed in revno 744

** Changed in: cloud-init
   Status: Triaged = Fix Committed

** Changed in: cloud-init
 Assignee: (unassigned) = Scott Moser (smoser)

-- 
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/1077020

Title:
  cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1077020/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1077020] Re: cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

2012-12-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/quantal/cloud-init/sru

-- 
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/1077020

Title:
  cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1077020/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1085537] Re: /etc/ssl/certs/cert-ec2.pem is dangling symlink

2012-12-01 Thread Scott Moser
** Description changed:

  $ dpkg -L euca2ools | grep cert-ec2
  /etc/ssl/certs/cert-ec2.pem
  $ ls -l /etc/ssl/certs/cert-ec2.pem
  lrwxrwxrwx 1 root root 33 Jul 13 16:57 /etc/ssl/certs/cert-ec2.pem - 
/usr/share/euca2ools/cert-ec2.pem
+ 
+ It would seem that this is an improper fix or regression from bug
+ 1007533.
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: euca2ools 2.0.2-1ubuntu2
  ProcVersionSignature: User Name 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  Date: Sun Dec  2 02:11:40 2012
  Ec2AMI: ami-0169
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  PackageArchitecture: all
  ProcEnviron:
-  TERM=screen
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=screen
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: euca2ools
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  /etc/ssl/certs/cert-ec2.pem is dangling symlink

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/1085537/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1007533] Re: euca2ools in precise (probably also quanta) breaks openssl when installed first

2012-12-01 Thread Scott Moser
This seems to not have been properly fixed, resulting in bug 1085537.

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

Title:
  euca2ools in precise (probably also quanta) breaks openssl when
  installed first

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/1007533/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1076811] Re: Cloud-init modules do not reflect loaded config

2012-12-01 Thread Scott Moser
** Changed in: cloud-init (Ubuntu Precise)
   Status: Fix Released = Invalid

-- 
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/1076811

Title:
  Cloud-init modules do not reflect loaded config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1076811/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1076811] Re: Cloud-init modules do not reflect loaded config

2012-12-01 Thread Scott Moser
** Description changed:

- After cloud-init consumes its userdata, it continues using the initial
- userdata/system config and distro objects, and does not force them to be
- reloaded so modules about to be ran (or modules which will use the
- distro) will reflect this new data. After the program exits and the next
- 'stage' runs that stage though does reload the configuration correctly.
- It needs to be fixed for the init stage.
+ === Begin SRU Information ===
+ [Impact]
+  * if a user passes in cloud-config containing 'system_info', these changes
+do not get applied.  The biggest fallout of this is that
+the user cannot change the mirrors that are present in the built
+in config.
+ 
+ [Test Case]
+  * Launch an instance with user-data containing:
+#cloud-config
+system_info:
+ package_mirrors:
+  - arches: [i386, amd64]
+failsafe:
+  primary: http://us.archive.ubuntu.com/ubuntu
+search:
+  primary:
+- http://us.archive.ubuntu.com/ubuntu
+  * verify that mirror 'us.archive.ubuntu.com' is not used in
+/etc/apt/sources.list as it should be.
+ 
+ [Regression Potential]
+  * The editing of system_info is broken.  This is unlikely to make
+the situation worse.
+ 
+ === End SRU Information ===
+ 
+ 
+ After cloud-init consumes its userdata, it continues using the initial 
userdata/system config and distro objects, and does not force them to be 
reloaded so modules about to be ran (or modules which will use the distro) will 
reflect this new data. After the program exits and the next 'stage' runs that 
stage though does reload the configuration correctly. It needs to be fixed for 
the init stage.

-- 
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/1076811

Title:
  Cloud-init modules do not reflect loaded config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1076811/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1076811] Re: Cloud-init modules do not reflect loaded config

2012-12-01 Thread Scott Moser
** Changed in: cloud-init (Ubuntu Quantal)
   Status: Triaged = In Progress

** Changed in: cloud-init (Ubuntu Quantal)
 Assignee: (unassigned) = Scott Moser (smoser)

-- 
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/1076811

Title:
  Cloud-init modules do not reflect loaded config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1076811/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1080985] Re: 'noblock' setting for resize_rootfs is broken

2012-12-01 Thread Scott Moser
** Changed in: cloud-init (Ubuntu Quantal)
   Status: Confirmed = In Progress

** Changed in: cloud-init (Ubuntu Quantal)
 Assignee: (unassigned) = Scott Moser (smoser)

-- 
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/1080985

Title:
  'noblock' setting for resize_rootfs is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1080985/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1077700] Re: Issue with ConfigDriveV2 and ssh authorized_keys

2012-12-01 Thread Scott Moser
** Changed in: cloud-init (Ubuntu Quantal)
   Status: Triaged = Confirmed

** Changed in: cloud-init (Ubuntu Quantal)
   Status: Confirmed = In Progress

** Changed in: cloud-init (Ubuntu Quantal)
 Assignee: (unassigned) = Scott Moser (smoser)

-- 
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/1077700

Title:
  Issue with ConfigDriveV2 and ssh authorized_keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1077700/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1077020] Re: cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

2012-12-01 Thread Scott Moser
** Changed in: cloud-init (Ubuntu Quantal)
   Status: Triaged = In Progress

** Changed in: cloud-init (Ubuntu Quantal)
 Assignee: (unassigned) = Scott Moser (smoser)

-- 
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/1077020

Title:
  cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1077020/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1073077] Re: zsh complains about locale_warn on launch

2012-12-01 Thread Scott Moser
** Changed in: cloud-init (Ubuntu Quantal)
   Status: Triaged = In Progress

** Changed in: cloud-init (Ubuntu Quantal)
 Assignee: (unassigned) = Scott Moser (smoser)

-- 
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/1073077

Title:
  zsh complains about locale_warn on launch

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1073077/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1070345] Re: need to restart landscape after updating config

2012-12-01 Thread Scott Moser
** Changed in: cloud-init (Ubuntu Quantal)
   Status: Triaged = In Progress

** Changed in: cloud-init (Ubuntu Quantal)
 Assignee: (unassigned) = Scott Moser (smoser)

-- 
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/1070345

Title:
  need to restart landscape after updating config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1070345/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1066115] Re: The landscape client plugin doesn't create the config file with the proper permissions

2012-12-01 Thread Scott Moser
** Changed in: cloud-init (Ubuntu Quantal)
   Status: Triaged = In Progress

** Changed in: cloud-init (Ubuntu Quantal)
 Assignee: (unassigned) = Scott Moser (smoser)

-- 
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/1066115

Title:
  The landscape client plugin doesn't create the config file with the
  proper permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1066115/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1077020] Re: cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

2012-12-01 Thread todaioan
** Changed in: cloud-init (Ubuntu Precise)
   Status: Triaged = Fix Committed

** Changed in: cloud-init (Ubuntu Quantal)
   Status: In Progress = Opinion

-- 
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/1077020

Title:
  cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1077020/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs