[Bug 1421375] Re: AttributeError when attempting to access _sys.maxint

2015-02-13 Thread Timo Aaltonen
Hello Adam, or anyone else affected,

Accepted python-netaddr into trusty-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/python-
netaddr/0.7.10-1ubuntu1.1 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: python-netaddr (Ubuntu Trusty)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  AttributeError when attempting to access _sys.maxint

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-netaddr/+bug/1421375/+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 1421375] Re: AttributeError when attempting to access _sys.maxint

2015-02-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/python-netaddr

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

Title:
  AttributeError when attempting to access _sys.maxint

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-netaddr/+bug/1421375/+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 1373560] Re: /etc/cron.daily/spamassassin calls sa-update with potentially incorrect umask

2015-02-13 Thread Rasmus Borup Hansen
I ran into this bug as well and checked if it's also present in Debian.
It appears that from spamassassin 3.4.0-2 the relevant code is:

# Update
umask 022
env -i LANG=$LANG PATH=$PATH start-stop-daemon \
--chuid debian-spamd:debian-spamd --start \
--exec /usr/bin/sa-update -- \
--gpghomedir /var/lib/spamassassin/sa-update-keys 21

When using start-stop-daemon to invoke sa-update the umask is not
changed, so updating to this version will fix the bug.

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

Title:
  /etc/cron.daily/spamassassin calls sa-update with potentially
  incorrect umask

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1373560/+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 1421375] Re: AttributeError when attempting to access _sys.maxint

2015-02-13 Thread Adam Stokes
Tested with python3-netaddr 0.7.10-1ubuntu1.1

code:
In[2]:from netaddr import IPSet

In [3]: ,.join(str(x) for x in list(IPSet(['10.0.4.0/24'])))
Out[3]: 
'10.0.4.0,10.0.4.1,10.0.4.2,10.0.4.3,10.0.4.4,10.0.4.5,10.0.4.6,10.0.4.7,10.0.4.8,10.0.4.9,10.0.4.10,10.0.4.11,10.0.4.12,10.0.4.13,10.0.4.14,10.0.4.15,10.0.4.16,10.0.4.17,10.0.4.18,10.0.4.19,10.0.4.20,10.0.4.21,10.0.4.22,10.0.4.23,10.0.4.24,10.0.4.25,10.0.4.26,10.0.4.27,10.0.4.28,10.0.4.29,10.0.4.30,10.0.4.31,10.0.4.32,10.0.4.33,10.0.4.34,10.0.4.35,10.0.4.36,10.0.4.37,10.0.4.38,10.0.4.39,10.0.4.40,10.0.4.41,10.0.4.42,10.0.4.43,10.0.4.44,10.0.4.45,10.0.4.46,10.0.4.47,10.0.4.48,10.0.4.49,10.0.4.50,10.0.4.51,10.0.4.52,10.0.4.53,10.0.4.54,10.0.4.55,10.0.4.56,10.0.4.57,10.0.4.58,10.0.4.59,10.0.4.60,10.0.4.61,10.0.4.62,10.0.4.63,10.0.4.64,10.0.4.65,10.0.4.66,10.0.4.67,10.0.4.68,10.0.4.69,10.0.4.70,10.0.4.71,10.0.4.72,10.0.4.73,10.0.4.74,10.0.4.75,10.0.4.76,10.0.4.77,10.0.4.78,10.0.4.79,10.0.4.80,10.0.4.81,10.0.4.82,10.0.4.83,10.0.4.84,10.0.4.85,10.0.4.86,10.0.4.87,10.0.4.88,10.0.4.89,10.0.4.90,10.0.4.91,10.0.4.92,10.0.4.93,10.0.4.94,10.0.4.95,10.0.4.96,10.0.4.97,10.0.4.98,10.0.4.99
 
,10.0.4.100,10.0.4.101,10.0.4.102,10.0.4.103,10.0.4.104,10.0.4.105,10.0.4.106,10.0.4.107,10.0.4.108,10.0.4.109,10.0.4.110,10.0.4.111,10.0.4.112,10.0.4.113,10.0.4.114,10.0.4.115,10.0.4.116,10.0.4.117,10.0.4.118,10.0.4.119,10.0.4.120,10.0.4.121,10.0.4.122,10.0.4.123,10.0.4.124,10.0.4.125,10.0.4.126,10.0.4.127,10.0.4.128,10.0.4.129,10.0.4.130,10.0.4.131,10.0.4.132,10.0.4.133,10.0.4.134,10.0.4.135,10.0.4.136,10.0.4.137,10.0.4.138,10.0.4.139,10.0.4.140,10.0.4.141,10.0.4.142,10.0.4.143,10.0.4.144,10.0.4.145,10.0.4.146,10.0.4.147,10.0.4.148,10.0.4.149,10.0.4.150,10.0.4.151,10.0.4.152,10.0.4.153,10.0.4.154,10.0.4.155,10.0.4.156,10.0.4.157,10.0.4.158,10.0.4.159,10.0.4.160,10.0.4.161,10.0.4.162,10.0.4.163,10.0.4.164,10.0.4.165,10.0.4.166,10.0.4.167,10.0.4.168,10.0.4.169,10.0.4.170,10.0.4.171,10.0.4.172,10.0.4.173,10.0.4.174,10.0.4.175,10.0.4.176,10.0.4.177,10.0.4.178,10.0.4.179,10.0.4.180,10.0.4.181,10.0.4.182,10.0.4.183,10.0.4.184,10.0.4.185,10.0.4.186,10.0.4.187,10.0.4.188,10.0.4.189,10.0.4
 
.190,10.0.4.191,10.0.4.192,10.0.4.193,10.0.4.194,10.0.4.195,10.0.4.196,10.0.4.197,10.0.4.198,10.0.4.199,10.0.4.200,10.0.4.201,10.0.4.202,10.0.4.203,10.0.4.204,10.0.4.205,10.0.4.206,10.0.4.207,10.0.4.208,10.0.4.209,10.0.4.210,10.0.4.211,10.0.4.212,10.0.4.213,10.0.4.214,10.0.4.215,10.0.4.216,10.0.4.217,10.0.4.218,10.0.4.219,10.0.4.220,10.0.4.221,10.0.4.222,10.0.4.223,10.0.4.224,10.0.4.225,10.0.4.226,10.0.4.227,10.0.4.228,10.0.4.229,10.0.4.230,10.0.4.231,10.0.4.232,10.0.4.233,10.0.4.234,10.0.4.235,10.0.4.236,10.0.4.237,10.0.4.238,10.0.4.239,10.0.4.240,10.0.4.241,10.0.4.242,10.0.4.243,10.0.4.244,10.0.4.245,10.0.4.246,10.0.4.247,10.0.4.248,10.0.4.249,10.0.4.250,10.0.4.251,10.0.4.252,10.0.4.253,10.0.4.254,10.0.4.255'


** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  AttributeError when attempting to access _sys.maxint

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-netaddr/+bug/1421375/+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 1421663] [NEW] [SRU] ceilometer-common mongodb-autoreconnect.patch breaks ceilometer-dbsync

2015-02-13 Thread Corey Bryant
Public bug reported:

[Impact]
apt-get install ceilometer-common on utopic-proposed results in:

2015-02-13 13:16:02.003 14731 CRITICAL ceilometer [-] AttributeError: 
'NoneType' object has no attribute 'find'
2015-02-13 13:16:02.003 14731 TRACE ceilometer Traceback (most recent call 
last):
2015-02-13 13:16:02.003 14731 TRACE ceilometer   File 
/usr/bin/ceilometer-dbsync, line 10, in module
2015-02-13 13:16:02.003 14731 TRACE ceilometer sys.exit(dbsync())
2015-02-13 13:16:02.003 14731 TRACE ceilometer   File 
/usr/lib/python2.7/dist-packages/ceilometer/cmd/storage.py, line 32, in dbsync
2015-02-13 13:16:02.003 14731 TRACE ceilometer 
storage.get_connection_from_config(cfg.CONF, 'metering').upgrade()
2015-02-13 13:16:02.003 14731 TRACE ceilometer   File 
/usr/lib/python2.7/dist-packages/ceilometer/storage/__init__.py, line 86, in 
get_connection_from_config
2015-02-13 13:16:02.003 14731 TRACE ceilometer return get_connection(url, 
namespace)
2015-02-13 13:16:02.003 14731 TRACE ceilometer   File 
/usr/lib/python2.7/dist-packages/ceilometer/storage/__init__.py, line 91, in 
get_connection
2015-02-13 13:16:02.003 14731 TRACE ceilometer connection_scheme = 
urlparse.urlparse(url).scheme
2015-02-13 13:16:02.003 14731 TRACE ceilometer   File 
/usr/lib/python2.7/urlparse.py, line 143, in urlparse
2015-02-13 13:16:02.003 14731 TRACE ceilometer tuple = urlsplit(url, 
scheme, allow_fragments)
2015-02-13 13:16:02.003 14731 TRACE ceilometer   File 
/usr/lib/python2.7/urlparse.py, line 182, in urlsplit
2015-02-13 13:16:02.003 14731 TRACE ceilometer i = url.find(':')
2015-02-13 13:16:02.003 14731 TRACE ceilometer AttributeError: 'NoneType' 
object has no attribute 'find'
2015-02-13 13:16:02.003 14731 TRACE ceilometer

This is due to a cherry picked patch mongodb-autoreconnect.patch.

[Test Case]
apt-get install ceilometer-common on utopic-proposed

[Regression Potential]
The patch was not yet upstream so I don't see any regression potential from 
removing this patch.

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

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

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

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

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

** No longer affects: nova (Ubuntu)

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

Title:
  [SRU] ceilometer-common mongodb-autoreconnect.patch breaks ceilometer-
  dbsync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1421663/+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 802117] Re: juju ssh/scp commands cause spurious key errors

2015-02-13 Thread Stuart Bishop
Amulet tests are spuriously failing due to this bug. IP addresses get
recycled as the leases expire, and the 'juju run' commands Amulet makes
fail due to the old host key being in the root users known_hosts file.


==
ERROR: test suite for class 'tests.test_integration.Test3UnitDeployment'
--
Traceback (most recent call last):
  File 
/home/stub/charms/cassandra/spike/.venv3/lib/python3.4/site-packages/nose/suite.py,
 line 210, in run
self.setUp()
  File 
/home/stub/charms/cassandra/spike/.venv3/lib/python3.4/site-packages/nose/suite.py,
 line 293, in setUp
self.setupContext(ancestor)
  File 
/home/stub/charms/cassandra/spike/.venv3/lib/python3.4/site-packages/nose/suite.py,
 line 316, in setupContext
try_run(context, names)
  File 
/home/stub/charms/cassandra/spike/.venv3/lib/python3.4/site-packages/nose/util.py,
 line 470, in try_run
return func()
  File /home/stub/charms/cassandra/spike/tests/test_integration.py, line 79, 
in setUpClass
deployment.deploy(timeout=WAIT_TIMEOUT)
  File /home/stub/charms/cassandra/spike/testing/amuletfixture.py, line 74, 
in deploy
self.sentry.wait(timeout=timeout)
  File /usr/lib/python3/dist-packages/amulet/sentry.py, line 259, in wait
status = self.unit[unit].juju_agent()
  File /usr/lib/python3/dist-packages/amulet/sentry.py, line 117, in 
juju_agent
return self._run_unit_script(juju_agent.py)
  File /usr/lib/python3/dist-packages/amulet/sentry.py, line 114, in 
_run_unit_script
raise IOError(output)
OSError: @@@
@WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
04:1f:98:dc:d5:aa:3a:4d:aa:d8:f6:a2:15:e5:fa:29.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /root/.ssh/known_hosts:3
  remove with: ssh-keygen -f /root/.ssh/known_hosts -R 10.0.3.223
Keyboard-interactive authentication is disabled to avoid man-in-the-middle 
attacks.
ERROR command timed out


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

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

Title:
  juju ssh/scp commands cause spurious key errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/amulet/+bug/802117/+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 1206681] Re: login page cluster controllers missing boot image warning message link pulls IP vs. URL

2015-02-13 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: New = 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/1206681

Title:
  login page cluster controllers missing boot image warning message link
  pulls IP vs. URL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1206681/+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 728018] Re: 10.04 LTS: Failure to start instance due to network address failure

2015-02-13 Thread M.Morana
** Changed in: eucalyptus (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  10.04 LTS: Failure to start instance due to network address failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/728018/+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 1274497] Re: MAAS apache configuration not installed to correct location with Apache 2.4

2015-02-13 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: New = 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/1274497

Title:
  MAAS apache configuration not installed to correct location with
  Apache 2.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1274497/+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 1233831] Re: maas doesn't return zookeeper instances for newly provision environment

2015-02-13 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: New = 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/1233831

Title:
  maas doesn't return zookeeper instances for newly provision
  environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1233831/+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 1236433] Re: maas-cluster-celery did not survive upgrade

2015-02-13 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: New = 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/1236433

Title:
  maas-cluster-celery did not survive upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1236433/+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 1209064] Re: package maas-region-controller 1.3+bzr1461+dfsg-0ubuntu2.1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2015-02-13 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: New = 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/1209064

Title:
  package maas-region-controller 1.3+bzr1461+dfsg-0ubuntu2.1 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1209064/+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 1281765] Re: FFE: maas support for hardware enabement kernels (HWE)

2015-02-13 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: New = Fix Released

** Changed in: cloud-initramfs-tools (Ubuntu)
   Status: New = Fix Released

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

Title:
  FFE: maas support for hardware enabement kernels (HWE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1281765/+subscriptions

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


[Blueprint servercloud-v-openstack-charms] OpenStack Charm work for Vivid

2015-02-13 Thread Liam Young
Blueprint changed by Liam Young:

Work items changed:
  Work items for ubuntu-15.01:
  Try Mojo for Openstack bundle and HA testing: DONE
  Write Mojo spec and helpers for Openstack Deploys: DONE
  Add Mojo support into OSCI: DONE
  Add support for Ceph Rados gw HA: DONE
  Add unicast support to Hacluster charm: DONE
  Add support for Keystone SSL: DONE
  add percona and rabbitmq charms to stable/next process: DONE
  Charm release notes for 15.01 release: DONE
  
  Work items for ubuntu-15.04:
  Support for OpenStack Kilo release: TODO
  Squash existing openstack charm bugs: TODO
  Finish unit_tests and amulet coverage: TODO
  create basic amulet tests - ceilometer-agent: TODO
  create basic amulet tests - ceilometer: TODO
  create basic amulet tests - cinder-ceph: TODO
  create basic amulet tests - hacluster: TODO
- create basic amulet tests - neutron-api: TODO
- create basic amulet tests - neutron-openvswitch: TODO
+ [gnuoy] create basic amulet tests - neutron-api: TODO
+ [gnuoy] create basic amulet tests - neutron-openvswitch: TODO
  create basic amulet tests - nova-compute-vmware: TODO
- [gnuoy] create basic amulet tests - openstack-dashboard: TODO
+ [gnuoy] create basic amulet tests - openstack-dashboard: DONE
  Review and purge where possible pkg installs at runtime: TODO
  Neutron router HA and DVR support (= juno): TODO
  Write templates for charm-helpers for cinder and neutron backends/plugins: 
TODO
  Review charm documentation and update as required: TODO
  Setup openstack-charmers mailing list on lists.ubuntu.com: TODO
  review use of logging throughout charm-helpers and charms, make it useful: 
TODO
  move CONFIG out of global scope and construct as required (optimization): TODO
  drop links that don't actually provide hooks: TODO
  configuration file review and updates for deprecated options/sections etc: 
TODO
  Move to OS style standards for Charms and OS Charm helpers: TODO
  [james-page] openstack-zmq redis support: DONE
  support in ceilometer charm for multiple message brokers: TODO
  deploy from git - ceilometer-agent: TODO
  deploy from git - ceilometer: TODO
  deploy from git - cinder-ceph: TODO
  deploy from git - cinder: TODO
  deploy from git - glance: TODO
  [corey.bryant] deploy from git - keystone: INPROGRESS
  deploy from git - neutron-api: TODO
  deploy from git - neutron-openvswitch: TODO
  deploy from git - nova-compute: TODO
  deploy from git - nova-compute-vmware: TODO
  deploy from git - nova-cloud-controller: TODO
  deploy from git - openstack-dashboard: TODO
  deploy from git - quantum-gateway: TODO
  deploy from git - swift-proxy: TODO
  deploy from git - swift-storage: TODO
  Make os charms restart aware: TODO
  Automated charmhelper sync into next charms: TODO
  Sync precise and trusty charms: TODO
  Move cs:/oscharm to trusty: TODO
  Enable more people to join os-charmers: documentation, review criteria, 
contrib workflow, joining criteria: TODO
  Advertising third party plugins that have been accepted: TODO
  Third party segregation in the code. Refactor code to distnace third party 
plugins: TODO
  OpenContrail charm review and landing into official charms: TODO
  Charm release notes for 15.04 release: TODO

-- 
OpenStack Charm work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-charms

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


[Bug 1333655] Re: strongSwan AppArmor profile does not allow user priv dropping

2015-02-13 Thread Simon Déziel
** Patch added: allow-user-priv-dropping-stroke.patch
   
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1333655/+attachment/4318847/+files/allow-user-priv-dropping-stroke.patch

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

Title:
  strongSwan AppArmor profile does not allow user priv dropping

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1333655/+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 1333655] Re: strongSwan AppArmor profile does not allow user priv dropping

2015-02-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  strongSwan AppArmor profile does not allow user priv dropping

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1333655/+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 1420006] Re: [MIR] python-tempest-lib

2015-02-13 Thread Dave Walker
Override component to main
python-tempest-lib 0.1.0-0ubuntu1 in vivid: universe/misc - main
python-tempest-lib 0.1.0-0ubuntu1 in vivid amd64: universe/python/optional/100% 
- main
python-tempest-lib 0.1.0-0ubuntu1 in vivid arm64: universe/python/optional/100% 
- main
python-tempest-lib 0.1.0-0ubuntu1 in vivid armhf: universe/python/optional/100% 
- main
python-tempest-lib 0.1.0-0ubuntu1 in vivid i386: universe/python/optional/100% 
- main
python-tempest-lib 0.1.0-0ubuntu1 in vivid powerpc: 
universe/python/optional/100% - main
python-tempest-lib 0.1.0-0ubuntu1 in vivid ppc64el: 
universe/python/optional/100% - main
python-tempest-lib-doc 0.1.0-0ubuntu1 in vivid amd64: 
universe/doc/optional/100% - main
python-tempest-lib-doc 0.1.0-0ubuntu1 in vivid arm64: 
universe/doc/optional/100% - main
python-tempest-lib-doc 0.1.0-0ubuntu1 in vivid armhf: 
universe/doc/optional/100% - main
python-tempest-lib-doc 0.1.0-0ubuntu1 in vivid i386: universe/doc/optional/100% 
- main
python-tempest-lib-doc 0.1.0-0ubuntu1 in vivid powerpc: 
universe/doc/optional/100% - main
python-tempest-lib-doc 0.1.0-0ubuntu1 in vivid ppc64el: 
universe/doc/optional/100% - main
python3-tempest-lib 0.1.0-0ubuntu1 in vivid amd64: 
universe/python/optional/100% - main
python3-tempest-lib 0.1.0-0ubuntu1 in vivid arm64: 
universe/python/optional/100% - main
python3-tempest-lib 0.1.0-0ubuntu1 in vivid armhf: 
universe/python/optional/100% - main
python3-tempest-lib 0.1.0-0ubuntu1 in vivid i386: universe/python/optional/100% 
- main
python3-tempest-lib 0.1.0-0ubuntu1 in vivid powerpc: 
universe/python/optional/100% - main
python3-tempest-lib 0.1.0-0ubuntu1 in vivid ppc64el: 
universe/python/optional/100% - main
19 publications overridden.

** Changed in: python-tempest-lib (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] python-tempest-lib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-tempest-lib/+bug/1420006/+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 1333655] Re: strongSwan AppArmor profile does not allow user priv dropping

2015-02-13 Thread Simon Déziel
Hi Jonathan,

The following 2 patches allow to run charon to setuid/gid to a regular
user. The patch for the stroke profile is to allow a different user
(like root) to signal the charon daemon running as a regular user.

Let me know if you have any comments/suggestions about those patches.

** Patch added: allow-user-priv-dropping-charon.patch
   
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1333655/+attachment/4318846/+files/allow-user-priv-dropping-charon.patch

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

Title:
  strongSwan AppArmor profile does not allow user priv dropping

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1333655/+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 1421520] Re: package mariadb-client-5.5 '/usr/bin/innochecksum' needs to break/replace mysql-server-core-5.6 OR fix the binary/manpage mismatch in mysql

2015-02-13 Thread Robie Basak
** Also affects: mysql-5.6 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mysql-5.6 (Ubuntu)
   Status: New = Triaged

** Changed in: mysql-5.6 (Ubuntu)
Milestone: None = ubuntu-15.04

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

Title:
  package mariadb-client-5.5 '/usr/bin/innochecksum' needs to
  break/replace mysql-server-core-5.6 OR fix the binary/manpage mismatch
  in mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-5.5/+bug/1421520/+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 1321354] Re: open samba shares become unresponsive if unused for 15 minutes

2015-02-13 Thread Bud
If Windows drops idle connections in 15 minutes, then why do all previous 
versions of Ubuntu work on the same server without error? I am in the same boat 
with Martin... been using Ubuntu for years. 14.04 has this problem everywhere I 
have used it in a network environment; different machines and different 
servers. Surprised more people are not writing in.
Thanks, Bud

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

Title:
  open samba shares become unresponsive if unused for 15 minutes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1321354/+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 1421730] [NEW] juju scp -r fails with error: flag provided but not defined: -r

2015-02-13 Thread Craig Magina
Public bug reported:

Juju help scp shows the usage for the '-r' argument, however when trying to use 
it I get this error message:
error: flag provided but not defined: -r

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: juju 1.20.11-0ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Feb 13 11:53:00 2015
InstallationDate: Installed on 2015-01-23 (21 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageArchitecture: all
SourcePackage: juju-core
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: juju-core (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  juju scp -r fails with error: flag provided but not defined: -r

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1421730/+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 802117] Re: juju ssh/scp commands cause spurious key errors

2015-02-13 Thread Ryan Beisner
FWIW - We saw this too in our automated OpenStack charm testing (UOSCI).
Our work around is to overwrite known_hosts with our base known_hosts
file on every build, on every jenkins slave.  A bit of a hack, but it
does the trick.

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

Title:
  juju ssh/scp commands cause spurious key errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/amulet/+bug/802117/+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 1333655] [NEW] strongSwan AppArmor profile does not allow user priv dropping

2015-02-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

strongSwan's AppArmor profiles for charon and stroke don't allow user
privilege dropping.

** Affects: strongswan (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

-- 
strongSwan AppArmor profile does not allow user priv dropping
https://bugs.launchpad.net/bugs/1333655
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

-- 
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 1321354] Re: open samba shares become unresponsive if unused for 15 minutes

2015-02-13 Thread Bud
14.04 - 32bit also... same problem.
Bud

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

Title:
  open samba shares become unresponsive if unused for 15 minutes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1321354/+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 802117] Re: juju ssh/scp commands cause spurious key errors

2015-02-13 Thread Marco Ceppi
** Changed in: amulet
   Status: New = Triaged

** Changed in: amulet
   Importance: Undecided = High

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

Title:
  juju ssh/scp commands cause spurious key errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/amulet/+bug/802117/+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 802117] Re: juju ssh/scp commands cause spurious key errors

2015-02-13 Thread Marco Ceppi
** Tags added: charmers

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

Title:
  juju ssh/scp commands cause spurious key errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/amulet/+bug/802117/+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 1333655] Re: strongSwan AppArmor profile does not allow user priv dropping

2015-02-13 Thread Ubuntu Foundations Team Bug Bot
The attachment allow-user-priv-dropping-charon.patch seems to be a
patch.  If it isn't, please remove the patch flag from the attachment,
remove the patch tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  strongSwan AppArmor profile does not allow user priv dropping

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1333655/+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 1421663] Re: [SRU] ceilometer-common mongodb-autoreconnect.patch breaks ceilometer-dbsync

2015-02-13 Thread Chris J Arges
** Also affects: ceilometer (Ubuntu Utopic)
   Importance: Undecided
   Status: New

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

Title:
  [SRU] ceilometer-common mongodb-autoreconnect.patch breaks ceilometer-
  dbsync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1421663/+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 1387340] Re: 'output' directive not honored (/var/log/cloud-init-output.log missing)

2015-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1055-0ubuntu1

---
cloud-init (0.7.7~bzr1055-0ubuntu1) vivid; urgency=medium

  * New upstream snapshot.
* move to python3 (LP: #1247132)
* systemd: run cloud-init before systemd-user-sessions.service
* Use the GCE short hostname. (LP: #1383794)
* Enable user-data encoding support for GCE. (LP: #1404311)
* Update to use a newer and better OMNIBUS_URL
* Be more tolerant of 'ssh_authorized_keys' types
* Fix parse_ssh_config failing in ssh_util.py
* Increase the robustness/configurability of the chef module.
* retain trailing newline from template files when using
  jinja2 (LP: #1355343)
* fix broken output handling (LP: #1387340)
* digital ocean datasource
* update url in config drive documentation
* freebsd: enable correct behavior on Ec2.
* freebsd: Use the proper virtio FreeBSD network interface name.
 -- Scott Moser smo...@ubuntu.com   Wed, 11 Feb 2015 15:55:58 -0500

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

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

Title:
  'output' directive not honored (/var/log/cloud-init-output.log
  missing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1387340/+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 1421787] [NEW] /etc/init.d/spamassassin reload fails unless /var/run/spamd/ exists for pid file

2015-02-13 Thread Fleish
Public bug reported:

Spamassassin reload attempts to use pid from /var/run/spamd/spamd.pid.
However, this directory is not created by the package, therefore the
reload fails because it does not know the PID of the running process.
Manually creating this directory, killing all running spamd processess,
and calling /etc/init.d/spamassassin start fixes the issue. The
spamassassin package should create this run directory it requires on
installation.

Excerpt of /etc/init.d/spamassassin reload with missing directory:
Reloading SpamAssassin Mail Filter Daemon: + start-stop-daemon --stop --pidfile 
/var/run/spamd/spamd.pid --signal HUP --exec /usr/bin/perl
No /usr/bin/perl found running; none killed.

1) 
Description:Ubuntu 12.04.5 LTS
Release:12.04

2)
spamassassin:
  Installed: 3.3.2-2ubuntu1.1
  Candidate: 3.3.2-2ubuntu1.1
  Version table:
 *** 3.3.2-2ubuntu1.1 0
500 http://mirror/ubuntu/ precise-updates/main amd64 Packages
100 /var/lib/dpkg/status
 3.3.2-2ubuntu1 0
500 http://mirror/ubuntu/ precise/main amd64 Packages

3)
I expect a HUP signal to be sent to spamd parent PID

4)
No HUP signal is sent, because the script cannot determine the spamd parent PID

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

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

Title:
  /etc/init.d/spamassassin reload fails unless /var/run/spamd/ exists
  for pid file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1421787/+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 1355343] Re: cloud-init writes sources.list without newline at end of file

2015-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1055-0ubuntu1

---
cloud-init (0.7.7~bzr1055-0ubuntu1) vivid; urgency=medium

  * New upstream snapshot.
* move to python3 (LP: #1247132)
* systemd: run cloud-init before systemd-user-sessions.service
* Use the GCE short hostname. (LP: #1383794)
* Enable user-data encoding support for GCE. (LP: #1404311)
* Update to use a newer and better OMNIBUS_URL
* Be more tolerant of 'ssh_authorized_keys' types
* Fix parse_ssh_config failing in ssh_util.py
* Increase the robustness/configurability of the chef module.
* retain trailing newline from template files when using
  jinja2 (LP: #1355343)
* fix broken output handling (LP: #1387340)
* digital ocean datasource
* update url in config drive documentation
* freebsd: enable correct behavior on Ec2.
* freebsd: Use the proper virtio FreeBSD network interface name.
 -- Scott Moser smo...@ubuntu.com   Wed, 11 Feb 2015 15:55:58 -0500

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

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

Title:
  cloud-init writes sources.list without newline at end of file

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1355343/+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 1383794] Re: [SRU] GCE datasource should use the short hostname

2015-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1055-0ubuntu1

---
cloud-init (0.7.7~bzr1055-0ubuntu1) vivid; urgency=medium

  * New upstream snapshot.
* move to python3 (LP: #1247132)
* systemd: run cloud-init before systemd-user-sessions.service
* Use the GCE short hostname. (LP: #1383794)
* Enable user-data encoding support for GCE. (LP: #1404311)
* Update to use a newer and better OMNIBUS_URL
* Be more tolerant of 'ssh_authorized_keys' types
* Fix parse_ssh_config failing in ssh_util.py
* Increase the robustness/configurability of the chef module.
* retain trailing newline from template files when using
  jinja2 (LP: #1355343)
* fix broken output handling (LP: #1387340)
* digital ocean datasource
* update url in config drive documentation
* freebsd: enable correct behavior on Ec2.
* freebsd: Use the proper virtio FreeBSD network interface name.
 -- Scott Moser smo...@ubuntu.com   Wed, 11 Feb 2015 15:55:58 -0500

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

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

Title:
  [SRU] GCE datasource should use the short hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1383794/+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 1404311] Re: gce metadata api doesn't properly stream binary data

2015-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1055-0ubuntu1

---
cloud-init (0.7.7~bzr1055-0ubuntu1) vivid; urgency=medium

  * New upstream snapshot.
* move to python3 (LP: #1247132)
* systemd: run cloud-init before systemd-user-sessions.service
* Use the GCE short hostname. (LP: #1383794)
* Enable user-data encoding support for GCE. (LP: #1404311)
* Update to use a newer and better OMNIBUS_URL
* Be more tolerant of 'ssh_authorized_keys' types
* Fix parse_ssh_config failing in ssh_util.py
* Increase the robustness/configurability of the chef module.
* retain trailing newline from template files when using
  jinja2 (LP: #1355343)
* fix broken output handling (LP: #1387340)
* digital ocean datasource
* update url in config drive documentation
* freebsd: enable correct behavior on Ec2.
* freebsd: Use the proper virtio FreeBSD network interface name.
 -- Scott Moser smo...@ubuntu.com   Wed, 11 Feb 2015 15:55:58 -0500

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

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

Title:
  gce metadata api doesn't properly stream binary data

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1404311/+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 1328315] Re: debian/heat-common.postinst uses getenv instead of getent

2015-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package heat - 2015.1~b2-0ubuntu1

---
heat (2015.1~b2-0ubuntu1) vivid; urgency=medium

  [ James Page ]
  * d/heat-common.postinst: Update to use getent for detection of existing
heat user and group (LP: #1328315).

  [ Corey Bryant ]
  * New upstream release.
- d/control: Align with upstream dependencies.
- d/p/oslo-i18n-private-classes.patch: Dropped. Fixed upstream.
- d/p/remove-gettextutils-import.patch: Dropped. Fixed upstream.

  [ Chuck Short ]
  * debian/rules: Use oslo-config-generator to generate configuration files.
  * debian/patches/default-log-dir.patch: Dropped no longer needed.
 -- Chuck Short zul...@ubuntu.com   Fri, 13 Feb 2015 09:37:14 -0500

** Changed in: heat (Ubuntu Vivid)
   Status: Fix Committed = Fix Released

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

Title:
  debian/heat-common.postinst uses getenv instead of getent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heat/+bug/1328315/+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 1421520] Re: package mariadb-client-5.5 '/usr/bin/innochecksum' needs to break/replace mysql-server-core-5.6 OR fix the binary/manpage mismatch in mysql

2015-02-13 Thread Alberto Salvia Novella
Robie Basak, you have triaged this bug without assigning priority to it.

** Changed in: mysql-5.6 (Ubuntu)
   Importance: Undecided = High

** Changed in: mariadb-5.5 (Ubuntu)
   Importance: Undecided = High

** Changed in: mariadb-5.5 (Ubuntu)
   Status: New = Confirmed

** Changed in: mariadb-5.5 (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  package mariadb-client-5.5 '/usr/bin/innochecksum' needs to
  break/replace mysql-server-core-5.6 OR fix the binary/manpage mismatch
  in mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-5.5/+bug/1421520/+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 1383794] Re: [SRU] GCE datasource should use the short hostname

2015-02-13 Thread Scott Moser
** Changed in: cloud-init (Ubuntu Precise)
   Status: New = Confirmed

** Changed in: cloud-init (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: cloud-init (Ubuntu Utopic)
   Status: New = Confirmed

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

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

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

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

Title:
  [SRU] GCE datasource should use the short hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1383794/+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 1421824] [NEW] xinetd init.d Script Can Cause Multiple Instances to Run

2015-02-13 Thread Kevin
Public bug reported:

The init.d script for xinetd seems to have some issues. If it's started
before the upstart script, two instances of xinetd can be running.

Also, the .pid file location in the init.d script is a different
location than the upstart script. While more checks should be done in
the init.d script to see if an instance is already running, making both
.pid files the same would do a lot to help this issue.

Steps to reproduce:

root@pslchi6ddevtest1:/etc/init.d# /etc/init.d/xinetd start
 * Starting internet superserver xinetd 

[ OK ] 
root@pslchi6ddevtest1:/etc/init.d# service xinetd start
xinetd start/running, process 11941
root@pslchi6ddevtest1:/etc/init.d# ps -ef |grep xinet
root  11933  1  0 13:58 ?00:00:00 /usr/sbin/xinetd -pidfile 
/run/xinetd.pid -stayalive -inetd_compat -inetd_ipv6
root  11941  1  0 13:58 ?00:00:00 /usr/sbin/xinetd -dontfork 
-pidfile /var/run/xinetd.pid -stayalive -inetd_compat -inetd_ipv6
root  11947  10857  0 13:59 pts/100:00:00 grep --color=auto xinet

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xinetd 1:2.3.15-3ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Fri Feb 13 14:18:59 2015
ProcEnviron:
 SHELL=/bin/bash
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 LANGUAGE=en_US:en
SourcePackage: xinetd
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  xinetd init.d Script Can Cause Multiple Instances to Run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xinetd/+bug/1421824/+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 1417937] Re: qemu appears to be built without CONFIG_NUMA defined

2015-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 1:2.2+dfsg-5expubuntu5

---
qemu (1:2.2+dfsg-5expubuntu5) vivid; urgency=medium

  * debian/control-in: enable numa on architectures where numa is built
(LP: #1417937)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 12 Feb 2015 23:18:58 -0600

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

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

Title:
  qemu appears to be built without CONFIG_NUMA defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1417937/+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 1421796] [NEW] package mysql-client-5.5 5.5.41-0ubuntu0.14.04.1 failed to install/upgrade: trying to overwrite '/usr/bin/mysql', which is also in package mysql-client-core-5.5 5.5.41-0ubuntu0.14.

2015-02-13 Thread dariush hasanpoor
Public bug reported:

On my system startup happened

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mysql-client-5.5 5.5.41-0ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Fri Feb 13 22:32:25 2015
DuplicateSignature: package:mysql-client-5.5:5.5.41-0ubuntu0.14.04.1:trying to 
overwrite '/usr/bin/mysql', which is also in package mysql-client-core-5.5 
5.5.41-0ubuntu0.14.04.1
ErrorMessage: trying to overwrite '/usr/bin/mysql', which is also in package 
mysql-client-core-5.5 5.5.41-0ubuntu0.14.04.1
InstallationDate: Installed on 2014-05-20 (269 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: mysql-5.5
Title: package mysql-client-5.5 5.5.41-0ubuntu0.14.04.1 failed to 
install/upgrade: trying to overwrite '/usr/bin/mysql', which is also in package 
mysql-client-core-5.5 5.5.41-0ubuntu0.14.04.1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check package-conflict 
third-party-packages trusty

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

Title:
  package mysql-client-5.5 5.5.41-0ubuntu0.14.04.1 failed to
  install/upgrade: trying to overwrite '/usr/bin/mysql', which is also
  in package mysql-client-core-5.5 5.5.41-0ubuntu0.14.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1421796/+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 1356855] Re: Cloud-init 0.7.5 Failed to get cloudstack user-data because of trailing slash

2015-02-13 Thread Scott Moser
This is fix-released in ubuntu at 0.7.7~bzr1055-0ubuntu1

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

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

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

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

** Changed in: cloud-init (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: cloud-init (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: cloud-init (Ubuntu Utopic)
   Importance: Undecided = High

** Changed in: cloud-init (Ubuntu Utopic)
   Status: New = Confirmed

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

Title:
  Cloud-init 0.7.5 Failed to get cloudstack user-data because of
  trailing slash

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1356855/+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 1332203] Re: autofs5-ldap regularly crashes after long periods of time

2015-02-13 Thread Paul Kilgo
Just a note that Bug #1176020 is also describing a side effect of this
same problem (same web server in question here).

We are disabling our remote loghost and seeing if that theory holds.

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

Title:
  autofs5-ldap regularly crashes after long periods of time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1332203/+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 1331214] Re: MAAS (amttool) cannot control AMT version 8

2015-02-13 Thread Mark W Wenning
Verified on several VPro machines in the Dell lab, with different AMT
firmware levels.

##  PowerEdge T20 FW 9.0.21-build 1462works

##  Laptop: E6400   FW 4.2.60-build 1060works
##  Laptop: E6520   FW 7.1.4-build  1068works
##  Laptop: E6430  FW 8.0.1-build  1399works
##  Laptop: M4700FW 8.1.40-build 1416works

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

Title:
  MAAS (amttool) cannot control AMT version  8

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1331214/+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 1331214] Re: MAAS (amttool) cannot control AMT version 8

2015-02-13 Thread Daniel Manrique
** Changed in: maas (Ubuntu)
   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/1331214

Title:
  MAAS (amttool) cannot control AMT version  8

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