[Bug 1240665] Re: Havana rc3 tracker

2013-10-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/horizon

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

Title:
  Havana rc3 tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1240665/+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 1021271] Re: KVM enabling virtualization on CPU0 failed

2013-10-17 Thread Hong Yuan
Any progress with the bug?

I encouter the same problem now when upgrading from 10.04 to 12.04.3LTS.
I am also using amd CPU, AMD Phenom(tm) II X4 940 to be precise.

After the upgrade, no virtual machine can be started with exactly the
same error. I am considering a distribution downgrade if there is no
progress with this bug.

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

Title:
  KVM enabling virtualization on CPU0 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1021271/+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 1240665] Re: Havana rc3 tracker

2013-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package horizon - 1:2013.2~rc3-0ubuntu1

---
horizon (1:2013.2~rc3-0ubuntu1) saucy; urgency=low

  * New upstream release candidate (LP: #1240665).
 -- Chuck Short zul...@ubuntu.com   Wed, 16 Oct 2013 20:10:52 -0400

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

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

Title:
  Havana rc3 tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1240665/+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 1236439] Re: switch to use hostnames like nova breaks upgrades of l3-agent

2013-10-17 Thread James Page
** Also affects: ubuntu-release-notes
   Importance: Undecided
   Status: New

** Changed in: ubuntu-release-notes
 Assignee: (unassigned) = James Page (james-page)

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

Title:
  switch to use hostnames like nova breaks upgrades of l3-agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1236439/+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 1236439] Re: switch to use hostnames like nova breaks upgrades of l3-agent

2013-10-17 Thread James Page
** Changed in: ubuntu-release-notes
   Status: New = Fix Released

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

Title:
  switch to use hostnames like nova breaks upgrades of l3-agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1236439/+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 1185178] Re: glanceclient tests failing on fake_host

2013-10-17 Thread Thierry Carrez
** Changed in: cinder
Milestone: havana-2 = 2013.2

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

Title:
  glanceclient tests failing on fake_host

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1185178/+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 1190036] Re: default cinder database is /usr/lib/python2.7/dist-packages/cinder/openstack/common/db/cinder.sqlit

2013-10-17 Thread Thierry Carrez
** Changed in: cinder
Milestone: havana-2 = 2013.2

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

Title:
  default cinder database is /usr/lib/python2.7/dist-
  packages/cinder/openstack/common/db/cinder.sqlit

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1190036/+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 1240912] [NEW] ssh produces superfluous key mismatch warning when network uses DHCP

2013-10-17 Thread jeremy-list
Public bug reported:

To replicate:
1: In terminal type:
ssh user@host1.local
2: Type yes to add certificate to known hosts.
3: Exit ssh
4: In terminal type:
   ssh user@host2.local
5: Type yes, confirm certificate again.
6: Shut down all computers on the network, wait until the router's DHCP cache 
has cleared, start up computers in such an order that host1.local and 
host2.local have each others' IP addresses when compared to before shutting 
down.
7: In terminal type:
   ssh user@host1.local

What should happen:
ssh should accept the certificate automatically because it's the correct 
certificate for host1.local

What actually happens:
Warning: the ECDSA host key for 'host1.local' differs from the key for the IP 
address '192.168.1.104'
Offending key for IP in /home/user/.ssh/known_hosts:2
Matching host key in /home/user/.ssh/known_hosts:7

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ssh 1:6.1p1-4
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: amd64
Date: Thu Oct 17 18:21:11 2013
InstallationDate: Installed on 2013-08-19 (58 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

** Information type changed from Private Security to Public

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

Title:
  ssh produces superfluous key mismatch warning when network uses DHCP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1240912/+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 1240260] Re: juju bootstrap does not honor https_proxy in environment when fetching tools

2013-10-17 Thread James Page
** Also affects: juju-core
   Importance: Undecided
   Status: New

** Changed in: juju-core (Ubuntu)
   Status: New = Triaged

** Changed in: juju-core (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  juju bootstrap does not honor https_proxy in environment when fetching
  tools

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1240260/+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 1234462] Re: Updating to latest version of 2013.1

2013-10-17 Thread James Page
We have a MRE that I think now covers ceilometer; lets get this pushed
through.

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

** Changed in: cloud-archive
   Status: New = Triaged

** Changed in: ceilometer (Ubuntu)
   Status: New = Triaged

** Changed in: ceilometer (Ubuntu)
   Importance: Undecided = Medium

** Also affects: cloud-archive/grizzly
   Importance: Undecided
   Status: New

** Changed in: cloud-archive
   Status: Triaged = Invalid

** Also affects: ceilometer (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Changed in: ceilometer (Ubuntu)
   Status: Triaged = Invalid

** Changed in: ceilometer (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: ceilometer (Ubuntu Raring)
   Status: New = Triaged

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

Title:
  Updating to latest version of 2013.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1234462/+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 1238701] Re: swift start/stop high level upstart configurations

2013-10-17 Thread James Page
** Changed in: swift (Ubuntu)
   Status: New = Invalid

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

Title:
  swift start/stop high level upstart configurations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/swift/+bug/1238701/+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 1226127] Re: glance should support syncing cloud images

2013-10-17 Thread James Page
** Changed in: glance (Ubuntu)
   Status: New = Triaged

** Changed in: glance (Ubuntu)
   Importance: Undecided = Wishlist

** Also affects: glance (Ubuntu T-series)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu)
   Status: Triaged = Invalid

** Changed in: glance (Ubuntu T-series)
   Status: New = Triaged

** Changed in: glance (Ubuntu T-series)
   Importance: Undecided = Low

** Changed in: glance (Ubuntu T-series)
   Importance: Low = Wishlist

** Also affects: glance (Juju Charms Collection)
   Importance: Undecided
   Status: New

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

Title:
  glance should support syncing cloud images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1226127/+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 1235143] Re: libcommons-lang-java is incorrectly marked as a dependency of libcommons-cli-java

2013-10-17 Thread James Page
** Changed in: libcommons-cli-java (Ubuntu)
   Status: New = Triaged

** Changed in: libcommons-cli-java (Ubuntu)
   Importance: Undecided = Low

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

Title:
  libcommons-lang-java is incorrectly marked as a dependency of
  libcommons-cli-java

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcommons-cli-java/+bug/1235143/+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 1218118] Re: FFE for Xen 4.3

2013-10-17 Thread James Page
** Changed in: xen (Ubuntu)
   Status: New = Fix Released

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

Title:
  FFE for Xen 4.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1218118/+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 1228649] Re: noVNC doesn't work when offloaded to port 80 or 443

2013-10-17 Thread James Page
** Changed in: nova (Ubuntu)
   Status: New = Triaged

** Changed in: nova (Ubuntu)
   Importance: Undecided = Medium

** Also affects: nova (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: nova (Ubuntu Raring)
   Status: New = Triaged

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

Title:
  noVNC doesn't work when offloaded to port 80 or 443

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1228649/+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 1207930] Re: nova should provide a nova-compute-minimal (or similar)package

2013-10-17 Thread James Page
** Also affects: nova (Ubuntu T-series)
   Importance: Undecided
   Status: New

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

** Changed in: nova (Ubuntu T-series)
   Status: New = Triaged

** Changed in: nova (Ubuntu T-series)
   Importance: Undecided = Wishlist

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

Title:
  nova should provide a nova-compute-minimal (or similar)package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1207930/+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 1188023] Re: 100% CPU usage

2013-10-17 Thread James Page
*** This bug is a duplicate of bug 1071018 ***
https://bugs.launchpad.net/bugs/1071018

** This bug has been marked a duplicate of bug 1071018
   squid3 consuming 100% processor

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

Title:
  100% CPU usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1188023/+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 1190986] Re: ERROR Nonce already used

2013-10-17 Thread James Page
** Changed in: maas (Ubuntu Saucy)
   Status: New = Triaged

** Changed in: maas (Ubuntu Saucy)
   Importance: Undecided = Medium

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

Title:
  ERROR Nonce already used

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1190986/+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 1236132] Re: The index.html file has incorrect HTML structure

2013-10-17 Thread James Page
** Changed in: tomcat7 (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: tomcat7 (Ubuntu)
   Status: New = Triaged

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

Title:
  The index.html file has incorrect HTML structure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1236132/+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 1195053] Re: openvswitch-cfg-update: /opt/xensource/libexec/interface-reconfigure: failed to execute (No such file or directory)

2013-10-17 Thread James Page
I can see how that is broken from the source code; this is still an
outstanding issue for Saucy as well.

** Changed in: openvswitch (Ubuntu)
   Status: New = Triaged

** Also affects: openvswitch (Ubuntu T-series)
   Importance: Undecided
   Status: New

** Changed in: openvswitch (Ubuntu T-series)
   Status: New = Triaged

** Also affects: openvswitch (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Also affects: openvswitch (Ubuntu Saucy)
   Importance: Medium
   Status: Triaged

** Changed in: openvswitch (Ubuntu Raring)
   Status: New = Triaged

** Changed in: openvswitch (Ubuntu T-series)
   Importance: Undecided = Medium

** Changed in: openvswitch (Ubuntu Raring)
   Importance: Undecided = Medium

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

Title:
  openvswitch-cfg-update: /opt/xensource/libexec/interface-reconfigure:
  failed to execute (No such file or directory)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1195053/+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 1240712] Re: neutron-lbaas-agent DEP-8 test sometimes fails

2013-10-17 Thread James Page
** Changed in: neutron (Ubuntu Saucy)
   Status: New = Triaged

** Changed in: neutron (Ubuntu T-series)
   Status: New = Triaged

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

Title:
  neutron-lbaas-agent DEP-8 test sometimes fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1240712/+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 1236439] Re: switch to use hostnames like nova breaks upgrades of l3-agent

2013-10-17 Thread James Page
** Changed in: neutron (Ubuntu Saucy)
   Status: New = Triaged

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

Title:
  switch to use hostnames like nova breaks upgrades of l3-agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1236439/+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 1235783] Re: package dovecot-core 1:2.1.7-7ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-17 Thread James Page
The checks in the postinst should deal with this:
  if [ -e $OLD_SSL_CERT ] || [ -e $OLD_SSL_KEY ]; then
  echo You already have ssl certs for dovecot.
  echo However you should move them out of /etc/ssl
  echo and into /etc/dovecot and update the configuration
  echo in /etc/dovecot/conf.d/10-ssl.conf accordingly.
  echo See /usr/share/doc/dovecot-core/README.Debian.gz for details.
  # Create backward compatible symlinks to keep dovecot functioning
  if [ ! -e $SSL_CERT ]; then
echo Creating compat symlink for $OLD_SSL_CERT
ln -s $OLD_SSL_CERT $SSL_CERT
  fi
  if [ ! -e $SSL_KEY ]; then
echo Creating compat symlink for $OLD_SSL_KEY
ln -s $OLD_SSL_KEY $SSL_KEY
  fi
  fi


Please can you check what type of file /etc/dovecot/private/dovecot.pem is?

Thanks

** Changed in: dovecot (Ubuntu)
   Status: New = Incomplete

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

Title:
  package dovecot-core 1:2.1.7-7ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1235783/+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 1221906] Re: Havana-3 Dependency missing: python-troveclient

2013-10-17 Thread Thierry Carrez
** Changed in: horizon
Milestone: havana-rc1 = 2013.2

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

Title:
  Havana-3 Dependency missing: python-troveclient

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1221906/+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 1210308] Re: Upstart scripts to use /etc/default for options.

2013-10-17 Thread James Page
** Changed in: nova (Ubuntu)
   Status: New = Triaged

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

Title:
  Upstart scripts to use /etc/default for options.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1210308/+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 1198021] Re: /static apache2 alias should probably be /horizon/static

2013-10-17 Thread James Page
** Changed in: horizon (Ubuntu)
   Status: New = Triaged

** Also affects: horizon (Ubuntu T-series)
   Importance: Undecided
   Status: New

** Changed in: horizon (Ubuntu)
   Status: Triaged = Won't Fix

** Changed in: horizon (Ubuntu T-series)
   Importance: Undecided = Medium

** Changed in: horizon (Ubuntu T-series)
   Status: New = Triaged

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

Title:
  /static apache2 alias should probably be /horizon/static

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1198021/+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 1167421] Re: Upgrading from folsom to grizzly results in all tenants/users being disabled

2013-10-17 Thread Thierry Carrez
** Changed in: keystone
Milestone: havana-1 = 2013.2

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

Title:
  Upgrading from folsom to grizzly results in all tenants/users being
  disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1167421/+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 1166670] Re: [OSSA 2013-011] Deleted user can still create instances

2013-10-17 Thread Thierry Carrez
** Changed in: keystone
Milestone: havana-1 = 2013.2

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

Title:
  [OSSA 2013-011] Deleted user can still create instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1166670/+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 1091780] Re: nova-network - iptables-restore v1.4.12: host/network `None' not found

2013-10-17 Thread James Page
** Changed in: nova (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  nova-network - iptables-restore v1.4.12: host/network `None' not
  found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1091780/+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 1032633] Re: Keystone's token table grows unconditionally when using SQL backend.

2013-10-17 Thread Thierry Carrez
** Changed in: keystone
Milestone: havana-1 = 2013.2

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

Title:
  Keystone's token table grows unconditionally when using SQL backend.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1032633/+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 1072597] Re: open-iscsi has a bug with ubuntu

2013-10-17 Thread James Page
Wall

Any reason you have both tgt and iscsitarget installed?  I would
anticipate those might conflict with each other.

** Changed in: iscsitarget (Ubuntu)
   Status: New = Incomplete

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

Title:
  open-iscsi has a bug with ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1072597/+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 897663] Re: don't connect to imagestore.canonical.com

2013-10-17 Thread James Page
** Changed in: image-store-proxy (Ubuntu)
   Status: New = Won't Fix

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

Title:
  don't connect to imagestore.canonical.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/image-store-proxy/+bug/897663/+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 1240972] [NEW] maas dhcp.conf template not adding ignore-client-uids unless using raring or later

2013-10-17 Thread Matt Rae
Public bug reported:

1. Description of the problem:

The maas dhcpd.conf.template only adds ignore-client-uids if using
raring or later. Packages in the cloud-tools archive should work on
precise and require this option for dhcpd. I have verified that dhcpd
starts after adding ignore-client-uids

root@maas1000:~# cat /etc/maas/templates/dhcp/dhcpd.conf.template
...
subnet {{subnet}} netmask {{subnet_mask}} {
   filename {{bootloader}};
   {{if platform_codename = 'raring'}}
   ignore-client-uids true;
   {{endif}}
   option subnet-mask {{subnet_mask}};


2. Ubuntu release, software version, Release Number and Architecture of the 
selected components. 

root@maas1000:/etc/maas/templates/dhcp# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.3 LTS
Release:12.04
Codename:   precise

root@maas1000:~# apt-cache policy maas-cluster-controller
maas-cluster-controller:
  Installed: 1.4+bzr1693+dfsg-0ubuntu2~ctools0
  Candidate: 1.4+bzr1693+dfsg-0ubuntu2~ctools0
  Version table:
 *** 1.4+bzr1693+dfsg-0ubuntu2~ctools0 0
500 http://10.0.0.1/ubuntu-cloud/ubuntu/ 
precise-updates/cloud-tools/main amd64 Packages
100 /var/lib/dpkg/status
 1.2+bzr1373+dfsg-0ubuntu1~12.04.2 0
500 http://10.0.0.1/ubuntu/ precise-updates/main amd64 Packages

root@maas1000:~# apt-cache policy isc-dhcp-server
isc-dhcp-server:
  Installed: 4.2.4-7ubuntu8~ctools0
  Candidate: 4.2.4-7ubuntu8~ctools0
  Version table:
 *** 4.2.4-7ubuntu8~ctools0 0
500 http://10.0.0.1/ubuntu-cloud/ubuntu/ 
precise-updates/cloud-tools/main amd64 Packages
100 /var/lib/dpkg/status
 4.1.ESV-R4-0ubuntu5.9 0
500 http://10.0.0.1/ubuntu/ precise-updates/main amd64 Packages
 4.1.ESV-R4-0ubuntu5.5 0
500 http://10.0.0.1/ubuntu/ precise-security/main amd64 Packages
 4.1.ESV-R4-0ubuntu5 0
500 http://10.0.0.1/ubuntu/ precise/main amd64 Packages
root@maas1000:~#

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

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

Title:
  maas dhcp.conf template not adding ignore-client-uids unless using
  raring or later

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1240972/+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 1236462] Re: [SRU] update openstack packages to 2013.2 release tarballs

2013-10-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~zulcss/heat/2013.2

** Branch linked: lp:~zulcss/ceilometer/2013.2

** Branch linked: lp:~zulcss/horizon/2013.2

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

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1236462] Re: [SRU] update openstack packages to 2013.2 release tarballs

2013-10-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~zulcss/cinder/2013.2

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

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1236462] Re: [SRU] update openstack packages to 2013.2 release tarballs

2013-10-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~zulcss/glance/2013.2

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

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1229275] Re: [maas] juju destroy-environment also destroys nodes that are not controlled by juju

2013-10-17 Thread Curtis Hovey
** Also affects: juju-core/1.16
   Importance: Undecided
   Status: New

** Changed in: juju-core/1.16
Milestone: None = 1.16.1

** Changed in: juju-core/1.16
   Importance: Undecided = High

** Changed in: juju-core/1.16
   Status: New = In Progress

** Changed in: juju-core/1.16
 Assignee: (unassigned) = Roger Peppe (rogpeppe)

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1229275/+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 1236462] Re: [SRU] update openstack packages to 2013.2 release tarballs

2013-10-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~zulcss/keystone/2013.2

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

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1021271] Re: KVM enabling virtualization on CPU0 failed

2013-10-17 Thread Serge Hallyn
Please run
   sudo kvm-ok

and show the results here.  Please reboot and enter your bios setup and
make sure that 'virtualization extensions' are on.

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

Title:
  KVM enabling virtualization on CPU0 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1021271/+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 1236462] Re: [SRU] update openstack packages to 2013.2 release tarballs

2013-10-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~zulcss/neutron/2013.2

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

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1236439] Re: switch to use hostnames like nova breaks upgrades of l3-agent

2013-10-17 Thread Thierry Carrez
** Tags removed: havana-rc-potential
** Tags added: havana-backport-potential

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

Title:
  switch to use hostnames like nova breaks upgrades of l3-agent

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


Re: [Bug 1240765] [NEW] KVM reports this message after upgrade from 13.04 to 13.10 : apparmor=DENIED operation=capable parent=1 profile=/usr/sbin/libvirtd

2013-10-17 Thread Serge Hallyn
Thanks for reporting this bug.  Does anything break, or do the messages
just get logged while operation proceeds?

 status: incomplete
 importance: low


** Changed in: kvm (Ubuntu)
   Importance: Undecided = Low

** Changed in: kvm (Ubuntu)
   Status: New = Incomplete

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

Title:
  KVM reports this message after upgrade from 13.04 to 13.10 :
  apparmor=DENIED operation=capable parent=1
  profile=/usr/sbin/libvirtd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1240765/+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 1240757] Re: Bridge not created if bind9 is on

2013-10-17 Thread Serge Hallyn
Thanks for reporting this bug.

Note that another workaround should be to put 'listen-on { ! 10.0.3.1
};' in the named.conf.

However, when I tried to reproduce this in saucy I could not, so I
wonder if there is something specific in your configuration
customizations which caused this.

Could you please re-enable bind and then  run 'apport-collect 1240757'?
Hopefully apport will report customizations.

** Also affects: bind9 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: bind9 (Ubuntu)
   Importance: Undecided = Medium

** Changed in: bind9 (Ubuntu)
   Status: New = Incomplete

** Changed in: lxc (Ubuntu)
   Importance: Undecided = Medium

** Changed in: lxc (Ubuntu)
   Status: New = Incomplete

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1236462] Re: [SRU] update openstack packages to 2013.2 release tarballs

2013-10-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~zulcss/nova/2013.2

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

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1240765] Re: KVM reports this message after upgrade from 13.04 to 13.10 : apparmor=DENIED operation=capable parent=1 profile=/usr/sbin/libvirtd

2013-10-17 Thread ClaudeD
I had a network problem with KVM (natted network would not start after the
upgrade) and so I made the change to apparmor. This did not correct my
network problem and I had to delete and recreate the network in the GUI. So
I'm not 100% sure if it's related or not but the error message disapeared
after the fix.

See https://bugzilla.novell.com/show_bug.cgi?id=764388

Claude


2013/10/17 Serge Hallyn 1240...@bugs.launchpad.net

 Thanks for reporting this bug.  Does anything break, or do the messages
 just get logged while operation proceeds?

  status: incomplete
  importance: low


 ** Changed in: kvm (Ubuntu)
Importance: Undecided = Low

 ** Changed in: kvm (Ubuntu)
Status: New = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1240765

 Title:
   KVM reports this message after upgrade from 13.04 to 13.10 :
   apparmor=DENIED operation=capable parent=1
   profile=/usr/sbin/libvirtd

 Status in “kvm” package in Ubuntu:
   Incomplete

 Bug description:
   Upgraded system from 13.04 to 13.10 64 bits with KVM installed before
   upgrade. In /var/log/syslog, KVM complains at boot time :

   apparmor=DENIED operation=capable parent=1
   profile=/usr/sbin/libvirtd pid=1396 comm=libvirtd pid=1396
   comm=libvirtd capability=29  capname=audit_write

   Resolution :

   Edit /etc/apparmor.d/usr.sbin.libvirtd and add this line :

 capability audit_write,

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



** Bug watch added: Novell/SUSE Bugzilla #764388
   https://bugzilla.novell.com/show_bug.cgi?id=764388

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

Title:
  KVM reports this message after upgrade from 13.04 to 13.10 :
  apparmor=DENIED operation=capable parent=1
  profile=/usr/sbin/libvirtd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1240765/+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 1229275] Re: [maas] juju destroy-environment also destroys nodes that are not controlled by juju

2013-10-17 Thread Curtis Hovey
** Changed in: juju-core/1.16
   Status: In Progress = Fix Committed

** Changed in: juju-core
   Status: In Progress = Fix Committed

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1229275/+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 1240757] Re: Bridge not created if bind9 is on

2013-10-17 Thread José Antonio Rey
apport information

** Tags added: apport-collected raring

** Description changed:

  LXC will not create the lxcbr0 bridge if bind9 is on, as it can not take
  the 10.0.3.1 address. If bind9 is stopped, then LXC successfully creates
  the bridge.
  
  Expected result: LXC will create the bridge, even if bind9 is on.
+ --- 
+ ApportVersion: 2.9.2-0ubuntu8.3
+ Architecture: i386
+ DistroRelease: Ubuntu 13.04
+ InstallationDate: Installed on 2013-06-29 (110 days ago)
+ InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
+ MarkForUpload: True
+ Package: lxc
+ PackageArchitecture: i386
+ ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.8.0-31-generic 
root=UUID=4c07e19b-cf33-4cbd-ab6d-fe300398b22b ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
+ RelatedPackageVersions:
+  bind9utils 1:9.9.2.dfsg.P1-2ubuntu2.1
+  apparmor   2.8.0-0ubuntu11
+ Tags:  raring
+ Uname: Linux 3.8.0-31-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ modified.conffile..etc.bind.named.conf.local: [modified]
+ mtime.conffile..etc.bind.named.conf.local: 2013-08-01T12:03:20.742316

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1240757/+attachment/3880368/+files/Dependencies.txt

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1240757] KernLog.txt

2013-10-17 Thread José Antonio Rey
apport information

** Attachment added: KernLog.txt
   
https://bugs.launchpad.net/bugs/1240757/+attachment/3880369/+files/KernLog.txt

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1240757] SyslogBind9.txt

2013-10-17 Thread José Antonio Rey
apport information

** Attachment added: SyslogBind9.txt
   
https://bugs.launchpad.net/bugs/1240757/+attachment/3880371/+files/SyslogBind9.txt

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1240757] ProcEnviron.txt

2013-10-17 Thread José Antonio Rey
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1240757/+attachment/3880370/+files/ProcEnviron.txt

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1236462] Please test proposed package

2013-10-17 Thread Dave Walker
Hello Scott, or anyone else affected,

Accepted neutron into saucy-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/neutron/1:2013.2-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1236462] Re: [SRU] update openstack packages to 2013.2 release tarballs

2013-10-17 Thread Dave Walker
Hello Scott, or anyone else affected,

Accepted nova into saucy-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/nova/1:2013.2-0ubuntu1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

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

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1236462] Please test proposed package

2013-10-17 Thread Dave Walker
Hello Scott, or anyone else affected,

Accepted cinder into saucy-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/cinder/1:2013.2-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: horizon (Ubuntu Saucy)
   Status: Confirmed = 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/1236462

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1236462] Please test proposed package

2013-10-17 Thread Dave Walker
Hello Scott, or anyone else affected,

Accepted keystone into saucy-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/keystone/1:2013.2-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Also affects: nova (Ubuntu Saucy)
   Importance: Medium
   Status: Confirmed

** Also affects: swift (Ubuntu Saucy)
   Importance: Medium
   Status: Confirmed

** Also affects: glance (Ubuntu Saucy)
   Importance: Medium
   Status: Confirmed

** Also affects: keystone (Ubuntu Saucy)
   Importance: Medium
   Status: Confirmed

** Also affects: horizon (Ubuntu Saucy)
   Importance: Medium
   Status: Confirmed

** Also affects: quantum (Ubuntu Saucy)
   Importance: Medium
   Status: Confirmed

** Also affects: ceilometer (Ubuntu Saucy)
   Importance: Medium
   Status: Confirmed

** Also affects: cinder (Ubuntu Saucy)
   Importance: Medium
   Status: Confirmed

** Also affects: heat (Ubuntu Saucy)
   Importance: Medium
   Status: Confirmed

** Changed in: glance (Ubuntu Saucy)
   Status: Confirmed = 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/1236462

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1236462] Please test proposed package

2013-10-17 Thread Dave Walker
Hello Scott, or anyone else affected,

Accepted ceilometer into saucy-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/ceilometer/2013.2-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: heat (Ubuntu Saucy)
   Status: Confirmed = 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/1236462

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1236462] Please test proposed package

2013-10-17 Thread Dave Walker
Hello Scott, or anyone else affected,

Accepted swift into saucy-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/swift/1.10.0-0ubuntu1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1236462] Please test proposed package

2013-10-17 Thread Dave Walker
Hello Scott, or anyone else affected,

Accepted glance into saucy-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/glance/1:2013.2-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: cinder (Ubuntu Saucy)
   Status: Confirmed = 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/1236462

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1236462] Please test proposed package

2013-10-17 Thread Dave Walker
Hello Scott, or anyone else affected,

Accepted horizon into saucy-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/horizon/1:2013.2-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: ceilometer (Ubuntu Saucy)
   Status: Confirmed = 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/1236462

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 1236462] Please test proposed package

2013-10-17 Thread Dave Walker
Hello Scott, or anyone else affected,

Accepted heat into saucy-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/heat/2013.2-0ubuntu1 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: swift (Ubuntu Saucy)
   Status: Confirmed = Fix Committed

** Changed in: keystone (Ubuntu Saucy)
   Status: Confirmed = Fix Committed

** Changed in: nova (Ubuntu Saucy)
   Status: Confirmed = Fix Committed

** Changed in: quantum (Ubuntu Saucy)
   Status: Confirmed = 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/1236462

Title:
  [SRU] update openstack packages to 2013.2 release tarballs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1236462/+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 780593] Re: Something wicked happened resolving IPv6 address

2013-10-17 Thread James Page
** Changed in: squid-deb-proxy (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Something wicked happened resolving IPv6 address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/780593/+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 1240765] Re: KVM reports this message after upgrade from 13.04 to 13.10 : apparmor=DENIED operation=capable parent=1 profile=/usr/sbin/libvirtd

2013-10-17 Thread Serge Hallyn
** Package changed: kvm (Ubuntu) = libvirt (Ubuntu)

** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  KVM reports this message after upgrade from 13.04 to 13.10 :
  apparmor=DENIED operation=capable parent=1
  profile=/usr/sbin/libvirtd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1240765/+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 1233315] Re: [SRU] cloud-init needs backport of SmartOS w/ ephemeral disk support

2013-10-17 Thread Ben Howard
** Summary changed:

- cloud-init needs backport of SmartOS w/ ephemeral disk support
+ [SRU] cloud-init needs backport of SmartOS w/ ephemeral disk support

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

Title:
  [SRU] cloud-init needs backport of SmartOS w/ ephemeral disk support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1233315/+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 1227092] Re: LXC Container will not start

2013-10-17 Thread Serge Hallyn
Please open a new bug using 'ubuntu-bug lxc', and give as much detail as
you can about how to reproduce.

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

Title:
  LXC Container will not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1227092/+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 1211876] Re: keepalived reload buggy due to improper ipv4 address comparison

2013-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package keepalived - 1:1.2.2-3ubuntu2.13.04.1

---
keepalived (1:1.2.2-3ubuntu2.13.04.1) raring-proposed; urgency=low

  * debian/patches/05_fix_address_comparison.patch:
- Two different IPv4 addresses were returned to be
  equal while this was not the case. (LP: #1211876)
 -- Adam Stokes adam.sto...@ubuntu.com   Fri, 27 Sep 2013 11:47:47 -0400

** Changed in: keepalived (Ubuntu Raring)
   Status: Fix Committed = Fix Released

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

Title:
  keepalived reload buggy due to improper ipv4 address comparison

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1211876/+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 1240757] Re: Bridge not created if bind9 is on

2013-10-17 Thread Serge Hallyn
Unfortunately that didn't give me as much information as I'd hoped.

Could you please tell us what release you are on, and (after sanitizing
for any private information) the contents of /etc/bind/named* ?

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1211876] Update Released

2013-10-17 Thread Brian Murray
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  keepalived reload buggy due to improper ipv4 address comparison

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1211876/+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 1211876] Re: keepalived reload buggy due to improper ipv4 address comparison

2013-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package keepalived - 1:1.2.2-3ubuntu1.1

---
keepalived (1:1.2.2-3ubuntu1.1) precise-proposed; urgency=low

  * debian/patches/05_fix_address_comparison.patch:
- Two different IPv4 addresses were returned to be
  equal while this was not the case. (LP: #1211876)
 -- Adam Stokes adam.sto...@ubuntu.com   Fri, 27 Sep 2013 11:09:39 -0400

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

Title:
  keepalived reload buggy due to improper ipv4 address comparison

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1211876/+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 1211876] Re: keepalived reload buggy due to improper ipv4 address comparison

2013-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package keepalived - 1:1.2.2-3ubuntu2.12.10.1

---
keepalived (1:1.2.2-3ubuntu2.12.10.1) quantal-proposed; urgency=low

  * debian/patches/05_fix_address_comparison.patch:
- Two different IPv4 addresses were returned to be
  equal while this was not the case. (LP: #1211876)
 -- Adam Stokes adam.sto...@ubuntu.com   Fri, 27 Sep 2013 11:43:13 -0400

** Changed in: keepalived (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

** Changed in: keepalived (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  keepalived reload buggy due to improper ipv4 address comparison

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1211876/+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 1240757] Re: Bridge not created if bind9 is on

2013-10-17 Thread José Antonio Rey
** Attachment added: named.conf.local
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1240757/+attachment/3880400/+files/named.conf.local

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1240757] Re: Bridge not created if bind9 is on

2013-10-17 Thread José Antonio Rey
** Attachment added: named.conf.options
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1240757/+attachment/3880401/+files/named.conf.options

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1240757] Re: Bridge not created if bind9 is on

2013-10-17 Thread José Antonio Rey
Currently on Raring. I'm adding comments with the respective files
attached:

** Attachment added: named.conf
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1240757/+attachment/3880399/+files/named.conf

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1240757] Re: Bridge not created if bind9 is on

2013-10-17 Thread José Antonio Rey
** Attachment added: named.conf.default-zones
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1240757/+attachment/3880402/+files/named.conf.default-zones

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 787755] Re: Samba does not notice added or removed CUPS printers

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

** Changed in: samba (Ubuntu)
   Status: New = Confirmed

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

Title:
  Samba does not notice added or removed CUPS printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/787755/+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 1071018] Re: squid3 consuming 100% processor

2013-10-17 Thread Colin Law
I have not so far seen this on Saucy in a few weeks of use.  I will add
a comment if I do see it on Saucy.

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

Title:
  squid3 consuming 100% processor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1071018/+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 1233315] Re: [SRU] cloud-init needs backport of SmartOS w/ ephemeral disk support

2013-10-17 Thread Ben Howard
** Description changed:

- Cloud-init needs support for SmartOS targets.
+ 
+ [Impact]: Cloud-init now support SmartOS on Ubuntu 13.10, including the 
ability to format ephemeral devices. This SRU includes the SmartOS datasource, 
ephemeral disk format support, and enabling ephemeral format support in the 
Azure Datasource. 
+ 
+ A backport of the SmartOS datasource is needed by the Canonical
+ certified public cloud effort to support SmartOS based clouds.
+ 
+ [Test Case]: See Comment 4 for detailed test case information
+ SmartOS:
+ - Build image with SmartOS enabled as Cloud-init datasource
+ - Login via SSH
+ - Confirm:
+   - /dev/vdb mounted to /mnt
+   - /dev/vdb is of type ext3, label is 'ephemeral0'
+ 
+ Azure:
+ * Upgrade:
+   - Boot current image
+   - install new packages
+   - confirm that previous /etc/waagent.conf has provisioning functions turned 
on
+   - make sure that /var/lib/instance/sem/config-disk-setup is present
+   - place file on ephemeral drive
+   - reboot
+   - confirm that file is on ephemeral drive
+   - look at /var/lib/cloud-init.log indicates that disk_setup was skipped
+ * New Image:
+   - Boot image built with new packages (i.e. from PPA/proposed)
+   - confirm that /etc/waagent.conf has provisioning and ephemeral disk 
functions disabled
+   - confirm that /dev/sdb1 mounted to /mnt
+   - confirm that /dev/sdb1 is of type ext4, no label
+ 
+ [Regression]: This SRU adds a default cloud-init module of disk_setup,
+ which will format ephemeral devices for the Azure and SmartOS
+ datasources. Both the Azure and SmartOS datasources define default
+ devices that should be partitioned/formated.
+ 
+ There are a number of safe guards to prevent accidental data-deletion.
+ The datasources are configured to _not_ overwrite any file system and to
+ detect if the disk is in use.
+ 
+ As a further safe guard, the postinst sets a semaphore for cloud-init to
+ prevent the disk_setup module from running when it detects that a system
+ has been previously configured.

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

Title:
  [SRU] cloud-init needs backport of SmartOS w/ ephemeral disk support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1233315/+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 1223730] Re: mDNS failure with openvswitch 1.10

2013-10-17 Thread James Page
Hi NightShade

I'm a little confused as to which versions of openvswitch you are
running on which version of Ubuntu; the release version of OpenvSwitch
for raring was 1.9.0.

Please can you confirm.  It would also be helpful to see if you have the
same issues with 3.11/1.10.2 on saucy.

** Changed in: openvswitch (Ubuntu)
   Status: New = Incomplete

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

Title:
  mDNS failure with openvswitch 1.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1223730/+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 1037723] Re: [SRU] move walinuxagent init functionality to cloud-init

2013-10-17 Thread Ben Howard
Bug #1233315 and Bug #1231490 bring 12.10 and 13.04 funcationality with
it.

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

Title:
  [SRU] move walinuxagent init functionality to cloud-init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1037723/+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 1175028] Re: Mongodb links GPL code with SSL

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

** Changed in: mongodb (Ubuntu Raring)
   Status: New = Confirmed

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

Title:
  Mongodb links GPL code with SSL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmongodb-perl/+bug/1175028/+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 1175028] Re: Mongodb links GPL code with SSL

2013-10-17 Thread chisagoci...@hotmail.com
** Changed in: mongodb (Ubuntu Raring)
   Status: Fix Committed = New

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

Title:
  Mongodb links GPL code with SSL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmongodb-perl/+bug/1175028/+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 1175028] Re: Mongodb links GPL code with SSL

2013-10-17 Thread chisagoci...@hotmail.com
** Also affects: libmongodb-perl (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Mongodb links GPL code with SSL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmongodb-perl/+bug/1175028/+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 1071018] Re: squid3 consuming 100% processor

2013-10-17 Thread James Page
** Changed in: squid-deb-proxy (Ubuntu)
   Importance: Undecided = High

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

Title:
  squid3 consuming 100% processor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1071018/+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 1239488] Re: [SRU] Juju api client cannot distinguish between environments

2013-10-17 Thread Andres Rodriguez
** Summary changed:

- Juju api client cannot distinguish between environments
+ [SRU] Juju api client cannot distinguish between environments

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

Title:
  [SRU] Juju api client cannot distinguish between environments

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1239488/+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 1155458] Re: 500 response when trying to create a server from a deleted image

2013-10-17 Thread Thierry Carrez
** Changed in: nova
Milestone: havana-1 = 2013.2

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

Title:
  500 response when trying to create a server from a deleted image

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1155458/+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 1239488] Re: [SRU] Juju api client cannot distinguish between environments

2013-10-17 Thread Andres Rodriguez
** Description changed:

  In the maas user prefs page it says You'll need a separate MAAS key for
  each Juju environment but this is not of the slightest use since the
  API for returning owned nodes filters only on the user.
  
  One thing we could do is also take into account the API key used to
  access the API and only return nodes based on the owner/key combo.
  
  Related bugs:
   * bug 1237398: You'll need a separate MAAS key for each Juju environment 
is wrong.
   * bug 1081247: maas provider releases all nodes it did not allocate [does 
not play well with others]
   * bug 1229275: juju destroy-environment also destroys nodes that are not 
controlled by juju
+ 
+ [Impact]
+ This causes that 2 admin users cannot have their own separate environment, 
causing them to conflict between environments, and also destroy machines that 
are not controller by a one environment, but rather, all machines being 
deployed.
+ 
+ [Test Case]
+ 1. Install maas
+ 2. Create to admin users
+ 3. Try to use both to deploy different juju environments.
+ 
+ [Regression Potential]
+ Minimal. The provided fix allows multiple juju environments to work, without 
affecting current single juju environments.

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

Title:
  [SRU] Juju api client cannot distinguish between environments

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1239488/+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 1240757] Re: Bridge not created if bind9 is on

2013-10-17 Thread Serge Hallyn
I can reproduce this if I add a 'sleep 10' right before the dnsmasq call
in /etc/init/lxc-net.conf, so it appears to be purely timing related.
(in other words, bind will always by default attach to all interfaces as
they come up;  it's not anything in your configs)

The question is then just how to properly handle this.

** Changed in: lxc (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: bind9 (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1240757] Re: Bridge not created if bind9 is on

2013-10-17 Thread Serge Hallyn
Leaving medium prio since there's a manual workaround (using listen-on).

Leaving confirmed in both lxc and bind9, as the best fix may still
include a change to the bind9 package, rather than named.conf.options
changes made by lxc postinst.

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1185178] Re: glanceclient tests failing on fake_host

2013-10-17 Thread Adam Gandelman
** Changed in: cinder/grizzly
   Status: Fix Committed = Fix Released

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

Title:
  glanceclient tests failing on fake_host

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1185178/+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 1241167] [NEW] Case sensitive principle names

2013-10-17 Thread StuartIanNaylor
Public bug reported:

https://help.ubuntu.com/community/Kerberos

Principals
Principals are entries in the Kerberos database that represent users or 
services on the network. Each user or service that is participates in a 
Kerberos authentication realm must have a principal defined in the Kerberos 
database.

User principals take the form princi...@realm.name. For instance, user
tom on the EXAMPLE.COM realm should have a principal t...@example.com in
the Kerberos database.

Service principals take the form service/server.f...@realm.name. For
example, the FTP service on lab.example.com in the EXAMPLE.COM realm
would have the principal ftp/lab.example@example.com in the Kerberos
database.

Principal names are case sensitive.

This one is a bit chicken and egg.

It would seem windows 7 returns principle names in the form
host.DOMAIN@DOMAIN

whilst the ubuntu implementaion is host.domain@DOMAIN

with kerb being case sensitive its brings the question who is right or
what is the fix?

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

** Description changed:

  https://help.ubuntu.com/community/Kerberos
  
  Principals
  Principals are entries in the Kerberos database that represent users or 
services on the network. Each user or service that is participates in a 
Kerberos authentication realm must have a principal defined in the Kerberos 
database.
  
  User principals take the form princi...@realm.name. For instance, user
  tom on the EXAMPLE.COM realm should have a principal t...@example.com in
  the Kerberos database.
  
  Service principals take the form service/server.f...@realm.name. For
  example, the FTP service on lab.example.com in the EXAMPLE.COM realm
  would have the principal ftp/lab.example@example.com in the Kerberos
  database.
  
  Principal names are case sensitive.
  
  This one is a bit chicken and egg.
  
  It would seem windows returns principle names in the form
  host.DOMAIN@DOMAIN
  
- whilst the ubuntu implementaion is host.domain@Domain
+ whilst the ubuntu implementaion is host.domain@DOMAIN
  
  with kerb being case sensitive its brings the question who is right or
  what is the fix?

** Description changed:

  https://help.ubuntu.com/community/Kerberos
  
  Principals
  Principals are entries in the Kerberos database that represent users or 
services on the network. Each user or service that is participates in a 
Kerberos authentication realm must have a principal defined in the Kerberos 
database.
  
  User principals take the form princi...@realm.name. For instance, user
  tom on the EXAMPLE.COM realm should have a principal t...@example.com in
  the Kerberos database.
  
  Service principals take the form service/server.f...@realm.name. For
  example, the FTP service on lab.example.com in the EXAMPLE.COM realm
  would have the principal ftp/lab.example@example.com in the Kerberos
  database.
  
  Principal names are case sensitive.
  
  This one is a bit chicken and egg.
  
- It would seem windows returns principle names in the form
+ It would seem windows 7 returns principle names in the form
  host.DOMAIN@DOMAIN
  
  whilst the ubuntu implementaion is host.domain@DOMAIN
  
  with kerb being case sensitive its brings the question who is right or
  what is the fix?

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

Title:
  Case sensitive principle names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1241167/+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 1241174] [NEW] package cobbler-web 2.4.0-0ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-17 Thread rowez
Public bug reported:

Have done sudo apt-get update and sudo apt-get upgrade  in 13.04 before
doing sudo do-release-upgrade to Ubuntu 13.10.

It while be related with my other bug, which is not fixed by Cobbler!

Hope the log will help you!

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: cobbler-web 2.4.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-29.42-generic 3.8.13.5
Uname: Linux 3.8.0-29-generic i686
ApportVersion: 2.12.5-0ubuntu2
Architecture: i386
Date: Thu Oct 17 21:39:33 2013
DuplicateSignature: package:cobbler-web:2.4.0-0ubuntu4:ErrorMessage: subprocess 
installed post-installation script returned error exit status 1
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationDate: Installed on 2013-01-14 (276 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: cobbler
Title: package cobbler-web 2.4.0-0ubuntu4 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to saucy on 2013-10-17 (0 days ago)

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


** Tags: apport-package i386 saucy

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

Title:
  package cobbler-web 2.4.0-0ubuntu4 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1241174/+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 1241174] Re: package cobbler-web 2.4.0-0ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-17 Thread rowez
Hu, it say's it was 12.04!

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

Title:
  package cobbler-web 2.4.0-0ubuntu4 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1241174/+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 1241174] Re: package cobbler-web 2.4.0-0ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-17 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package cobbler-web 2.4.0-0ubuntu4 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1241174/+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 1174654] Re: qemu-system-x86_64 takes 100% CPU after host machine resumed from suspend to ram

2013-10-17 Thread tobias
hi,

tried your option but it does not help. (cpu usage is still high)
below my command line syntax:
qemu-system-x86_64 -global mc146818rtc.lost_tick_policy=slew -machine 
accel=kvm:tcg -name win7 -S -machine pc-i440fx-1.4,accel=kvm,usb=off -m 2048 
-realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 
813f5806-64ec-3319-452a-5e1834e753c9 -no-user-config -nodefaults -chardev 
socket,id=charmonitor,path=/var/lib/libvirt/qemu/win7.monitor,server,nowait 
-mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime 
-no-shutdown -device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x5.0x7 -device 
ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x5 
-device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x5.0x1 
-device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x5.0x2 
-device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x8 -drive 
file=/data/vmware/win7.img,if=none,id=drive-virtio-disk0,format=qcow2 -device 
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1
 -device usb-tablet,id=inpu
 t0 -device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device 
hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x7 -vga std

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

Title:
  qemu-system-x86_64 takes 100% CPU after host machine resumed from
  suspend to ram

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1174654/+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 1241174] Re: package cobbler-web 2.4.0-0ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-17 Thread rowez
Well I have fix it with sudo apt-get purge cobbler-web  sudo apt-get
install cobbler-web

The same commando's which have not worked in Ubuntu 12.04!

This could be closed for me!

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

Title:
  package cobbler-web 2.4.0-0ubuntu4 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1241174/+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 1241202] [NEW] Meta bug for tracking Openstack 2013.1.4 Stable Update

2013-10-17 Thread Adam Gandelman
Public bug reported:

This is a meta-bug used for tracking progress of the 2013.1.4 Grizzly
stable update to Glance, Nova, Horizon, Keystone, Cinder and Quantum in
Ubuntu 13.04.

** Affects: cinder (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: glance (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: horizon (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: keystone (Ubuntu)
 Importance: Undecided
 Status: Invalid

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

** Affects: quantum (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: cinder (Ubuntu Raring)
 Importance: Undecided
 Status: Confirmed

** Affects: glance (Ubuntu Raring)
 Importance: Undecided
 Status: Confirmed

** Affects: horizon (Ubuntu Raring)
 Importance: Undecided
 Status: Confirmed

** Affects: keystone (Ubuntu Raring)
 Importance: Undecided
 Status: Confirmed

** Affects: nova (Ubuntu Raring)
 Importance: Undecided
 Status: Confirmed

** Affects: quantum (Ubuntu Raring)
 Importance: Undecided
 Status: Confirmed

** Also affects: cinder (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: keystone (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: horizon (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: quantum (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nova (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Also affects: glance (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Also affects: keystone (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Also affects: horizon (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Also affects: quantum (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Also affects: cinder (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Changed in: cinder (Ubuntu)
   Status: New = Invalid

** Changed in: quantum (Ubuntu)
   Status: New = Invalid

** Changed in: nova (Ubuntu)
   Status: New = Invalid

** Changed in: keystone (Ubuntu)
   Status: New = Invalid

** Changed in: horizon (Ubuntu)
   Status: New = Invalid

** Changed in: glance (Ubuntu)
   Status: New = Invalid

** Changed in: quantum (Ubuntu Raring)
   Status: New = Confirmed

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

** Changed in: keystone (Ubuntu Raring)
   Status: New = Confirmed

** Changed in: horizon (Ubuntu Raring)
   Status: New = Confirmed

** Changed in: glance (Ubuntu Raring)
   Status: New = Confirmed

** Changed in: cinder (Ubuntu Raring)
   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/1241202

Title:
  Meta bug for tracking Openstack 2013.1.4 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1241202/+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 1240972] Re: maas dhcp.conf template not adding ignore-client-uids unless using raring or later

2013-10-17 Thread Andres Rodriguez
Hi Matt,

The version of MAAS in the precise ubuntu archives does *not* support
ignore-client-uids because the version of isc-dhcp in the precise
archives does not support it either.

However, the maas version in the cloud-tools pocket does include the
option by default, as we also ship a new version of isc-dhcp (which
supports ignore-client-uids).

For this reason, I'm marking this bug invalid. If you feel this issue
persists, please re-open the bug.

Cheers.

** Changed in: maas (Ubuntu)
   Status: New = Incomplete

** Changed in: maas (Ubuntu)
   Status: Incomplete = Won't Fix

** Changed in: maas (Ubuntu)
   Status: Won't Fix = Invalid

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

Title:
  maas dhcp.conf template not adding ignore-client-uids unless using
  raring or later

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1240972/+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 1240972] Re: maas dhcp.conf template not adding ignore-client-uids unless using raring or later

2013-10-17 Thread Andres Rodriguez
Oh nevermind my comment, I see what you mean!

** Changed in: maas (Ubuntu)
   Status: Invalid = Confirmed

** Changed in: maas (Ubuntu)
   Importance: Undecided = High

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

** Changed in: maas (Ubuntu)
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

** Branch linked: lp:~andreserl/maas/lp1240972

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

Title:
  maas dhcp.conf template not adding ignore-client-uids unless using
  raring or later

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1240972/+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 1236361] Re: need new simple streams based maas-import-ephemerals

2013-10-17 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  need new simple streams based maas-import-ephemerals

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1236361/+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 1231693] Re: maas-dhcp backport does not start on precise

2013-10-17 Thread Andres Rodriguez
** Changed in: cloud-archive
   Status: Confirmed = Fix Released

** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  maas-dhcp backport does not start on precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1231693/+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 1182978] Re: MAAS will fail to set the correct user if a previous 'maas-commission' user exists

2013-10-17 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  MAAS will fail to set the correct user if a previous 'maas-commission'
  user exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1182978/+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 1185160] Re: no way to see what user has a node allocated

2013-10-17 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  no way to see what user has a node allocated

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