[Bug 1089218] Re: Merge munin 2.0.9-1 (main) from Debian experimental

2012-12-11 Thread Jeremy Bicha
remaining diff with Debian

** Patch added: "debian-to-ubuntu.diff"
   
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1089218/+attachment/3458019/+files/debian-to-ubuntu.diff

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

Title:
  Merge munin 2.0.9-1 (main) from Debian experimental

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1089218/+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 1089218] Re: Merge munin 2.0.9-1 (main) from Debian experimental

2012-12-11 Thread Jeremy Bicha
** Patch added: "munin-merge.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1089218/+attachment/3458017/+files/munin-merge.debdiff

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

Title:
  Merge munin 2.0.9-1 (main) from Debian experimental

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1089218/+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 1089218] Re: Merge munin 2.0.9-1 (main) from Debian experimental

2012-12-11 Thread Jeremy Bicha
** Attachment added: "buildlog"
   
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1089218/+attachment/3458016/+files/munin_2.0.9-1ubuntu1_amd64-20121211-2113.build

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

Title:
  Merge munin 2.0.9-1 (main) from Debian experimental

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1089218/+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 1089218] [NEW] Merge munin 2.0.9-1 (main) from Debian experimental

2012-12-11 Thread Jeremy Bicha
Public bug reported:

Please merge munin 2.0.9-1 (main) from Debian experimental

Explanation of the Ubuntu delta and why it can be dropped:
  * SECURITY UPDATE: privilege escalation via root running plugins
- debian/patches/CVE-2012-3512.patch: run each plugin in their own
  state directory in Makefile, Makefile.config,
  node/lib/Munin/Node/{OS,Service}.pm, plugins/lib/Munin/Plugin.pm,
  plugins/node.d/*.in,plugins/node.d.linux/*.in.
- CVE-2012-3512
  * SECURITY UPDATE: remote code exection via bad arguments
- debian/patches/CVE-2012-3513.patch: use MUNIN_CONFIG env variable
  instead of @ARGV to specify alternate config file in
  master/_bin/munin-cgi-graph.in, master/_bin/munin-cgi-html.in.
- debian/patches/CVE-2012-3512-regression.patch: Don't rely on
  MUNIN_PLUGSTATE being in the environment as these scripts also get
  run by a cron job in plugins/node.d.linux/apt_all.in,
  plugins/node.d.linux/apt.in.
- CVE-2012-3513
  * debian/rules: actually apply quilt patches.
  * debian/Makefile.config: added new plugin state directory location.
  * debian/munin-node.{postinst,postrm}: Switch to new plugin state
directory.
  * debian/patches/fix_ran_out_of_children.patch:
- Fix occasional "Ran out of children: No child processes" error messages
  (LP: #1009357).
  * Merge from Debian unstable. Remaining changes:
- d/munin-node.upstart,munin.upstart: Add upstart configurations.

The security updates are in the new version.
The plugin state changes were applied I believe in 2.0.6-1 or -2.
The remaining diff is just the upstart files and the ran_out_of_children patch

Changelog entries since current raring version 2.0.2-1ubuntu3:

munin (2.0.9-1) experimental; urgency=low

  * New upstream bugfix release(s).
- Drop all debian/patches/ (except 100-DejaVu-Fonts-Path.patch) as they
  were included in 2.0.7-2.0.9.
  * Remove libcgi-fast-perl from munin's depends.
  * Add libapache2-mod-fcgid to munin's suggests.
  * Support libapache2-mod-fcgid in /etc/munin/apache.conf out of the box
(Closes: #695228), remove configuration for libapache2-mod-fastcgi as it's
non-free.
  * debian/rules: set MUNIN_VERSION correctly during build. (Closes: #694527)

 -- Holger Levsen   Tue, 11 Dec 2012 22:33:55 +0100

munin (2.0.6-2) UNRELEASED; urgency=low

  * munin-node.postinst: delete /var/lib/munin(-node)/plugin-state recursively
on purge. The plugin-state is outdated after a few minutes anyway.
(Closes: #687715)
  * Fix "/etc/apache2/conf.d/munin removed on upgrade":
- debian/munin.postinst: create symlink for new installs and also for
  upgrades from versions where it was still removed (up to 1.4.6-3) but
  not re-created (from 1.4.6-1 onwards). Thanks to Gregor Herrman for the
  patch and intrigeri for reviewing. (Closes: #677943)
  * Add documentation for munin-async, thanks to Daniel Black. 
(Closes: #681803)
  * Patch node/munin-node.conf.in to allow incoming IPv6 from localhost,
mostly to document that IPv6 addresses are allowed as well. Thanks to
Daniel Black. (Closes: #676798)
This is debian/patches/238-munin-node-ipv6allow.patch
  * HTMLConfig.pm: cherry-pick 789c59e from 2.0.7 to avoid (using the default
configuration) /var/log/munin/munin-html.log being flooded with 106 lines
of noisy warnings (out of 112 lines in total) every 5min. (Closes: #689291)
This is debian/patches/239-fix-too-many-warnings-in-munin-graph.log.patch
  * munin-doc: Break and replace munin-common << 2. (Closes: #694355)
  * selinux_avcstat plugin: Do not use the "read without variable" bashism,
thanks to intrigeri for the patch. (Closes: #690711)
This is 240-Do-not-use-the-read-without-variable-bashism.patch
  * Have master support multi-homed nodes that only listen on IPv4.
(Closes: #678662) This is upstream commit a18229c5, thanks to Michael
Renner for the testing and the patch!
This is debian/patches/241-master-connect-to--and-A-address.patch
  * Fix wrong assumption about Net::SSLeay::CTX_set_options return value.
Thanks to intrigeri for this patch. (Closes: #675377)
This is 242-Fix-wrong-assumption-about-Net-SSLeay-CTX_set_option.patch
  * http_loadtime plugin: fix stderr redirection (which broke the plugin
completely) (Closes: #691448)
This is 243-http_loadtime-fixed-stderr-redirection-with-time.patch
  * apt_all plugin: the apt_all plugin has its state updated in cron. There
the ENV var MUNIN_PLUGSTATE doesn't exist, so we need to set a default.
(Closes: #687495). This has been in included in 2.0.7 and is
debian/patches/244-fix-apt_all-plugin-statedir-for-cron.patch
  * munin-async.init: Run munin-async after munin-node has been started.
(Closes: #691390) - Thanks to Daniel Black for this and the next two
fixes:
  * munin-async.postinst: fix /var/lib/munin-async ownership (once on upgrades
from previous versions) and for new installs. (Closes: #

[Blueprint servercloud-r-lxc] LXC work for R

2012-12-11 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  [serge-hallyn] Send user namespace delta to kernel-team ASAP: DONE
  [serge-hallyn] Post syslog namespace design wiki page: DONE
  [serge-hallyn] Send syslog namespace prototype to lkml: DONE
  [serge-hallyn] Send syslog namespace description to kernel-team ASAP: DONE
- [serge-hallyn] Add set_cgroup_item() and get_cgroup_item() to C API: TODO
+ [serge-hallyn] Add set_cgroup_item() and get_cgroup_item() to C API: DONE
  [daniel-lezcano] Improved monitor notification support: TODO
  [stgraber] Fix lxc-ls (re-write using api): DONE
  [serge-hallyn] lxc-create or template option to specify userns mapping: TODO
  [serge-hallyn] push user namespace lxc delta upstream: INPROGRESS
  [serge-hallyn] add config options for loglevel and output file: DONE
  [serge-hallyn] drop lxccontainer.log default logging in api: DONE
  [serge-hallyn] lxc-create - set a default log file in 
/var/log/lxc/$container: TODO
  [serge-hallyn] lxc.autodev: push lxc patch upstream: DONE
  [serge-hallyn] lxc.autodev: push lxc patch into package: DONE
  [serge-hallyn] lxc.autodev: push mountall patch into package: DONE
  [serge-hallyn] list broken functionality in ubuntu container in user 
namespace: TODO
  [serge-hallyn] improve ubuntu container experience in user namespace: TODO
  [serge-hallyn] add config option for RLIMIT_NPROC in userns container: TODO
  [stgraber] add (not container) to upstart jobs which just fail: INPROGRESS
  [stgraber] write tool to pass devices into container: DONE
  [stgraber] create a separate package for templates: DONE
  [stgraber] have lxc-create record the name of template used in container 
config file for debugging: DONE
  [stgraber] support templates outside of $templatedir (pushed to git): DONE
  [stgraber] investigate what's needed to support containers outside of 
/var/lib/lxc: INPROGRESS
  [serge-hallyn] test apparmor profile stacking; implement any lxc changes 
needed to support it: BLOCKED
  [stgraber] rebase staging branch on upstream master: DONE
  [serge-hallyn] test attach support in userns kernel; shout if anything 
missing: TODO
  [daniel-lezcano] investigate/use http://lxc.sourceforge.net/download/procfs 
to filter /proc/{cpuinfo,meminfo,etc}: TODO
  [stgraber] investigate: does dnsmasq save mac->ip across host reboots? (it 
does): DONE
  [stgraber] Port arkose to python3 (and make it pep8 clean): DONE
  [stgraber] Port arkose to python3-lxc: BLOCKED
  [stgraber] Port auto-dist-upgrader to python3-lxc: DONE
  [stgraber] Tweak the tests to ensure auto-dist-upgrader on LXC gives the same 
results as on kvm: INPROGRESS
  [stgraber] Check what it'd take to make lxc work fine when 
creating/starting/stopping containers in parallel: TODO
  [stgraber] Add code to detect and install langpacks in containers (at least 
-base-en): DONE
  [stgraber] Get LXC into main: INPROGRESS
  [ebiederm] Push current userns patchset upstream: INPROGRESS
  [ebiederm] Add support for tmpfs mounts in userns: TODO

-- 
LXC work for R
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-lxc

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


[Blueprint servercloud-r-libvirt] Libvirt work for R

2012-12-11 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  [serge-hallyn] Have virbr0 not be set to autostart if it's network is in use: 
DONE
  [stefan-bader-canonical] watch for libxl patches for xen 4.2: TODO
  [mdeslaur] make sure OVMF support in virt-manager is sufficient to easily 
test secureboot and non-secureboot UEFI boots: TODO
- [serge-hallyn] Simplify hugepages exploitation in libirt-qemu (LP: #1001584): 
INPROGRESS
+ [serge-hallyn] Simplify hugepages exploitation in libirt-qemu (LP: #1001584): 
DONE
+ [serge-hallyn] Blog on using hugepages with kvm and libvirt: TODO

-- 
Libvirt work for R
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-libvirt

-- 
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 861504] Re: nova-compute-lxc limited by available nbd devices to 16 instances

2012-12-11 Thread Michael Still
Yes, if there are more device files than that they will now be used as
well.

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

Title:
  nova-compute-lxc limited by available nbd devices to 16 instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/861504/+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 1050351] Re: lxc-start-ephemeral suppresses command exit status

2012-12-11 Thread William Grant
I don't have the power to reject it, and I'm not sure who did or why.
I'd still like to see this SRUed if possible.

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

Title:
  lxc-start-ephemeral suppresses command exit status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1050351/+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 861504] Re: nova-compute-lxc limited by available nbd devices to 16 instances

2012-12-11 Thread Lorin Hochstein
Does this bug get resolved by https://review.openstack.org/17886, which
removes the max_nbd_devices flag?

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

Title:
  nova-compute-lxc limited by available nbd devices to 16 instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/861504/+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 1086646] Re: text/x-shellscript doesn't run if text/cloud-boothook present

2012-12-11 Thread DaveQB
Yeah I did stumble upon that bug when I was researching  this issue last
week.

Thanks for all your help Scott.

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

Title:
  text/x-shellscript doesn't run if text/cloud-boothook present

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1086646/+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 1088053] Re: Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can build

2012-12-11 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1064083] Re: xenapi migrations fail w/ swap

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  xenapi migrations fail w/ swap

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1064083/+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 1064359] Re: nova-manage doesn't validate the key value supplied to update the quota

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  nova-manage doesn't validate the key value supplied to update the
  quota

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1064359/+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 1070138] Re: admin can't describe all images in ec2 api

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  admin can't describe all images in ec2 api

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1070138/+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


[Blueprint servercloud-r-juju-charm-testing] Juju Charm Testing

2012-12-11 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard changed:
  Discussion:
   *Bug submission on charm failure.
   *Define a process around how charm maintainers respond to test failures and 
subsequent bugs. Can a user run a manual test and submit the test back to the 
bug report to update testing status to green.
   *Enable Autocharm tester to be more resilient against provider failures, and 
Jenkins usage.
   simulate provider failure, and be able to recover: $ juju ssh  
sudo shutdown now
-  * Define work items to execute auto charm testing on Go.
+  * Define work items to execute auto charm testing on Go.
+  * Continuous Integration (also will help with gating on charm commits)

-- 
Juju Charm Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-juju-charm-testing

-- 
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 1088971] Re: squid3 is not compiled with ssl support

2012-12-11 Thread Dave Walker
On 11 December 2012 16:36, James Troup  wrote:
> Debian Bug report logs - #51988 texinfo: texi2dvi4a2ps cannot create
> temporary directory
>
> Wrong bug?

Indeed, i dropped the leading digit.
http://bugs.debian.org/251988

but http://bugs.debian.org/180886.. also provides more info.

Thanks.


** Bug watch added: Debian Bug tracker #251988
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=251988

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

Title:
  squid3 is not compiled with ssl support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1088971/+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 1073569] Re: Jenkins jobs fail because of incompatibility between sqlalchemy-migrate and the newest sqlalchemy-0.8.0b1

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/glance/precise-essex-
proposed

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

Title:
  Jenkins jobs fail because of incompatibility between sqlalchemy-
  migrate and the newest sqlalchemy-0.8.0b1

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1073569/+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 1088971] Re: squid3 is not compiled with ssl support

2012-12-11 Thread Robert Collins
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180886 is the Debian
bug of record. We (squid) need signoff from all contributors ever to add
such an excemption, and I'm fairly sure thats impossible. Work is going
on to use GNUTLS I think.

** Bug watch added: Debian Bug tracker #180886
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180886

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

Title:
  squid3 is not compiled with ssl support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1088971/+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 1068716] Re: Instances deleted during spawn leak network allocations

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Instances deleted during spawn leak network allocations

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1068716/+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 1064713] Re: hostname in metadata ends with . if dhcp_domain flag is empty

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  hostname in metadata ends with . if dhcp_domain flag is empty

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1064713/+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 1077148] Re: Package walinuxagent version 1.2

2012-12-11 Thread Ben Howard
** Description changed:

- requirement for GA.
+ Microsoft requested version 1.2

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

Title:
  Package walinuxagent version 1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1077148/+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 1070045] Re: Nova API does not work with QuantumV2 API subclasses

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Nova API does not work with QuantumV2 API subclasses

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1070045/+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 1065440] Re: resize does not migrate DHCP host information

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  resize does not migrate DHCP host information

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1065440/+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 1067214] Re: forget to release resource when terminate an instance from a failed compute node

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  forget to release resource when terminate an instance from a failed
  compute node

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1067214/+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 1065053] Re: Nova backup image fails

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Nova backup image fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1065053/+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 1066887] Re: live-migration and volume host assignement

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  live-migration and volume host assignement

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1066887/+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 1063851] Re: metadata service throws 500 - NoSuchOptError

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  metadata service throws 500 - NoSuchOptError

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1063851/+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 1066513] Re: live_migration missing migrate_data parameter in Hyper-V driver

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  live_migration missing migrate_data parameter in Hyper-V driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1066513/+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 1065092] Re: Resource reservation isn't rolled back properly for certain failures during Instance Create

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Resource reservation isn't rolled back properly for certain failures
  during Instance Create

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1065092/+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 1064524] Re: Nic Ordering not guaranteed with Quantum API

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Nic Ordering not guaranteed with Quantum API

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1064524/+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 1054129] Re: reboot with -vga cirrus can result in broken output

2012-12-11 Thread Leann Ogasawara
Closing Fix Released per comments #24 and #26.  Thanks.

** Changed in: linux (Ubuntu Quantal)
   Status: Incomplete => Fix Released

** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  reboot with -vga cirrus can result in broken output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1054129/+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 887191] Re: OS API: XML Namespace Handling Broken

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  OS API: XML Namespace Handling Broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/887191/+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 1004007] Re: Incorrect Exception raised during Create server when metadata over 255 characters

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Incorrect Exception raised during Create server when metadata over 255
  characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1004007/+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 1023169] Re: update nova to report quantum floating IPs

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  update nova to report quantum floating IPs

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1023169/+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 1050982] Re: ensure_default_security_group() does not call sgh

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  ensure_default_security_group() does not call sgh

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1050982/+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 1056122] Re: attach-time field for volumes is not updated for detach volume

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  attach-time field for volumes is not updated for detach volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1056122/+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 1057069] Re: trigger_instance[add/remove]_security_group_refresh are never called

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  trigger_instance[add/remove]_security_group_refresh are never called

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1057069/+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 1057279] Re: console auth does not work with memcache, unicode error

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  console auth does not work with memcache, unicode error

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1057279/+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 1057756] Re: libvirt: if exception raised during volume_detach, volume state is inconsistent

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  libvirt: if exception raised during volume_detach, volume state is
  inconsistent

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1057756/+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 1058273] Re: Snapshotting LXC instance fails

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Snapshotting LXC instance fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1058273/+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 1060255] Re: Host field set too early during builds

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Host field set too early during builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1060255/+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 1060363] Re: Resource tracker uses regex DB query too often

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Resource tracker uses regex DB query too often

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1060363/+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 1060836] Re: libvirt: detaching volume may fail while terminating other instances on the same host concurrently

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  libvirt: detaching volume may fail while terminating other instances
  on the same host concurrently

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1060836/+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 1060925] Re: libvirt: rebuild is not using kernel and ramdisk associated with the new image

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  libvirt: rebuild is not using kernel and ramdisk associated with the
  new image

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1060925/+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 1061124] Re: Enabling Return Reservation ID with XML create server request returns no body

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Enabling Return Reservation ID with XML create server request returns
  no body

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1061124/+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 1061499] Re: API calls to dis-associate an auto-assigned floating IP should return proper warning

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  API calls to dis-associate an auto-assigned floating IP should return
  proper warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1061499/+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 1061944] Re: xen volume auto device selection always picks xvdb

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  xen volume auto device selection always picks xvdb

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1061944/+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 1062033] Re: nova-compute will assign the same device name if volume-attach continuously

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  nova-compute will assign the same device name if volume-attach
  continuously

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062033/+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 1069573] Re: Cloudpipe in Folsom: no such option: cnt_vpn_clients

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Cloudpipe in Folsom: no such option: cnt_vpn_clients

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1069573/+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 1070509] Re: nova-api now requires quantumclient

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  nova-api now requires quantumclient

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1070509/+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 1071069] Re: After restarting an instance volume is lost

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  After restarting an instance volume is lost

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1071069/+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 1071168] Re: 'BackupCreate' should accept rotation parameter greater than or equal to zero

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  'BackupCreate' should accept rotation parameter greater than or equal
  to zero

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1071168/+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 1071536] Re: typo prevents volume_tmp_dir flag from working

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  typo prevents volume_tmp_dir flag from working

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1071536/+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 1071595] Re: finish_resize failures result in NoneType exception

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  finish_resize failures result in NoneType exception

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1071595/+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 1071600] Re: confirm_resize mgr call requires admin context

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  confirm_resize mgr call requires admin context

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1071600/+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 1073600] Re: Compute manager doesn't update 'host' field when it tries to run a VM

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Compute manager doesn't update 'host' field when it tries to run a VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1073600/+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 1073720] Re: libvirt reboot sometimes fails to reattach volumes

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  libvirt reboot sometimes fails to reattach volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1073720/+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 1073736] Re: Calls to to_xml() to generate XML for a soft deleted flavor fail

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Calls to to_xml() to generate XML for a soft deleted flavor fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1073736/+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 1073858] Re: nova-api crashes if it is run with nobody account.

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  nova-api crashes if it is run with nobody account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1073858/+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 1074437] Re: disassociate_floating_ip with multi_host=True fails

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  disassociate_floating_ip with multi_host=True fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1074437/+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 1075017] Re: libvirt imagecache still runs even if disabled

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  libvirt imagecache still runs even if disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1075017/+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 1075018] Re: libvirt imagecache should handle shared image storage

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  libvirt imagecache should handle shared image storage

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1075018/+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 1075859] Re: use_single_default_gateway does not function correctly

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  use_single_default_gateway does not function correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1075859/+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 1076308] Re: Logging CPU incompatibility when attempting live migration fails

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Logging CPU incompatibility when attempting live migration fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1076308/+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 1078085] Re: Nova does not delete the LV on LVM backed VMs

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Nova does not delete the LV on LVM backed VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1078085/+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 1078718] Re: Fixed IP isn't released before updating DHCP host file

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Fixed IP isn't released before updating DHCP host file

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1078718/+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 1079113] Re: disk path not exists when using LXC with libvirt_images_type=lvm

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  disk path not exists when using LXC with libvirt_images_type=lvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1079113/+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 1079387] Re: 413 error code doesn't always provide Retry-After

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  413 error code doesn't always provide Retry-After

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1079387/+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 1080406] Re: DisassociateAddress can cause Internal Server Error

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  DisassociateAddress can cause Internal Server Error

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1080406/+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 1081436] Re: Only return the last N lines of the console log

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Only return the last N lines of the console log

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1081436/+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 1081836] Re: nova-compute (folsom) fails to start, compute_driver is None

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  nova-compute (folsom) fails to start, compute_driver is None

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1081836/+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 1083818] Re: Detached and deleted RBD volumes remain associated with insance

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Detached and deleted RBD volumes remain associated with insance

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1083818/+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 1085255] Re: Meta bug for tracking Openstack 2012.2.1 Stable Update

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  Meta bug for tracking Openstack 2012.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1085255/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-12-11 Thread Stéphane Graber
Claudio can you confirm that the following:
dhclient3 -e IF_METRIC=100 -pf /var/run/dhclient.eth0.40.pid -lf 
/var/lib/dhcp/dhclient.eth0.40.leases -1 eth0.40
echo $?

Gives you a > 0 value?


Then, you can perhaps try:
dhclient3 -e IF_METRIC=100 -pf /var/run/dhclient.eth0.40.pid -lf 
/var/lib/dhcp/dhclient.eth0.40.leases -1 eth0.40 -d

Which should give you more details on why it's failing.

If Pär Näsberg's workaround works for you too, then it's a kernel bug
and I'll close that bug or re-assign to kernel.

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1088971] Re: squid3 is not compiled with ssl support

2012-12-11 Thread James Troup
Debian Bug report logs - #51988 texinfo: texi2dvi4a2ps cannot create
temporary directory

Wrong bug?

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

Title:
  squid3 is not compiled with ssl support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1088971/+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 1066845] Re: nova-novncproxy is not running; Suggest: novnc should be Depends

2012-12-11 Thread Chuck Short
** Changed in: nova (Ubuntu Raring)
   Status: Triaged => Fix Released

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

Title:
  nova-novncproxy is not running; Suggest: novnc should be Depends

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1066845/+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


[Blueprint servercloud-r-webscale] WebScale Packaging and Main Promotions

2012-12-11 Thread Dave Walker
Blueprint changed by Dave Walker:

Assignee: Clint Byrum => James Page

-- 
WebScale Packaging and Main Promotions
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-webscale

-- 
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 1032550] Re: [multipath] failed to get sysfs information

2012-12-11 Thread Peter Petrakis
I should have been more specific, please set kernel.hung_task_panic as well, 
which
should trigger on the "blocked more than N sec" events.

Also, if you still have the system in this state. Does ps | aux show a series 
of kpartx
processes blocked?

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

Title:
  [multipath]  failed to get sysfs information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1032550/+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 919068] Re: bridge_ports all doesn't work at boot time

2012-12-11 Thread Stéphane Graber
Could you retry on Ubuntu 12.10 or 12.04 with all updates applied?

A few months ago I spotted a race going on with udev which got fixed and
pushed back to 12.04, would be interesting to know if that helped.

** Changed in: bridge-utils (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  bridge_ports all doesn't work at boot time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/919068/+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 1088971] Re: squid3 is not compiled with ssl support

2012-12-11 Thread Dave Walker
Hi David,

I'm afraid this isn't possible due to licensing issues (GPL / OpenSSL..
no exception provided.)..  You are welcome to rebuild the package with
this, you just may not distribute it.  Hence it not being suitable for
the Ubuntu Archive.

More information is avliable on the debian bug:
http://bugs.debian.org/51988

Thanks.

** Bug watch added: Debian Bug tracker #51988
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=51988

** Changed in: squid3 (Ubuntu)
   Status: New => Won't Fix

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

Title:
  squid3 is not compiled with ssl support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1088971/+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 1088971] [NEW] squid3 is not compiled with ssl support

2012-12-11 Thread David Lawson
Public bug reported:

The versions of squid3 shipping with precise and quantal are not
compiled with ssl support.  Currently this is versions 3.1.19 in precise
and 3.1.20 in quantal.  if we can get --enable-ssl turned on in the
compile, that would be fantastic as we're looking to terminate SSL
connections with Squid.

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

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

Title:
  squid3 is not compiled with ssl support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1088971/+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 1032550] Re: [multipath] failed to get sysfs information

2012-12-11 Thread Ronald Moesbergen
** Attachment added: "syslog.test2.survived.gz"
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1032550/+attachment/3457383/+files/syslog.test2.survived.gz

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

Title:
  [multipath]  failed to get sysfs information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1032550/+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 1032550] Re: [multipath] failed to get sysfs information

2012-12-11 Thread Ronald Moesbergen
I just retested with the multipath-tools version
'0.4.9-3ubuntu5+lp1032250dbg1', on 2 systems simulatiously. The test
consisted of repeatedly shutting down the fibre port in the switch for
one of the paths. One system survived (see syslog.test2.survived.gz),
one system did not (syslog.test2.broken.gz). The crashdump stuff was
installled and panic_on_oops set to '1', but there were no kernel 'BUG'
or 'OOPS'-en going on this time... The 'failed to get sysfs information'
error is gone, however. It might have been replaced with the following
though:

Dec 11 16:04:44 ealxs00162 udevd[8828]: rename '/dev/disk/by-id/wwn-
0x6006016061e02e008a2d4fa5b307e211.udev-tmp' '/dev/disk/by-id/wwn-
0x6006016061e02e008a2d4fa5b307e211' failed: No such file or directory

Hope this helps.


** Attachment added: "syslog.test2.broken.gz"
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1032550/+attachment/3457382/+files/syslog.test2.broken.gz

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

Title:
  [multipath]  failed to get sysfs information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1032550/+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 1050351] Re: lxc-start-ephemeral suppresses command exit status

2012-12-11 Thread Serge Hallyn
@William,

I see you've rejected the precise-proposed submission.  Should the
precise status be set to wontfix, or will you be pushing another fix?

** Changed in: lxc (Ubuntu Precise)
   Status: In Progress => Triaged

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

Title:
  lxc-start-ephemeral suppresses command exit status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1050351/+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 1062277] Re: 092_add_instance_system_metadata migration fails when upgrading

2012-12-11 Thread Yaguang Tang
in a conclusion. this is caused by human operation. not a  code bug.

** Changed in: nova
   Status: In Progress => Invalid

** Changed in: nova (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  092_add_instance_system_metadata migration fails when upgrading

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062277/+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 953093] Re: Add dbconfig-common support to glance

2012-12-11 Thread Chuck Short
I dont think this is something we are going to do.

** Changed in: glance (Ubuntu)
   Status: New => Won't Fix

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

Title:
  Add dbconfig-common support to glance

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/953093/+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 1082050] Re: man pages installed with keystone are outdated

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~zulcss/keystone/buh-bye-dbconfig

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

Title:
  man pages installed with keystone are outdated

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1082050/+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 1032550] Re: [multipath] failed to get sysfs information

2012-12-11 Thread Ronald Moesbergen
@Peter: I'll try do reproduce on our acceptance systems with crashdump
installed and report back.

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

Title:
  [multipath]  failed to get sysfs information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1032550/+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 1084261] Re: 'nova-manage project quota' command fails with 'nova-manage: error: no such option: --project'

2012-12-11 Thread Chuck Short
** Changed in: nova (Ubuntu)
   Status: New => Fix Committed

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

Title:
  'nova-manage project quota' command fails with 'nova-manage: error: no
  such option: --project'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1084261/+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 1064914] Re: Removing user from a tenant isn't invalidating user access to tenant

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/keystone/precise-essex-
proposed

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

Title:
  Removing user from a tenant isn't invalidating user access to tenant

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1064914/+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 1073569] Re: Jenkins jobs fail because of incompatibility between sqlalchemy-migrate and the newest sqlalchemy-0.8.0b1

2012-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/keystone/precise-essex-
proposed

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

Title:
  Jenkins jobs fail because of incompatibility between sqlalchemy-
  migrate and the newest sqlalchemy-0.8.0b1

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1073569/+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 998712] Re: domain name completion broken when dnsmasq is used

2012-12-11 Thread Wolf Rogner
Now I understand what you are getting at (took me a long time).

I can confirm that my DNS server serves any request from inside the
network. I have a log on the router monitoring outgoing traffic. Under
NO circumstances is a DNS request going out UNLESS the internal server
is down but the clients still have their DHCP settings.

I verify this regularly as part of my error testing procedures. This is
why I even use an external DNS server as my bind forwards DNS requests
in case it cannot resolve them itself.

Now there could be a client timeout (which occures in very rare cases,
say once a year per client). In that case, the browser (which is the
only app that might get affected) will simply provide a 404 page and a
reload usually works.

None of my dnsmasqed clients requests from the external server when our
internal bind is up.

I will try to put dnsmasq into strict mode for testing.

Get back to you with results after some time.

Merry Christmas

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

Title:
  domain name completion broken when dnsmasq is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/998712/+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 1088857] [NEW] LM-SENSORS-MIB includes thresholds

2012-12-11 Thread Bradley Baetz
Public bug reported:

The LM-SENSORS-MIB values includes thresholds (at least for temperature;
I don't have any other sensors on this machine). This means that:

 - there's no programatic way to identify the actual temperature
 - cacti can't use lmTempSensorsDevice as the index (because its there multiple 
times), and instead has to use the index. This isn't stable across reboots.

In the below, either only rows 0 and 4 should show, or the others should
have different names. ("CPU temp" and "Motherboard temp") come from a
sensors.conf file

$ snmptable -v 2c -c XXX localhost LM-SENSORS-MIB::lmTempSensorsTable
SNMP table: LM-SENSORS-MIB::lmTempSensorsTable

 lmTempSensorsIndex lmTempSensorsDevice lmTempSensorsValue
  0CPU temp  34500
  1CPU temp  7
  2CPU temp 10
  3CPU temp  95000
  4Motherboard temp  28000
  5Motherboard temp  7
  6Motherboard temp  7
  7Motherboard temp  0
  8Motherboard temp  85000
  9Motherboard temp  85000
 10Motherboard temp  0
 11Motherboard temp  0
 12Motherboard temp  0

$ sensors
k10temp-pci-00c3
Adapter: PCI adapter
CPU temp: +34.5°C  (high = +70.0°C)
   (crit = +100.0°C, hyst = +95.0°C)

jc42-i2c-0-18
Adapter: SMBus PIIX4 adapter at 0b00
Motherboard temp:  +27.8°C  (low  =  +0.0°C)
(high = +70.0°C, hyst = +70.0°C)
(crit = +85.0°C, hyst = +85.0°C)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: snmpd 5.4.3~dfsg-2.4ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
Uname: Linux 3.2.0-34-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu15
Architecture: amd64
Date: Tue Dec 11 22:02:16 2012
InstallationMedia: Mythbuntu 12.04 "Precise Pangolin" - Beta amd64 (20120328)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_AU:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: net-snmp
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  LM-SENSORS-MIB includes thresholds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1088857/+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 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2012-12-11 Thread Thomas Hood
One thing needs to be checked, though. Reading dnsmasq(8):

 -o, --strict-order
  By default, dnsmasq will send queries to any of the
  upstream servers it knows about and tries to favour
  servers  that  are known  to  be  up. Setting this flag
  forces dnsmasq to try each query with each server
  strictly in the order they appear in /etc/resolv.conf

Will switching on strict-order have the same effect now that nameserver
addresses are sent over D-Bus?

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1003842/+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 998712] Re: domain name completion broken when dnsmasq is used

2012-12-11 Thread Thomas Hood
My guess is that this bug is fundamentally bug #1003842 with the twist
that sometimes the lookup succeeds if the fully qualified internal
domain name is given on the command line explicitly.

(I don't think it's a coincidence that both Wolf and Reggie are on
networks with non-equivalent nameservers.)

That is, using Wolf's example, "ping s4" fails because 's4' can't be
resolved (as expected) and then 's4.rsb.intern' also can't be resolved
because of bug #1003842.

The remaining question is why "ping s4.rsb.intern" *does* work. And why
did "dig s4 +search" succeed in Wolf's last experiment? It's possible
that in these cases dnsmasq happened to talk to the internal nameserver
instead of the external one.

If this hypothesis is correct then running nm-dnsmasq in strict-order
mode should also fix the problem. If you are running Ubuntu 12.10 then
please try running nm-dnsmasq in strict-order mode. To put nm-dnsmasq
into strict-order mode, create a file
/etc/NetworkManager/dnsmasq.d/strictorder with the single line "strict-
order" and then "sudo restart network-manager". NM-dnsmasq should now be
running in strict-order mode and everything should be working perfectly.
:)  This method doesn't work in Ubuntu 12.04 which lacks
/etc/NetworkManager/dnsmasq.d/.

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

Title:
  domain name completion broken when dnsmasq is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/998712/+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 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2012-12-11 Thread Thomas Hood
It has been a few months since the last comment.

If no solution along the lines of those outlined earlier (see comments
#28, #29, #34, #37) is forthcoming then nm-dnsmasq should simply be put
back into strict-order mode, thus reversing the change made at the
suggestion of bug #903854.

Stéphane wrote in #37:
> Switching back to strict-order is a bad idea for the reasons
> listed in bug 903854, namely, we'd loose our biggest
> advantage from using dnsmasq. 

The biggest advantage is only a performance advantage under some
circumstances. This in no way stacks up against outright failure under
other circumstances — circumstances typical of many LANs.  If no
solution for this bug (#1003842) is forthcoming then it is time to admit
that switching off strict-order was the wrong thing to do. Knowing what
we know now, we should switch it back on, and only switch it off again
when a solution has been found for this bug. If switching on strict-
order eliminates the only advantages of using nm-dnsmasq then nm-dnsmasq
itself should be switched off (as proposed at bug #1086693) until that
time.

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1003842/+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 1041396] Re: Token validation includes revoked roles (CVE-2012-4413)

2012-12-11 Thread Yolanda Robla
** Changed in: keystone (Ubuntu)
   Status: New => Fix Released

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

Title:
  Token validation includes revoked roles (CVE-2012-4413)

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1041396/+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 1046905] Re: Memcached Token Backend does not support list tokens

2012-12-11 Thread Yolanda Robla
** Changed in: keystone (Ubuntu)
   Status: New => Fix Released

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

Title:
  Memcached Token Backend does not support list tokens

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1046905/+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 1050025] Re: Token invalidation in case of role grant/revoke should be limited to affected tenant

2012-12-11 Thread Yolanda Robla
** Changed in: keystone (Ubuntu)
   Status: New => Fix Released

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

Title:
  Token invalidation in case of role grant/revoke should be limited to
  affected tenant

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1050025/+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 1056373] Re: memcache driver needs protection against unicode user keys

2012-12-11 Thread Yolanda Robla
** Changed in: keystone (Ubuntu)
   Status: New => Fix Released

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

Title:
  memcache driver needs protection against unicode user keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1056373/+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


  1   2   >