[Bug 1205547] [NEW] package samba 2:3.6.3-2ubuntu2.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128 - no windows machine available at this time

2013-07-26 Thread Larry Mason
Public bug reported:

PC that would normally share files was powered down at installation
time.  Hope that this didn't cause any problems.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba 2:3.6.3-2ubuntu2.6
ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Fri Jul 26 19:02:38 2013
DuplicateSignature: package:samba:2:3.6.3-2ubuntu2.6:subprocess installed 
post-installation script returned error exit status 128
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationMedia: Mythbuntu 12.04.2 "Precise Pangolin" - Release amd64 
(20130213)
MarkForUpload: True
RelatedPackageVersions:
 nautilus N/A
 gvfs 1.12.1-0ubuntu1.2
SambaClientRegression: No
SourcePackage: samba
Title: package samba 2:3.6.3-2ubuntu2.6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check precise

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

Title:
  package samba 2:3.6.3-2ubuntu2.6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 128 - no
  windows machine available at this time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1205547/+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 1205525] Re: LXC instances fail with mount error, attempting to mount wrong partition

2013-07-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  LXC instances fail with mount error, attempting to mount wrong
  partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1205525/+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 1205525] [NEW] LXC instances fail with mount error, attempting to mount wrong partition

2013-07-26 Thread Adam Gandelman
Public bug reported:

Using the libvirt driver and libvirt_type=lxc on Grizzly, LXC -backed
instances fail to start.  Nova is failing to mount the nbd block device
at the containers rootfs, because it does not address the partition
(tested using an ubuntu cloud image and cirros).

2013-07-26 23:09:16.911 ERROR nova.virt.disk.api 
[req-7663ecc9-91ae-4fe0-9149-a59aed47c06b 1ac54004c9834e7dad0431fff3206d7d 
64defdc3bf6247798c201914db714e7b] Failed to mount container filesystem 
'' on 
'/var/lib/nova/instances/0c8a3e06-2938-4423-8da3-1d9abbcbbfe9/rootfs': 
--
Failed to mount filesystem: Unexpected error while running command.
Command: mount /dev/nbd7 
/var/lib/nova/instances/0c8a3e06-2938-4423-8da3-1d9abbcbbfe9/rootfs
Exit code: 12
Stdout: ''
Stderr: "NTFS signature is missing.\nFailed to mount '/dev/nbd7': Invalid 
argument\nThe device '/dev/nbd7' doesn't seem to have a valid NTFS.\nMaybe the 
wrong device is used? Or the whole disk instead of a\npartition (e.g. /dev/sda, 
not /dev/sda1)? Or the other way around?\n"
2013-07-26 23:09:16.912 ERROR nova.compute.manager 
[req-7663ecc9-91ae-4fe0-9149-a59aed47c06b 1ac54004c9834e7dad0431fff3206d7d 
64defdc3bf6247798c201914db714e7b] [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] Instance failed to spawn
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] Traceback (most recent call last):
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9]   File 
"/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1103, in _spawn
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] block_device_info)
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9]   File 
"/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 1528, in 
spawn
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] block_device_info)
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9]   File 
"/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 2444, in 
_create_domain_and_network
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] domain = self._create_domain(xml, 
instance=instance)
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9]   File 
"/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 2401, in 
_create_domain
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] use_cow=CONF.use_cow_images)
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9]   File 
"/usr/lib/python2.7/dist-packages/nova/virt/disk/api.py", line 322, in 
setup_container
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] raise 
exception.NovaException(img.errors)
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] NovaException: 
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] --
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] Failed to mount filesystem: Unexpected 
error while running command.
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] Command: mount /dev/nbd7 
/var/lib/nova/instances/0c8a3e06-2938-4423-8da3-1d9abbcbbfe9/rootfs
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] Exit code: 12
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] Stdout: ''
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] Stderr: "NTFS signature is 
missing.\nFailed to mount '/dev/nbd7': Invalid argument\nThe device '/dev/nbd7' 
doesn't seem to have a valid NTFS.\nMaybe the wrong device is used? Or the 
whole disk instead of a\npartition (e.g. /dev/sda, not /dev/sda1)? Or the other 
way around?\n"
2013-07-26 23:09:16.912 31412 TRACE nova.compute.manager [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] 
2013-07-26 23:09:17.210 AUDIT nova.compute.manager 
[req-7663ecc9-91ae-4fe0-9149-a59aed47c06b 1ac54004c9834e7dad0431fff3206d7d 
64defdc3bf6247798c201914db714e7b] [instance: 
0c8a3e06-2938-4423-8da3-1d9abbcbbfe9] Terminating instance

http://paste.ubuntu.com/5916532/plain/

** Affects: nova
 Importance: Undecided
 Status: New

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

** Also affects: nova
   Importance: Undecided
   Status: New

-- 
You received

[Bug 708395] Re: clamdscan can't scan anything

2013-07-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: clamav (Ubuntu)
   Status: New => Confirmed

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

Title:
  clamdscan can't scan anything

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/708395/+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 1202278] Re: bind9 has no rate limit option

2013-07-26 Thread Seth Arnold
It might be possible to bring the feature to 12.04 LTS, through one of
two mechanisms:

The Stable Release Update process
https://wiki.ubuntu.com/StableReleaseUpdates is usually used to fix
high-impact bugs. I'd be prepared to ask the SRU team to include rate-
limiting DNS responses as such an issue.

Or, once the feature is in a newer Ubuntu release, you could ask the
Backports team to prepare a wholesale backport of the entirely new
version of bind9: https://help.ubuntu.com/community/UbuntuBackports

Thanks

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

Title:
  bind9 has no rate limit option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1202278/+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 1202653] Re: apache2 2.4.4-6ubuntu4 failed to upgrade: Cannot load /usr/lib/apache2/modules/libphp5.so into server: undefined symbol: unixd_config

2013-07-26 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.4.6-2ubuntu1

---
apache2 (2.4.6-2ubuntu1) saucy; urgency=low

  * Merge from Debian unstable. Remaining changes:
- debian/{control, rules}: Enable PIE hardening.
- debian/{control, apache2.install, apache2-utils.ufw.profile,
  apache2.dirs}: Add ufw profiles.
- debian/apache2.py, debian/apache2-bin.install: Add apport hook.
- debian/control, debian/config-dir/mods-available/ssl.conf,
  debian/ask-for-passphrase, debian/apache2.install: Plymouth aware
  passphrase dialog program ask-for-passphrase.
- debian/rules: Fix cross-building by passing DEB_{HOST,BUILD}_GNU_TYPE
  to configure.
- debian/patches/086_svn_cross_compiles: Backport several cross fixes
  from upstream
  * Dropped changes:
- debian/patches/CVE-2013-1896.patch: upstream
  * Fixed module dependencies (LP: #1205314)
- debian/config-dir/mods-available/lbmethod_*: properly specify
  proxy_balancer, not mod_proxy_balancer.

apache2 (2.4.6-2) unstable; urgency=low

  [ Stefan Fritsch ]
  * Fix watch file
  * Don't pass --silent to libtool, allowing blhc to check the compiler
options in the build logs.

  [ Arno Töll ]
  * Allow third party packages to use triggers if they use them in a
maintainer script invoking apache2-maintscript-helper (Closes: #717610)

apache2 (2.4.6-1) unstable; urgency=low

  New upstream release:
  * CVE-2013-1896: mod_dav: Fix a denial of service via MERGE request
(Closes: #717272)
  * New modules mod_cache_socache, mod_proxy_wstunnel.
  * mod_ssl: Add support for subjectAltName-based host name checking in proxy
mode (SSLProxyCheckPeerName).
  * mod_lua: Many new functions.
  * mod_auth_basic: Add a generic mechanism to fake basic authentication
using the ap_expr parser (AuthBasicFake).
  * mod_proxy: New BalancerInherit and ProxyPassInherit options.
  * mod_authnz_ldap: Allow using exec: calls to obtain LDAP bind password.

  [ Arno Töll ]
  * Document our security model in our NEWS file and highlight we do not allow
access to /srv. Thanks to joeyh for pointing this out.
  * Allow the use of apache2-maintscript-helper from a sub-function. We rely
on dpkg's arguments supplied in $1, $2 etc. This clashes with function
arguments supplied to to sh sub-function. Allow manual override in such
cases.
  * Mention that the dh_apache2 conditional must be present in postrm too
(Closes: #716694)
  * Fix "dh_apache2 ignores alternative httpd on conf files" by correctly
checking the supplied arguments, we were off by one (Closes: #717299).
  * Reinstall index.html also on upgrades as it is removed during upgrades.
  * Add mod_macro transitional package as it was promoted to core and does not
exist as individual package anymore (Closes: #706962)

  [ Stefan Fritsch ]
  * Don't fail package upgrade or removal just because the configuration is in
an inconsistent state (Closes: #716921, #717343, LP: #1202653).
  * Improve error output of init script.
  * Fix broken dependency information in several *.load files.
  * Add mod_authn_core as dependency of the mod_auth_* modules.
(Closes: #717448)
 -- Marc DeslauriersFri, 26 Jul 2013 08:31:33 
-0400

** Changed in: apache2 (Ubuntu Saucy)
   Status: In Progress => Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-1896

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

Title:
  apache2 2.4.4-6ubuntu4 failed to upgrade: Cannot load
  /usr/lib/apache2/modules/libphp5.so into server: undefined symbol:
  unixd_config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1202653/+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 1205314] Re: incorrect module dependencies

2013-07-26 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.4.6-2ubuntu1

---
apache2 (2.4.6-2ubuntu1) saucy; urgency=low

  * Merge from Debian unstable. Remaining changes:
- debian/{control, rules}: Enable PIE hardening.
- debian/{control, apache2.install, apache2-utils.ufw.profile,
  apache2.dirs}: Add ufw profiles.
- debian/apache2.py, debian/apache2-bin.install: Add apport hook.
- debian/control, debian/config-dir/mods-available/ssl.conf,
  debian/ask-for-passphrase, debian/apache2.install: Plymouth aware
  passphrase dialog program ask-for-passphrase.
- debian/rules: Fix cross-building by passing DEB_{HOST,BUILD}_GNU_TYPE
  to configure.
- debian/patches/086_svn_cross_compiles: Backport several cross fixes
  from upstream
  * Dropped changes:
- debian/patches/CVE-2013-1896.patch: upstream
  * Fixed module dependencies (LP: #1205314)
- debian/config-dir/mods-available/lbmethod_*: properly specify
  proxy_balancer, not mod_proxy_balancer.

apache2 (2.4.6-2) unstable; urgency=low

  [ Stefan Fritsch ]
  * Fix watch file
  * Don't pass --silent to libtool, allowing blhc to check the compiler
options in the build logs.

  [ Arno Töll ]
  * Allow third party packages to use triggers if they use them in a
maintainer script invoking apache2-maintscript-helper (Closes: #717610)

apache2 (2.4.6-1) unstable; urgency=low

  New upstream release:
  * CVE-2013-1896: mod_dav: Fix a denial of service via MERGE request
(Closes: #717272)
  * New modules mod_cache_socache, mod_proxy_wstunnel.
  * mod_ssl: Add support for subjectAltName-based host name checking in proxy
mode (SSLProxyCheckPeerName).
  * mod_lua: Many new functions.
  * mod_auth_basic: Add a generic mechanism to fake basic authentication
using the ap_expr parser (AuthBasicFake).
  * mod_proxy: New BalancerInherit and ProxyPassInherit options.
  * mod_authnz_ldap: Allow using exec: calls to obtain LDAP bind password.

  [ Arno Töll ]
  * Document our security model in our NEWS file and highlight we do not allow
access to /srv. Thanks to joeyh for pointing this out.
  * Allow the use of apache2-maintscript-helper from a sub-function. We rely
on dpkg's arguments supplied in $1, $2 etc. This clashes with function
arguments supplied to to sh sub-function. Allow manual override in such
cases.
  * Mention that the dh_apache2 conditional must be present in postrm too
(Closes: #716694)
  * Fix "dh_apache2 ignores alternative httpd on conf files" by correctly
checking the supplied arguments, we were off by one (Closes: #717299).
  * Reinstall index.html also on upgrades as it is removed during upgrades.
  * Add mod_macro transitional package as it was promoted to core and does not
exist as individual package anymore (Closes: #706962)

  [ Stefan Fritsch ]
  * Don't fail package upgrade or removal just because the configuration is in
an inconsistent state (Closes: #716921, #717343, LP: #1202653).
  * Improve error output of init script.
  * Fix broken dependency information in several *.load files.
  * Add mod_authn_core as dependency of the mod_auth_* modules.
(Closes: #717448)
 -- Marc DeslauriersFri, 26 Jul 2013 08:31:33 
-0400

** Changed in: apache2 (Ubuntu)
   Status: New => Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-1896

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

Title:
  incorrect module dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1205314/+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 1202758] Re: hostname not resolvable on azure

2013-07-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/precise/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/1202758

Title:
  hostname not resolvable on azure

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1202758/+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 1180777] Re: Windows 7 VM freeze on Ubuntu 12.04 KVM

2013-07-26 Thread Serge Hallyn
** Also affects: qemu
   Importance: Undecided
   Status: New

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

Title:
  Windows 7 VM freeze on Ubuntu 12.04 KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1180777/+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 1182746] Re: FTBFS: requires internet connectivity

2013-07-26 Thread Bug Watch Updater
** Changed in: dnsjava (Debian)
   Status: New => Fix Released

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

Title:
  FTBFS: requires internet connectivity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsjava/+bug/1182746/+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-s-openstack-charms-ha-v2] HA Openstack Charms V2

2013-07-26 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items for ubuntu-13.07:
  Investigation zeromq support in havana: TODO
  [gandelman-a] Check on status of heartbeating in AMQP for RabbitMQ HA: TODO
  [andreserl] Investigate upgrade path for Corosync 2.0 based clusters: DONE
  
  Work items for ubuntu-13.08:
  [stewart] Charm Percona (Galera / xtrabackup): TODO
  [andreserl] Update cluster stack in saucy for Pacemaker + Corosync 2.0: DONE
  [andreserl] MIR for libstatgrab: DONE
  [andreserl] MIR for libqb: DONE
  [andreserl] MIR for crmsh: DONE
  [andreserl] drop ocfs2-tools-pacemaker and ocfs2-tools-cman: DONE
  [andreserl] update gfs2-utils: DONE
  [andreserl] package dlm: INPROGRESS
  [andreserl] MIR for dlm: TODO
- [andreserl] Update all package to not depend on any redhat-cluster related 
packages: TODO
+ [andreserl] Update all package to not depend on any redhat-cluster related 
packages: DONE
  [andreserl] Remove redhat-cluster: TODO
  [andreserl] Investigate upgrade paths from Corosync 1.x to Corosync 2.0: DONE
  [andreserl] Investigate alternative clustering solutions to 
pacemaker/corosync/CMAN: DONE
  
  Work items for ubuntu-13.10:
  Update charms/create new charm for MariaDB: TODO
  Update OpenStack charms for ZeroMQ: BLOCKED
  [gandelman-a] Update OpenStack charms for Active/Active RMQ: BLOCKED
  [james-page] Update Quantum charms for improved HA: TODO
  [andreserl] Update OpenStack charms for more indepth HAProxy checks: TODO
  [andreserl] Review cluster stack for inclusion in the Cloud Archive for 
Havana: TODO
  [andreserl] Add support to hacluster charm to support Corosync 2.0 options: 
TODO

-- 
HA Openstack Charms V2
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms-ha-v2

-- 
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 1181777] Re: kvm: freeze a guest with a NIC PCI passthrough

2013-07-26 Thread Serge Hallyn
Thanks - so we can mark this fix released once the nomination for
precise is accepted.  We'll have to look through the git tree for the
fix, but great to know the fix is in there.

** Package changed: qemu-kvm (Ubuntu) => ipxe (Ubuntu)

** Changed in: ipxe (Ubuntu)
   Status: New => Triaged

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

Title:
  kvm: freeze a guest with a NIC PCI passthrough

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/1181777/+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 447442] [NEW] avahi-daemon reports "Received response with invalid source port # on interface 'eth0.0'" all the time

2013-07-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Both in my syslog and in daemon.log these messages are repeated again
and again:

Received response with invalid source port 21604 on interface 'eth0.0'
Invalid response packet.
Invalid legacy unicast query packet.

The number of the port changes but the messages don't stop.

Description:Ubuntu 9.04
Release:9.04

avahi-daemon:

  Installed: 0.6.23-4ubuntu4
  Candidate: 0.6.23-4ubuntu4
  version table:
 *** 0.6.23-4ubuntu4 0
500 http://us.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: avahi-daemon 0.6.23-4ubuntu4
ProcEnviron:
 LANGUAGE=
 LANG=ca_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: avahi
Uname: Linux 2.6.28-15-generic x86_64

** Affects: libvirt (Ubuntu)
 Importance: Medium
 Status: Confirmed


** Tags: amd64 apport-bug
-- 
avahi-daemon reports "Received response with invalid source port # on interface 
'eth0.0'" all the time
https://bugs.launchpad.net/bugs/447442
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to libvirt in Ubuntu.

-- 
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 1205313] [NEW] Please sync python-pbr from debian testing

2013-07-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

python-pbr is a python module created by OpenStack. It has been uploaded
in Debian testing for the first time on June 6th.

Debian PTS: http://packages.qa.debian.org/p/python-pbr.html

Could you please sync it in Ubuntu repository ?

Thank you!

** Affects: python-pbr (Ubuntu)
 Importance: Undecided
 Status: Fix Released

-- 
Please sync python-pbr from debian testing
https://bugs.launchpad.net/bugs/1205313
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to python-pbr in Ubuntu.

-- 
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 1203976] Re: DNS wildcards fail to resolve with DNSsec enabled

2013-07-26 Thread Marc Deslauriers
** Information type changed from Public Security to Public

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

Title:
  DNS wildcards fail to resolve with DNSsec enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1203976/+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 1205358] Re: cloud-init uninstallable due to dependency on jsonpatch

2013-07-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.3~bzr849-0ubuntu2

---
cloud-init (0.7.3~bzr849-0ubuntu2) saucy; urgency=low

  * debian/control: fix bad dependency on python-jsonpatch
by build-depending on python-json-patch, so dh_python2
can find the right package (LP: #1205358).
 -- Scott MoserFri, 26 Jul 2013 10:47:59 -0400

** Changed in: cloud-init (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  cloud-init uninstallable due to dependency on jsonpatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1205358/+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 1202758] Re: hostname not resolvable on azure

2013-07-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.3~bzr849-0ubuntu2

---
cloud-init (0.7.3~bzr849-0ubuntu2) saucy; urgency=low

  * debian/control: fix bad dependency on python-jsonpatch
by build-depending on python-json-patch, so dh_python2
can find the right package (LP: #1205358).
 -- Scott MoserFri, 26 Jul 2013 10:47:59 -0400

** Changed in: cloud-init (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  hostname not resolvable on azure

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1202758/+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-s-openstack-charms-ha-v2] HA Openstack Charms V2

2013-07-26 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items for ubuntu-13.07:
  Investigation zeromq support in havana: TODO
  [gandelman-a] Check on status of heartbeating in AMQP for RabbitMQ HA: TODO
  [andreserl] Investigate upgrade path for Corosync 2.0 based clusters: DONE
  
  Work items for ubuntu-13.08:
  [stewart] Charm Percona (Galera / xtrabackup): TODO
- [andreserl] Update cluster stack in saucy for Pacemaker + Corosync 2.0: 
INPROGRESS
+ [andreserl] Update cluster stack in saucy for Pacemaker + Corosync 2.0: DONE
  [andreserl] MIR for libstatgrab: DONE
  [andreserl] MIR for libqb: DONE
  [andreserl] MIR for crmsh: DONE
  [andreserl] drop ocfs2-tools-pacemaker and ocfs2-tools-cman: DONE
  [andreserl] update gfs2-utils: DONE
  [andreserl] package dlm: INPROGRESS
  [andreserl] MIR for dlm: TODO
  [andreserl] Update all package to not depend on any redhat-cluster related 
packages: TODO
  [andreserl] Remove redhat-cluster: TODO
  [andreserl] Investigate upgrade paths from Corosync 1.x to Corosync 2.0: DONE
  [andreserl] Investigate alternative clustering solutions to 
pacemaker/corosync/CMAN: DONE
  
  Work items for ubuntu-13.10:
  Update charms/create new charm for MariaDB: TODO
  Update OpenStack charms for ZeroMQ: BLOCKED
  [gandelman-a] Update OpenStack charms for Active/Active RMQ: BLOCKED
  [james-page] Update Quantum charms for improved HA: TODO
  [andreserl] Update OpenStack charms for more indepth HAProxy checks: TODO
  [andreserl] Review cluster stack for inclusion in the Cloud Archive for 
Havana: TODO
  [andreserl] Add support to hacluster charm to support Corosync 2.0 options: 
TODO

-- 
HA Openstack Charms V2
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms-ha-v2

-- 
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 1205358] Re: cloud-init uninstallable due to dependency on jsonpatch

2013-07-26 Thread Scott Moser
** Changed in: cloud-init (Ubuntu)
   Status: New => In Progress

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided => Critical

** Changed in: cloud-init (Ubuntu)
 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/1205358

Title:
  cloud-init uninstallable due to dependency on jsonpatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1205358/+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 1202278] Re: bind9 has no rate limit option

2013-07-26 Thread Robstarusa
It looks like upstream is adding this.  Can we get this moved into an
LTS after it is out?  Should this still be marked "wishlist" since
upstream is taking care of it?

http://www.marketwire.com/press-release/isc-adds-ddos-defense-module-to-
bind-software-1814775.htm

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

Title:
  bind9 has no rate limit option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1202278/+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 1205314] Re: incorrect module dependencies

2013-07-26 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   Status: Unknown => New

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

Title:
  incorrect module dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1205314/+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 684804] Re: cloud-init should fetch image-data as well as user-data

2013-07-26 Thread Scott Moser
Just for reference to anyone looking here.  I've added 'vendor_data' to
openstack nova under the blueprint at
https://blueprints.launchpad.net/nova/+spec/vendor-data .  The intent is
to support this in some way under 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/684804

Title:
  cloud-init should fetch image-data as well as user-data

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/684804/+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 1124384] Re: Configuration reload clears event that others jobs may be waiting on

2013-07-26 Thread Scott Moser
this was fixed in cloud-init runk at revno 824. It will be released in
0.7.3

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

Title:
  Configuration reload clears event that others jobs may be waiting on

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1124384/+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 1204190] Re: azure: use non-static instance-id

2013-07-26 Thread Scott Moser
This was fixed in 0.7.3~bzr845-0ubuntu1, fix is now available in archive
at 0.7.3~bzr849-0ubuntu1.

** Changed in: cloud-init (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  azure: use non-static instance-id

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1204190/+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 1190431] Re: config-drive datasource does not provide availability_zone

2013-07-26 Thread Scott Moser
This was fixed in 0.7.3~bzr845-0ubuntu1, fix is now available in archive
at 0.7.3~bzr849-0ubuntu1.

** Changed in: cloud-init (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  config-drive datasource does not provide availability_zone

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1190431/+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 1203368] Re: Always finalize handlers

2013-07-26 Thread Scott Moser
This was fixed in 0.7.3~bzr845-0ubuntu1, fix is now available in archive
at 0.7.3~bzr849-0ubuntu1.

** Also affects: cloud-init (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: cloud-init
   Status: New => Fix Committed

** Changed in: cloud-init
   Importance: Undecided => Medium

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided => Medium

** Changed in: cloud-init (Ubuntu)
   Status: New => Fix Released

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

Title:
  Always finalize handlers

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1203368/+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 1201969] Re: cloud-init parses Azure setting "DisableSshPassword" incorrectly

2013-07-26 Thread Scott Moser
This was fixed in 0.7.3~bzr845-0ubuntu1, fix is now available in archive
at 0.7.3~bzr849-0ubuntu1.

** Changed in: cloud-init (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  cloud-init parses Azure setting "DisableSshPassword" incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1201969/+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 745946] Re: cloud-final job did not run in ec2-automated-tests

2013-07-26 Thread Scott Moser
I'm closing this for the moment. I suspect it was related to bug
1124384.

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

Title:
  cloud-final job did not run in ec2-automated-tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/745946/+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 1205314] Re: incorrect module dependencies

2013-07-26 Thread Marc Deslauriers
** Bug watch added: Debian Bug tracker #717910
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717910

** Also affects: apache2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717910
   Importance: Unknown
   Status: Unknown

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

Title:
  incorrect module dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1205314/+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 1205314] [NEW] incorrect module dependencies

2013-07-26 Thread Marc Deslauriers
Public bug reported:

Apache 2.4.4-6ubuntu5 and 2.4.6-2 has an incorrect module dependency in
the lbmethod_* module files:

# Depends: mod_proxy_balancer

should be:

# Depends: proxy_balancer

** Affects: apache2 (Ubuntu)
 Importance: Medium
 Assignee: Marc Deslauriers (mdeslaur)
 Status: New

** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

** Changed in: apache2 (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  incorrect module dependencies

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

2013-07-26 Thread Attila Fazekas
The ec2 error code is still incorrect, but at least not 500.

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