[Bug 1480241] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module failed to build

2015-08-05 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1312855 ***
https://bugs.launchpad.net/bugs/1312855

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1312855, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1312855
   open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed 
to build [error: implicit declaration of function 'create_proc_entry']

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1480241/+subscriptions

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


[Bug 1473022] Re: Openstack Kilo :Nova-api fails to call compute node

2015-08-05 Thread Eric Duggan
I am also seeing this intermittently when running nova commands via the
command line on Centos 7.1

For example when running nova --debug list:

DEBUG (session:195) REQ: curl -g -i -X GET https://x.x.x.x:35357/v2.0 -H 
"Accept: application/json" -H "User-Agent: python-keystoneclient"
INFO (connectionpool:735) Starting new HTTPS connection (1): x.x.x.x
DEBUG (connectionpool:383) "GET /v2.0 HTTP/1.1" 200 347
DEBUG (session:224) RESP: [200] content-length: 347 set-cookie: node=mgmt03; 
path=/ vary: X-Auth-Token server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips 
mod_wsgi/3.4 Python/2.7.5 date: Thu, 06 Aug 2015 01:08:21 GMT content-type: 
application/json x-openstack-request-id: 
req-73b79363-f7b8-4a97-a8a7-f96c93c41f18
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", 
"media-types": [{"base": "application/json", "type": 
"application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": 
[{"href": "https://x.x.x.x:35357/v2.0/";, "rel": "self"}, {"href": 
"http://docs.openstack.org/";, "type": "text/html", "rel": "describedby"}]}}

DEBUG (v2:76) Making authentication request to https://x.x.x.x:35357/v2.0/tokens
DEBUG (connectionpool:383) "POST /v2.0/tokens HTTP/1.1" 200 2727
DEBUG (iso8601:184) Parsed 2015-08-06T02:08:21Z into {'tz_sign': None, 
'second_fraction': None, 'hour': u'02', 'daydash': u'06', 'tz_hour': None, 
'month': None, 'timezone': u'Z', 'second': u'21', 'tz_minute': None, 'year': 
u'2015', 'separator': u'T', 'monthdash': u'08', 'day': None, 'minute': u'08'} 
with default timezone 
DEBUG (iso8601:140) Got u'2015' for 'year' with default None
DEBUG (iso8601:140) Got u'08' for 'monthdash' with default 1
DEBUG (iso8601:140) Got 8 for 'month' with default 8
DEBUG (iso8601:140) Got u'06' for 'daydash' with default 1
DEBUG (iso8601:140) Got 6 for 'day' with default 6
DEBUG (iso8601:140) Got u'02' for 'hour' with default None
DEBUG (iso8601:140) Got u'08' for 'minute' with default None
DEBUG (iso8601:140) Got u'21' for 'second' with default None
DEBUG (session:195) REQ: curl -g -i -X GET 
https://x.x.x.x:8774/v2/7c289b706e644980ac5b9a36874cdeff/servers/detail -H 
"User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: 
{SHA1}618596dc30335e9c814b1daf459b81ce99431e91"
INFO (connectionpool:735) Starting new HTTPS connection (1): x.x.x.x
DEBUG (connectionpool:383) "GET 
/v2/7c289b706e644980ac5b9a36874cdeff/servers/detail HTTP/1.1" 401 23
DEBUG (session:224) RESP:
DEBUG (v2:76) Making authentication request to https://x.x.x.x:35357/v2.0/tokens
DEBUG (connectionpool:383) "POST /v2.0/tokens HTTP/1.1" 200 2727
DEBUG (connectionpool:383) "GET 
/v2/7c289b706e644980ac5b9a36874cdeff/servers/detail HTTP/1.1" 500 128
DEBUG (session:224) RESP:
DEBUG (shell:914) The server has either erred or is incapable of performing the 
requested operation. (HTTP 500) (Request-ID: 
req-a2b6989f-19b8-453e-bf93-34fa50a108e2)
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/novaclient/shell.py", line 911, in main
OpenStackComputeShell().main(argv)
  File "/usr/lib/python2.7/site-packages/novaclient/shell.py", line 838, in main
args.func(self.cs, args)
  File "/usr/lib/python2.7/site-packages/novaclient/v2/shell.py", line 1377, in 
do_list
sort_dirs=sort_dirs)
  File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 583, 
in list
return self._list("/servers%s%s" % (detail, query_string), "servers")
  File "/usr/lib/python2.7/site-packages/novaclient/base.py", line 64, in _list
_resp, body = self.api.client.get(url)
  File "/usr/lib/python2.7/site-packages/keystoneclient/adapter.py", line 170, 
in get
return self.request(url, 'GET', **kwargs)
  File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 96, in 
request
raise exceptions.from_response(resp, body, url, method)
ClientException: The server has either erred or is incapable of performing the 
requested operation. (HTTP 500) (Request-ID: 
req-a2b6989f-19b8-453e-bf93-34fa50a108e2)

on the mgmt03 node in /var/log/nova/nova-api.log I see:

2015-08-06 13:08:22.890 7373 DEBUG keystoneclient.session 
[req-a2b6989f-19b8-453e-bf93-34fa50a108e2 03d24899e1d24a22bc1fae13dcc62fee 
7c289b706e644980ac5b9a36874cdeff - - -] REQ: curl -g -i -X GET 
https://x.x.x.x:9696/v2.0/ports.json?device_id=a5a4cfd3-8ca0-4e93-9c6b-2fb02b73f9c5&device_id=54d1d328-fef7-40a1-9311-eadc204bbfe5&device_id=6d4f76d6-4362-402a-b369-c69d7154f671
 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H 
"X-Auth-Token: {SHA1}c114cb664ce090f96baf5cfeb8096690b480eb38" 
_http_log_request /usr/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-08-06 13:08:22.894 7373 ERROR nova.api.openstack 
[req-a2b6989f-19b8-453e-bf93-34fa50a108e2 03d24899e1d24a22bc1fae13dcc62fee 
7c289b706e644980ac5b9a36874cdeff - - -] Caught error: []
2015-08-06 13:08:22.894 7373 TRACE nova.api.openstack Traceback (most recent 
call last):
2015-08-06 13:08:22.894 7373 TRACE nova.api.openst

[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-05 Thread Ubuntu Foundations Team Bug Bot
The attachment "ipmitool-1.8.13_usb_interface_diff.diff" 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 ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

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

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


[Bug 1481931] [NEW] [SRU] walinuxagent incorrectly handles http error for HPC workloads

2015-08-05 Thread Ben Howard
Public bug reported:

[BACKGROUND] MS OSTC has released a new version of WALA, which included
the important bug fix bug for HPC work load. Microsoft has requested an
update for WALinuxAgent from 2.0.13 to 2.0.14.

2.0.14 is a bug fix release from Microsoft.

[Impact without picking up 2.0.14]
VM with ubuntu(any version in Azure) will have the provision failure because of 
unexpected http error, fail rate 1/50.

[FIX]
Update to 2.0.14 which includes several bug fixes for

[TEST CASES]
Test Case 1:
- Launch Ubuntu instance
- Upgrade walinuxagent from -proposed
- Check /var/log/waagent for errors
- Reboot
- Check /var/log/waagent.log for errors
- Confirm that walinuxagent is running
- Confirm that "sudo /bin/true" yields no errors

Test Case 2:
- Shutdown instance from Test Case 1
- Capture VM
- Launch new instance from Capture VM
- Confirm instance comes up with new identity
- Confirm /var/lib/waagent/SharedConfig.xml exists
- Confirm that "waagent" is running
- Confirm that "sudo /bin/true" yields no errors

Test Case 3:
- Build new image from -proposed
- Boot new image
- Confirm that instance provisioned
- Confirm that walinuxagent is running
- Confirm that "sudo /bin/true" yields no errors

** Affects: walinuxagent (Ubuntu)
 Importance: Medium
 Assignee: Ben Howard (utlemming)
 Status: Fix Released

** Affects: walinuxagent (Ubuntu Precise)
 Importance: Medium
 Assignee: Ben Howard (utlemming)
 Status: New

** Affects: walinuxagent (Ubuntu Trusty)
 Importance: Medium
 Assignee: Ben Howard (utlemming)
 Status: New

** Affects: walinuxagent (Ubuntu Vivid)
 Importance: Medium
 Assignee: Ben Howard (utlemming)
 Status: New

** Also affects: walinuxagent (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: walinuxagent (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: walinuxagent (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: (unassigned) => Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Trusty)
 Assignee: (unassigned) => Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Vivid)
 Assignee: (unassigned) => Ben Howard (utlemming)

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

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

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

** Description changed:

  [BACKGROUND] MS OSTC has released a new version of WALA, which included
  the important bug fix bug for HPC work load. Microsoft has requested an
  update for WALinuxAgent from 2.0.13 to 2.0.14.
+ 
+ 2.0.14 is a bug fix release from Microsoft.
  
  [Impact without picking up 2.0.14]
  VM with ubuntu(any version in Azure) will have the provision failure because 
of unexpected http error, fail rate 1/50.
  
  [FIX]
- Update to 2.0.14 which includes several bug fixes for 
+ Update to 2.0.14 which includes several bug fixes for
  
  [TEST CASES]
  Test Case 1:
  - Launch Ubuntu instance
  - Upgrade walinuxagent from -proposed
  - Check /var/log/waagent for errors
  - Reboot
  - Check /var/log/waagent.log for errors
  - Confirm that walinuxagent is running
  - Confirm that "sudo /bin/true" yields no errors
  
  Test Case 2:
  - Shutdown instance from Test Case 1
  - Capture VM
  - Launch new instance from Capture VM
  - Confirm instance comes up with new identity
  - Confirm /var/lib/waagent/SharedConfig.xml exists
  - Confirm that "waagent" is running
  - Confirm that "sudo /bin/true" yields no errors
  
  Test Case 3:
  - Build new image from -proposed
  - Boot new image
  - Confirm that instance provisioned
  - Confirm that walinuxagent is running
  - Confirm that "sudo /bin/true" yields no errors

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

Title:
  [SRU] walinuxagent incorrectly handles http error for HPC workloads

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

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


[Bug 1381776] Re: cloud init depends on python-serial but does not declare it

2015-08-05 Thread Felipe Reyes
cloud-init from trusty is already depending on python-serial. Why does
it need to get added explicitly?

Package: cloud-init
Priority: extra
Section: admin
Installed-Size: 964
Maintainer: Scott Moser 
Architecture: all
Version: 0.7.5-0ubuntu1
Replaces: ec2-init (<< 0.5.3)
Provides: ec2-init
Depends: cloud-guest-utils | cloud-utils, ifupdown (>= 0.6.10ubuntu5), procps, 
python (>= 2.7), python-requests (>= 0.8.2), software-properties-common, 
debconf (>= 0.5) | debconf-2.0, python (<< 2.8), python:any (>= 
2.7.1-0ubuntu2), python-cheetah, python-prettytable, python-oauth, 
python-serial, python-configobj, python-yaml, python-jsonpatch
Recommends: eatmydata
Conflicts: ec2-init (<< 0.5.3)
Filename: pool/main/c/cloud-init/cloud-init_0.7.5-0ubuntu1_all.deb
Size: 190622
MD5sum: cc0d636ccbdff6f6969505eb33da29cc
SHA1: 05aef5df1b3b7c0f4612b4b08cc5b8931efbf43f
SHA256: e669b7b7bc7176219f013c1895e8662640e25e70f7fa0e76ba8333b9244fa397
Description-en: Init scripts for cloud instances
 Cloud instances need special scripts to run during initialisation
 to retrieve and install ssh keys and to let the user run various scripts.
Description-md5: 8719ef0e4178017b7147590b1fde082e
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: cloud-image


ubuntu@foo:~$ dpkg -l python-serial
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion 
 Architecture Description
+++-===---===
ii  python-serial   2.6-1build1 
 all  pyserial - module encapsulating access for the 
serial port
ubuntu@foo:~$ sudo apt-get remove python-serial
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libfreetype6 os-prober
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  cloud-init python-serial
0 upgraded, 0 newly installed, 2 to remove and 99 not upgraded.
After this operation, 1,410 kB disk space will be freed.
Do you want to continue? [Y/n] ^Cubuntu@foo:~$ dpkg -l cloud-init
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion 
 Architecture Description
+++-===---===
ii  cloud-init  0.7.5-0ubuntu1.5
 all  Init scripts for cloud instances

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

Title:
  cloud init depends on python-serial but does not declare it

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

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


[Bug 869017] Re: Ubuntu server enables screenblanking, concealing crashdumps (DPMS is not used)

2015-08-05 Thread Brian Murray
** Tags added: rls-w-incoming

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

Title:
  Ubuntu server enables screenblanking, concealing crashdumps (DPMS is
  not used)

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

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


[Bug 1381776] Re: cloud init depends on python-serial but does not declare it

2015-08-05 Thread Felipe Reyes
cloud-init from -proposed for precise is pulling in python-serial now,
no problems detected after installing this new version

ubuntu@foo2:~$ dpkg -l python-serial
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion 
Description
+++-===-===-==
un  python-serial 
(no description available)
ubuntu@foo2:~$ sudo apt-get install -q cloud-init 
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  python-serial
Suggested packages:
  python-wxgtk2.8 python-wxgtk2.6 python-wxgtk
The following NEW packages will be installed:
  python-serial
The following packages will be upgraded:
  cloud-init
1 upgraded, 1 newly installed, 0 to remove and 55 not upgraded.
Need to get 210 kB of archives.
After this operation, 383 kB of additional disk space will be used.
Do you want to continue [Y/n]? 
Get:1 http://archive.ubuntu.com/ubuntu/ precise/main python-serial all 
2.5-2.1build1 [74.3 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ precise-proposed/main cloud-init all 
0.6.3-0ubuntu1.18 [136 kB]
Fetched 210 kB in 1s (174 kB/s)
Preconfiguring packages ...
Selecting previously unselected package python-serial.
(Reading database ... 47512 files and directories currently installed.)
Unpacking python-serial (from .../python-serial_2.5-2.1build1_all.deb) ...
Preparing to replace cloud-init 0.6.3-0ubuntu1.17 (using 
.../cloud-init_0.6.3-0ubuntu1.18_all.deb) ...
Unpacking replacement cloud-init ...
Processing triggers for ureadahead ...
Setting up python-serial (2.5-2.1build1) ...
Setting up cloud-init (0.6.3-0ubuntu1.18) ...
Leaving 'diversion of /etc/init/ureadahead.conf to 
/etc/init/ureadahead.conf.disabled by cloud-init'
ubuntu@foo2:~$ dpkg -l python-serial cloud-init
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion 
Description
+++-===-===-==
ii  cloud-init  0.6.3-0ubuntu1.18   
Init scripts for cloud instances
ii  python-serial   2.5-2.1build1   
pyserial - module encapsulating access for the serial port


** Tags added: verification-done-precise

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

Title:
  cloud init depends on python-serial but does not declare it

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

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


[Bug 1480399] Re: LVM over multipath setups fail to boot

2015-08-05 Thread Mathieu Trudel-Lapierre
** Changed in: multipath-tools (Ubuntu)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided => High

** Changed in: multipath-tools (Ubuntu)
   Status: New => Triaged

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

Title:
  LVM over multipath setups fail to boot

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

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


[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2015-08-05 Thread dann frazier
Verification:

dannf@mustang:~$ lxc launch trusty lp1389897
Creating container...done
Starting container...done
dannf@mustang:~$ lxc exec lp1389897 -- /bin/bash
root@lp1389897:~# echo 'deb http://ports.ubuntu.com/ubuntu-ports 
trusty-proposed main' | tee -a /etc/apt/sources.list
deb http://ports.ubuntu.com/ubuntu-ports trusty-proposed main
root@lp1389897:~# apt-get update && apt-get install qemu-kvm -y
Ign http://ports.ubuntu.com trusty InRelease
Ign http://ports.ubuntu.com trusty-updates InRelease
Ign http://ports.ubuntu.com trusty-security InRelease
Ign http://ports.ubuntu.com trusty-proposed InRelease
Hit http://ports.ubuntu.com trusty Release.gpg
Get:1 http://ports.ubuntu.com trusty-updates Release.gpg [933 B]
Get:2 http://ports.ubuntu.com trusty-security Release.gpg [933 B]
Get:3 http://ports.ubuntu.com trusty-proposed Release.gpg [933 B]
Hit http://ports.ubuntu.com trusty Release
Get:4 http://ports.ubuntu.com trusty-updates Release [63.5 kB]
Get:5 http://ports.ubuntu.com trusty-security Release [63.5 kB]
Get:6 http://ports.ubuntu.com trusty-proposed Release [211 kB]
Hit http://ports.ubuntu.com trusty/main arm64 Packages
Hit http://ports.ubuntu.com trusty/restricted arm64 Packages
Hit http://ports.ubuntu.com trusty/universe arm64 Packages
Hit http://ports.ubuntu.com trusty/multiverse arm64 Packages
Hit http://ports.ubuntu.com trusty/main Translation-en
Hit http://ports.ubuntu.com trusty/multiverse Translation-en
Hit http://ports.ubuntu.com trusty/restricted Translation-en
Hit http://ports.ubuntu.com trusty/universe Translation-en
Get:7 http://ports.ubuntu.com trusty-updates/main arm64 Packages [482 kB]
Get:8 http://ports.ubuntu.com trusty-updates/restricted arm64 Packages [28 B]
Get:9 http://ports.ubuntu.com trusty-updates/universe arm64 Packages [283 kB]
Get:10 http://ports.ubuntu.com trusty-updates/multiverse arm64 Packages [9391 B]
Get:11 http://ports.ubuntu.com trusty-updates/main Translation-en [288 kB] 
Hit http://ports.ubuntu.com trusty-updates/multiverse Translation-en   
Get:12 http://ports.ubuntu.com trusty-updates/restricted Translation-en [3560 B]
Get:13 http://ports.ubuntu.com trusty-updates/universe Translation-en [160 kB] 
Get:14 http://ports.ubuntu.com trusty-security/main arm64 Packages [262 kB]
Get:15 http://ports.ubuntu.com trusty-security/restricted arm64 Packages [28 B]
Get:16 http://ports.ubuntu.com trusty-security/universe arm64 Packages [106 kB]
Get:17 http://ports.ubuntu.com trusty-security/multiverse arm64 Packages [1660 
B]
Get:18 http://ports.ubuntu.com trusty-security/main Translation-en [178 kB]
Hit http://ports.ubuntu.com trusty-security/multiverse Translation-en  
Hit http://ports.ubuntu.com trusty-security/restricted Translation-en  
Get:19 http://ports.ubuntu.com trusty-security/universe Translation-en [65.6 kB]
Get:20 http://ports.ubuntu.com trusty-proposed/main arm64 Packages [133 kB]
Get:21 http://ports.ubuntu.com trusty-proposed/main Translation-en [74.6 kB]   
Fetched 2388 kB in 10s (233 kB/s)  
Reading package lists... Done
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  acl ca-certificates libaio1 libasn1-8-heimdal libasound2 libasound2-data
  libasyncns0 libbluetooth3 libboost-atomic1.54.0 libboost-system1.54.0
  libboost-thread1.54.0 libbrlapi0.6 libcaca0 libcap-ng0 libcurl3-gnutls
  libfdt1 libflac8 libglib2.0-0 libglib2.0-data libgssapi3-heimdal
  libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
  libhx509-5-heimdal libidn11 libkrb5-26-heimdal libldap-2.4-2 libnspr4
  libnss3 libnss3-nssdb libogg0 libpixman-1-0 libpulse0 librados2 librbd1
  libroken18-heimdal librtmp0 libsasl2-2 libsasl2-modules libsasl2-modules-db
  libsdl1.2debian libsndfile1 libusb-1.0-0 libusbredirparser1 libvorbis0a
  libvorbisenc2 libwind0-heimdal libx11-6 libx11-data libxau6 libxcb1
  libxdmcp6 libxext6 libxml2 openssl qemu-keymaps qemu-system-arm
  qemu-system-common qemu-utils sgml-base shared-mime-info sharutils xml-core
Suggested packages:
  libasound2-plugins alsa-utils pulseaudio libsasl2-modules-otp
  libsasl2-modules-ldap libsasl2-modules-sql libsasl2-modules-gssapi-mit
  libsasl2-modules-gssapi-heimdal samba vde2 debootstrap sgml-base-doc
  bsd-mailx mailx debhelper
The following NEW packages will be installed:
  acl ca-certificates libaio1 libasn1-8-heimdal libasound2 libasound2-data
  libasyncns0 libbluetooth3 libboost-atomic1.54.0 libboost-system1.54.0
  libboost-thread1.54.0 libbrlapi0.6 libcaca0 libcap-ng0 libcurl3-gnutls
  libfdt1 libflac8 libglib2.0-0 libglib2.0-data libgssapi3-heimdal
  libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
  libhx509-5-heimdal libidn11 libkrb5-26-heimdal libldap-2.4-2 libnspr4
  libnss3 libnss3-nssdb libogg0 libpixman-1-0 libpulse0 librados2 librbd1
  libroken18-heimdal librtmp0 libsasl2-2 libsasl2-modules libsasl2-modules-db
  libsdl

[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-05 Thread David Wise
Attached is the 1.8.13 ipmitool patch for the USB interface layer

** Patch added: "ipmitool-1.8.13_usb_interface_diff.diff"
   
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+attachment/4439943/+files/ipmitool-1.8.13_usb_interface_diff.diff

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

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

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

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


[Bug 1406105] Re: Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS

2015-08-05 Thread Robert C Jennings
Back to the prior patch to reduce scope by removing changes for 'init.d'
-> 'service' for force-reload operations in postinst scripts if invoke-
rc.d is not available.  This is not changed as we can assume invoke-rc.d
is installed and the SRU change needs to be minimal.

** Patch added: "trusty_freeradius_lp1406105.patch"
   
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1406105/+attachment/4439936/+files/trusty_freeradius_lp1406105.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/1406105

Title:
  Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu
  14.04 LTS

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

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


[Bug 1409904] Re: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes

2015-08-05 Thread Rafael David Tinoco
libmlx4 does need specific version from libibverbs because it is also
being changed to support:

- Flow steering control 
- Offload support

thus this version, 1.0.5-1ubuntu2 has to be compiled exactly with
libibverbs-dev (>= 1.1.7-1ubuntu2) and depends exactly on libibverbs1
(>= 1.1.7-1ubuntu2). There is no way to avoid that.

Attaching fixes for libibverbs and libmlx4.

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

Title:
  Needed patches for InfiniBand Support: Flow Steering and Offload
  Support + Fixes

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

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


[Bug 1376316] Re: nova absolute-limits floating ip count is incorrect in a neutron based deployment

2015-08-05 Thread Marian Horban
** Changed in: nova
   Status: Confirmed => Triaged

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

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

Title:
  nova absolute-limits floating ip count is incorrect in a neutron based
  deployment

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1376316/+subscriptions

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


[Bug 1409904] Re: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes

2015-08-05 Thread Rafael David Tinoco
** Patch added: "trusty_libibverbs_1.1.7-1ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/trusty/+source/tgt/+bug/1409904/+attachment/4439912/+files/trusty_libibverbs_1.1.7-1ubuntu2.debdiff

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

Title:
  Needed patches for InfiniBand Support: Flow Steering and Offload
  Support + Fixes

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

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


[Bug 1409904] Re: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes

2015-08-05 Thread Rafael David Tinoco
** Patch added: "trusty_libmlx4_1.0.5-1ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/trusty/+source/tgt/+bug/1409904/+attachment/4439913/+files/trusty_libmlx4_1.0.5-1ubuntu2.debdiff

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

Title:
  Needed patches for InfiniBand Support: Flow Steering and Offload
  Support + Fixes

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

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


[Bug 1376316] Re: nova absolute-limits floating ip count is incorrect in a neutron based deployment

2015-08-05 Thread Marian Horban
The root cause of this problem is that we have different quota drivers for nova 
and for neutron. These quota drivers could use different DB tables. 
When we run command
nova absolute-limits
nova uses it own quota driver. But when we allocate floating ip neutron's quota 
driver is used to decide if quota is exceeded.
Right now in nova we using nova quota driver directly 
nova/api/openstack/compute/contrib/used_limits.py:
quotas = QUOTAS.get_project_quotas(context, project_id, usages=True)
This is not correct behavior for parameters like totalFloatingIpsUsed.
Interface class NetworkAPI(nova/network/base_api.py) should be used to get info 
about network configuration. Method NetworkAPI::get_floating_ips_by_project() 
clould be used to get totalFloatingIpsUsed parameter.
To return of maxTotalFloatingIps parameter I suppose additional method should 
be added in NetworkAPI class. Something like
get_floating_ip_quota()
This method should be implemented for nova-network and for neutron.

** Changed in: nova
   Status: New => Confirmed

** Changed in: nova
   Importance: Undecided => Low

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

Title:
  nova absolute-limits floating ip count is incorrect in a neutron based
  deployment

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1376316/+subscriptions

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


[Bug 1409904] Re: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes

2015-08-05 Thread Rafael David Tinoco
Packages libiverbs and libmlx4 do not break ABI compatibility thus
rdepends do not need to be recompiled.

"""
The abi_compat field of struct ibv_context is used to determine
support of verbs extensions.  As a result, support for ABI version < 2
is removed (corresponds to kernel releases 2.6.11-2.6.14 no longer
being supported).  The lowest ABI now supported is 3 (really 4 since
 2.6.15 was ABI 4, I don't see that ABI 3 was in a release).
"""

Included patch called "Infrastructure-to-support-verbs-extensions.patch"
only makes libibverbs not to support older kernels (ABI <= 2) which is
acceptable for Trusty's 3.13 kernels.

Attaching fixes for libibverbs and libmlx4 soon...

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

Title:
  Needed patches for InfiniBand Support: Flow Steering and Offload
  Support + Fixes

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

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


[Bug 1406105] Re: Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS

2015-08-05 Thread Robert C Jennings
** Description changed:

+ [Impact]
+ 
+  * freeradius can not be reloaded, upstart will lose track of the
+ process and leave the original process running (blocking future service
+ starts)
+ 
+  * log rotation will not function as intended. The service is not
+ reloaded and the file handles for the rotated logs will not be dropped.
+ Logging after rotation occurs will consume storage but be inaccessible
+ to the user for review.
+ 
+ 
+ [Test Case]
+ 
+  * 'service freeradius start'
+  * 'service freeradius reload'
+  * 'service freeradius status' Result stop/waiting
+  * 'ps -ef|grep freeradius' Result: prior freeradius process still running, 
new process can not be started.  Existing process can not be stopped
+  * 'service freeradius stop' Result: process does not stop, not tracked up 
upstart
+ 
+ OR
+  * 'service freeradius start' Result: PID displayed is for 'sh' not 
'freeradius'
+  * logrotate --verbose --force /etc/logrotate.d/freeradius
+  * 'service freeradius status' Result: stop/waiting
+  * 'ps -ef | grep freeradius' Result: freeradius still running (never 
received HUP)
+  
+ 
+ [Regression Potential]
+ 
+  * Upgrade testing needs to ensure that upgrade does not make a system
+ which still could stop/restart freeradius no longer able to stop/restart
+ without manually killing the freeradius process.  Mitigated because the
+ postinst for freeradius will restart the service.  The postinst for
+ freeradius-* will reload but will be run after the freeradius postinst
+ has restarted to use our fixed upstart configuration.
+ 
+  * If the user has attempted to reload the service prior to upgrade,
+ which results in freeradius running but no longer managed by upstart,
+ the upgrade will not regress nor fix this environment.  In that case the
+ workaround, below, will need to be run (or server restarted) so that
+ upstart can manage freeradius.
+ 
+ [Other Info]
+  
+  * None
+ 
+ ORIGINAL DESCRIPTION:
+ 
  The freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS (Trusty Tahr)
  has a bug in the logrotate script (/etc/logrotate.d/freeradius):
  
  The command /etc/init.d/freeradius reload is used for reloading
  freeradius after its logfile(s) have been rotated. However, in Ubuntu
  14.04 LTS freeradius is managed by Upstart, so that the script cannot
  work (the PID file does not exist).
  
  Therefore, the logrotate script should use initctl reload freeradius
  instead. Please note that this might not work either at the moment, due
  to bug #1282683. However, when this bug is finally fixed, the command
  mentioned earlier should work.
  
+ In this case, freeradius is not reloaded so the file handles for the
+ rotated logs will remain open.  Logging will cause the disk utilization
+ to increase (log rotation is ineffective) and due to rotation the user
+ can not view the logs from that point forward.
+ 
+ Additionally, if 'service freeradius reload' is run, the service will
+ not be HUP'ed and upstart will lose track of the service, leaving the
+ process running.
+ 
  WORKAROUND:
  
  Add an 'exec' in /etc/init/freeradius.conf per the patch in comment #8
  and change /etc/logrotate.d/freeradius to use 'service freeradius
  reload' rather then '/etc/init.d/freeradius reload' as per the same
  patch in comment #8.  Attempt a 'service freeradius stop' and check that
  the freeradius process is not running (or manually kill it).  From there
  the service can now be started with 'service freeradius start'

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

Title:
  Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu
  14.04 LTS

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

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


[Bug 1406105] Re: Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS

2015-08-05 Thread Robert C Jennings
Marking vivid as invalid as the this affects trusty (upstart) only not
systemd based releases (vivid/wily)

** Changed in: freeradius (Ubuntu)
   Status: In Progress => Invalid

** Changed in: freeradius (Ubuntu Trusty)
   Status: Triaged => In Progress

** Changed in: freeradius (Ubuntu Trusty)
 Assignee: (unassigned) => Robert C Jennings (rcj)

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

Title:
  Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu
  14.04 LTS

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

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


[Bug 1406105] Re: Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS

2015-08-05 Thread Robert C Jennings
** Changed in: freeradius (Ubuntu Vivid)
   Status: New => Invalid

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

Title:
  Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu
  14.04 LTS

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

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


[Bug 1406105] Re: Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS

2015-08-05 Thread Robie Basak
** Also affects: freeradius (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: freeradius (Ubuntu Vivid)
   Importance: Undecided
   Status: New

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

Title:
  Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu
  14.04 LTS

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

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


[Bug 1406105] Re: Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS

2015-08-05 Thread Robie Basak
** Changed in: freeradius (Ubuntu Trusty)
   Status: New => Triaged

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

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

Title:
  Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu
  14.04 LTS

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

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


[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-05 Thread Chris J Arges
** Also affects: ntp (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: ntp (Ubuntu Wily)
   Importance: Low
 Assignee: eric.desrochers (eric-desrochers-z)
   Status: New

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

Title:
  NTP : Use-after-free in routing socket code after dropping root

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

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


[Bug 1410383] Re: wrong process name match in logrotate script

2015-08-05 Thread Bug Watch Updater
** Changed in: puppet (Debian)
   Status: New => Fix Committed

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

Title:
  wrong process name match in logrotate script

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

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


[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-05 Thread eric.desrochers
** Changed in: ntp (Ubuntu)
Milestone: ubuntu-12.04.5 => trusty-updates

** Changed in: ntp (Ubuntu)
Milestone: trusty-updates => None

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

Title:
  NTP : Use-after-free in routing socket code after dropping root

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

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


[Bug 1406105] Re: Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS

2015-08-05 Thread Robert C Jennings
Updated the patch.   The post-install scripts will restart the daemon so
that an upgrade will restart the daemon so that future reloads do work.
This addresses the 3rd scenario in comment #7.  There would be no
regression for users on upgrade.  If the service has been reloaded prior
to the upgrade such that upstart can't manage the daemon then this won't
fix things but won't regress the user either.  In that case, the user
will need to kill the running, unmanaged freeradius process and then
start from upstart again.

** Patch added: "trusty_freeradius_lp1406105.patch"
   
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1406105/+attachment/4439874/+files/trusty_freeradius_lp1406105.patch

** Changed in: freeradius (Ubuntu)
   Status: Confirmed => In Progress

** Description changed:

  The freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS (Trusty Tahr)
  has a bug in the logrotate script (/etc/logrotate.d/freeradius):
  
  The command /etc/init.d/freeradius reload is used for reloading
  freeradius after its logfile(s) have been rotated. However, in Ubuntu
  14.04 LTS freeradius is managed by Upstart, so that the script cannot
  work (the PID file does not exist).
  
  Therefore, the logrotate script should use initctl reload freeradius
  instead. Please note that this might not work either at the moment, due
  to bug #1282683. However, when this bug is finally fixed, the command
  mentioned earlier should work.
+ 
+ WORKAROUND:
+ 
+ Add an 'exec' in /etc/init/freeradius.conf per the patch in comment #8
+ and change /etc/logrotate.d/freeradius to use 'service freeradius
+ reload' rather then '/etc/init.d/freeradius reload' as per the same
+ patch in comment #8.  Attempt a 'service freeradius stop' and check that
+ the freeradius process is not running (or manually kill it).  From there
+ the service can now be started with 'service freeradius start'

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

Title:
  Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu
  14.04 LTS

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

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


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-05 Thread Steve Langasek
** Package changed: ubuntu => ipmitool (Ubuntu)

** Changed in: ipmitool (Ubuntu)
   Importance: Undecided => High

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

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

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

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


[Bug 1481780] [NEW] ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

In order to support those, the current ipmitool (1.8.13) in 14.04 needs to 
integrate 2 patches :
- a fix for the hpm library :   https://sourceforge.net/p/ipmitool/bugs/38 
which has been commited : ff80a188f3dc1eef105b2915361b1fce30ee4e4c
- a feature request : http://sourceforge.net/p/ipmitool/feature-requests/58/ 
that has not been commited so far

== Comment: #1 - Frederic Bonnard  - 2015-08-05 05:16:46 ==
Typo : the URL for the hpm library is : 
http://sourceforge.net/p/ipmitool/bugs/382/

== Comment: #2 - Frederic Bonnard  - 2015-08-05 07:40:58 ==
After testing the required patches onto 1.8.13, it appears that they do not 
apply cleanly and also that this
does not require trivial changes to the patches. I started working on this, but 
I'd prefer to have David Wise's
opinion on any requirements needed (commits/features) that could have been done 
between ipmitool 1.8.13 and current git master, not to lose time.
I sent a mail to David and am waiting for his feedback.

== Comment: #3 - Frederic Bonnard  - 2015-08-05 09:54:53 ==
After contacting David Wise, he thinks that we can make the changes and provide 
a patch quickly once we have the correct source version.
I provided the necessary info so that he can have the exact source version of 
ipmitool used in Ubuntu 14.04 (that is 
http://packages.ubuntu.com/source/trusty-updates/ipmitool) and how to use this 
in order to setup his source tree.

** Affects: ipmitool (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: architecture-ppc64le bot-comment bugnameltc-128480 severity-high 
targetmilestone-inin14043
-- 
ipmitool 1.8.13 needs 2 patches for OpenPower systems
https://bugs.launchpad.net/bugs/1481780
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to ipmitool in Ubuntu.

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


[Bug 1372051] Re: ntp postinst user/group add commands are not idempotent

2015-08-05 Thread Ryan Harper
addgroup is a perl script, so you can inspect it to see what's going on.
You can get additional information about the error running with:

sudo VERBOSE=1 addgroup --system ntp

I think what we're seeing is that your ntp group is a user group (gid >=
1000) instead of a system group (gid < 1000).

>From your output above, it looks like you're hitting this logic:


if ($action eq "addsysgroup") {

# Check if requested group already exists and we can exit safely
my $ret = existing_group_ok($new_name, $new_gid);

if ($ret == 3) {
print STDERR "$0: " if $verbose;
printf STDERR (gtx("The group `%s' already exists as a system group. 
Exiting.\n"), $new_name) if $verbose;
exit RET_OK;
}

if ($ret == 1) {
print STDERR "$0: " if $verbose;
printf STDERR (gtx("The group `%s' already exists and is not a system 
group. Exiting.\n"), $new_name) if $verbose;
exit RET_OBJECT_ALREADY_EXISTS;
}


So, you're exiting 1 due to the gid of group ntp being > 1000.  The fix here 
would be to apt-get remove --purge ntp ; the --purge flag will trigger the 
ntp.postrm script to remove the group first.  Then when you re-install, it will 
install the ntp group with --system flag and allocate a GID under <1000.

See if that helps you moving forward.

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

Title:
  ntp postinst user/group add commands are not idempotent

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

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


[Bug 1477221] Re: Init script fails to stop service

2015-08-05 Thread Ryan Harper
*** This bug is a duplicate of bug 1477198 ***
https://bugs.launchpad.net/bugs/1477198

If you're still having trouble with haproxy in trusty, please test out
this version:

1.4.24-2ubuntu0.2

which contains a fix for this issue.

** This bug has been marked a duplicate of bug 1477198
   Stop doesn't works on Trusty

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

Title:
  Init script fails to stop service

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

-- 
Ubuntu-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 1372051] Re: ntp postinst user/group add commands are not idempotent

2015-08-05 Thread Niklas Ögren
Ryan,

no@trillian:~$ cat /etc/issue
Ubuntu 14.04.2 LTS \n \l

no@trillian:~$ dpkg --list | grep ntp
ii  ntp  1:4.2.6.p5+dfsg-3ubuntu2.14.04.3   
  amd64Network Time Protocol daemon and utility programs
ii  ntpdate  1:4.2.6.p5+dfsg-3ubuntu2.14.04.3   
  amd64client for setting system time from NTP servers
no@trillian:~$ grep ntp /etc/group
ntp:x:1004:
no@trillian:~$ sudo addgroup --system --quiet ntp; echo $?
1


I have run this on the 12.04 system as well, most likely, during that upgrade. 
But I also saw this issue when updating my 14.04 system, when there was a 
security patch on ntp. (Using apt-get upgrade)

no@trillian:~$ which addgroup
/usr/sbin/addgroup
no@trillian:~$ addgroup --version
adduser version 3.113+nmu3ubuntu3

Adds a user or group to the system.
  
Copyright (C) 1997, 1998, 1999 Guy Maor 
Copyright (C) 1995 Ian Murdock ,
   Ted Hajek 

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License, /usr/share/common-licenses/GPL, for more details.
no@trillian:~$ dpkg -S /usr/sbin/addgroup 
adduser: /usr/sbin/addgroup
no@trillian:~$ dpkg -l adduser
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture   
 Description
+++--===-===-==
ii  adduser  3.113+nmu3ubuntu3   all
 add and remove users and groups

/n

> On 04 Aug 2015, at 23:09, Ryan Harper <1372...@bugs.launchpad.net> wrote:
> 
> This command:
> 
> addgroup --system --quiet ntp
> 
> is idempotent on default precise systems, so it's not quite clear why it
> fails on your system.  Maybe it's possible to do some debugging on
> running that command.
> 
> ubuntu@ubuntu:~$ cat /etc/issue
> Ubuntu 12.04.5 LTS \n \l
> 
> ubuntu@ubuntu:~$ dpkg --list | grep ntp
> ii  ntp  1:4.2.6.p3+dfsg-1ubuntu3.4
> Network Time Protocol daemon and utility programs
> ii  ntpdate  1:4.2.6.p3+dfsg-1ubuntu3.4client 
> for setting system time from NTP servers
> ubuntu@ubuntu:~$ grep ntp /etc/group
> ntp:x:112:
> ubuntu@ubuntu:~$ sudo addgroup --system --quiet ntp; echo $?
> 0
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1372051
> 
> Title:
>  ntp postinst user/group add commands are not idempotent
> 
> Status in ntp package in Ubuntu:
>  Incomplete
> 
> Bug description:
>  At do release upgrade from 12.04.05 to 14.04.01, the ntp package failed:
>  Errors were encountered while processing:
>   ntp
>  Error in function: 
> 
> 
>  A fatal error occurred 
> 
>  Please report this as a bug and include the files 
>  /var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in 
>  your report. The upgrade has aborted. 
>  Your original sources.list was saved in 
>  /etc/apt/sources.list.distUpgrade. 
> 
>  SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)
> 
> 
>  Could not install the upgrades
> 
>  The upgrade has aborted. Your system could be in an unusable state. A 
>  recovery will run now (dpkg --configure -a). 
> 
>  Please report this bug in a browser at 
>  http://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+filebug 
>  and attach the files in /var/log/dist-upgrade/ to the bug report. 
>  installArchives() failed 
> 
>  Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2) ...
>  dpkg: error processing package ntp (--configure):
>   subprocess installed post-installation script returned error exit status 1
>  Errors were encountered while processing:
>   ntp
> 
>  Upgrade complete
> 
>  The upgrade has completed but there were errors during the upgrade 
>  process. 
> 
> 
>  In /var/lib/dpkg/info/ntp.postinst the add group / adduser commands fail due 
> to already existing group / user.
>  Appended “ || /bin/true” to those lines, and “dpkg —configure ntp” succeeded.
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1372051/+subscriptions

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

Title:
  ntp postinst user/group add c

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2015-08-05 Thread Chris J Arges
Hello Michael, or anyone else affected,

Accepted qemu into trusty-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/qemu/2.0.0+dfsg-
2ubuntu1.16 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: qemu (Ubuntu Trusty)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed

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

Title:
  no way to install "enough qemu for kvm" in a cross platform way

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

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


[Bug 1472712] Re: Using SSL with rabbitmq prevents communication between nova-compute and conductor after latest nova updates

2015-08-05 Thread Edward Hope-Morley
OK upon further investigation i have found some trace of a root cause.
Oslo.messaging always uses a timeout of 1 second when polling queues and
connections. This appears to be too small when using ssl and frequently
results in SSLError/timeout which cause all threads to fail and
reconnect and fail again repeatedly thus resulting in the number of
connections rising fast and rpc not working, hence why compute and
conductor are not able to communicate. I've played around with
alternative timeout values and I get much better results even with a
value of 2s instead of 1s. I'll propose an initial workaround patch
shortly so we can get out of this bind for now but I think we'll
ultimately need a more intelligent solution than what oslo.messaging
support in this version.

** Changed in: python-oslo.messaging (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: python-oslo.messaging (Ubuntu)
 Assignee: (unassigned) => Edward Hope-Morley (hopem)

** Changed in: python-oslo.messaging (Ubuntu)
   Importance: Undecided => High

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

Title:
  Using SSL with rabbitmq prevents communication between nova-compute
  and conductor after latest nova updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1472712/+subscriptions

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


[Bug 1449099] Re: sru bcache-tools to trusty

2015-08-05 Thread Robie Basak
Not currently a priority for ~canonical-server, but if someone else
wants to drive this then that's fine.

** Changed in: bcache-tools (Ubuntu Trusty)
   Status: New => Triaged

** Changed in: bcache-tools (Ubuntu Trusty)
   Importance: Undecided => Wishlist

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

Title:
  sru bcache-tools to trusty

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

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


[Bug 1453188] Re: Incorrect path to binary in neutron-plugin-linuxbridge-agent

2015-08-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/neutron/kilo

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

Title:
  Incorrect path to binary in neutron-plugin-linuxbridge-agent

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

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


[Bug 1393306] Re: slapd: nssov does not work with lib{nss, pam}-ldapd 0.9.x

2015-08-05 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.41+dfsg-1ubuntu1

---
openldap (2.4.41+dfsg-1ubuntu1) wily; urgency=medium

  * Merge from Debian testing (LP: #1471831). Remaining changes:
- Enable AppArmor support:
  - d/apparmor-profile: add AppArmor profile
  - d/rules: use dh_apparmor
  - d/control: Build-Depends on dh-apparmor
  - d/slapd.README.Debian: add note about AppArmor
- Enable GSSAPI support:
  - d/patches/gssapi.diff, thanks to Jerry Carter (Likewise):
- Add --with-gssapi support
- Make guess_service_principal() more robust when determining
  principal
  - d/configure.options: Configure with --with-gssapi
  - d/control: Added heimdal-dev as a build depend
- Enable ufw support:
  - d/control: suggest ufw.
  - d/rules: install ufw profile.
  - d/slapd.ufw.profile: add ufw profile.
- Enable nss overlay:
  - d/{patches/nssov-build,rules}: Apply, build and package the
nss overlay.
- d/{rules,slapd.py}: Add apport hook.
- d/slapd.init.ldif: don't set olcRootDN since it's not defined in
  either the default DIT nor via an Authn mapping.
- d/slapd.scripts-common:
  - add slapcat_opts to local variables.
  - Remove unused variable new_conf.
  - Fix backup directory naming for multiple reconfiguration.
- d/{slapd.default,slapd.README.Debian}: use the new configuration style.
- d/rules: Enable -DLDAP_CONNECTIONLESS to build CLDAP (UDP) support
  in the openldap library, as required by Likewise-Open
- Show distribution in version:
  - d/control: added lsb-release
  - d/patches/fix-ldap-distribution.patch: show distribution in version
  * Dropped changes:
- Fix cpp calls for GCC 5: fixed upstream (ITS#8056)
  * Upstream fixes:
- slapd crash with auditlog overlay and large (~27KB) attribute values
  (ITS#8003) (LP: #1461276)
- nssov updated to support recent nss-pam-ldapd client libraries
  (ITS#8097) (LP: #1393306)
  * Update d/patches/nssov-build for upstream changes.
  * Tweak d/patches/gssapi.diff to apply without fuzz.
  * d/libldap-2.4-2.symbols: Add symbols not present in Debian.
- CLDAP (UDP) was added in 2.4.17-1ubuntu2
- GSSAPI support was enabled in 2.4.18-0ubuntu2

 -- Ryan Tandy   Fri, 24 Jul 2015 14:12:06 -0700

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

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

Title:
  slapd: nssov does not work with lib{nss,pam}-ldapd 0.9.x

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

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


[Bug 1461276] Re: off-by-one in LDIF length

2015-08-05 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.41+dfsg-1ubuntu1

---
openldap (2.4.41+dfsg-1ubuntu1) wily; urgency=medium

  * Merge from Debian testing (LP: #1471831). Remaining changes:
- Enable AppArmor support:
  - d/apparmor-profile: add AppArmor profile
  - d/rules: use dh_apparmor
  - d/control: Build-Depends on dh-apparmor
  - d/slapd.README.Debian: add note about AppArmor
- Enable GSSAPI support:
  - d/patches/gssapi.diff, thanks to Jerry Carter (Likewise):
- Add --with-gssapi support
- Make guess_service_principal() more robust when determining
  principal
  - d/configure.options: Configure with --with-gssapi
  - d/control: Added heimdal-dev as a build depend
- Enable ufw support:
  - d/control: suggest ufw.
  - d/rules: install ufw profile.
  - d/slapd.ufw.profile: add ufw profile.
- Enable nss overlay:
  - d/{patches/nssov-build,rules}: Apply, build and package the
nss overlay.
- d/{rules,slapd.py}: Add apport hook.
- d/slapd.init.ldif: don't set olcRootDN since it's not defined in
  either the default DIT nor via an Authn mapping.
- d/slapd.scripts-common:
  - add slapcat_opts to local variables.
  - Remove unused variable new_conf.
  - Fix backup directory naming for multiple reconfiguration.
- d/{slapd.default,slapd.README.Debian}: use the new configuration style.
- d/rules: Enable -DLDAP_CONNECTIONLESS to build CLDAP (UDP) support
  in the openldap library, as required by Likewise-Open
- Show distribution in version:
  - d/control: added lsb-release
  - d/patches/fix-ldap-distribution.patch: show distribution in version
  * Dropped changes:
- Fix cpp calls for GCC 5: fixed upstream (ITS#8056)
  * Upstream fixes:
- slapd crash with auditlog overlay and large (~27KB) attribute values
  (ITS#8003) (LP: #1461276)
- nssov updated to support recent nss-pam-ldapd client libraries
  (ITS#8097) (LP: #1393306)
  * Update d/patches/nssov-build for upstream changes.
  * Tweak d/patches/gssapi.diff to apply without fuzz.
  * d/libldap-2.4-2.symbols: Add symbols not present in Debian.
- CLDAP (UDP) was added in 2.4.17-1ubuntu2
- GSSAPI support was enabled in 2.4.18-0ubuntu2

 -- Ryan Tandy   Fri, 24 Jul 2015 14:12:06 -0700

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

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

Title:
  off-by-one in LDIF length

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

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


[Bug 1471831] Re: Please merge openldap 2.4.41+dfsg-1 (main) from Debian unstable (main)

2015-08-05 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.41+dfsg-1ubuntu1

---
openldap (2.4.41+dfsg-1ubuntu1) wily; urgency=medium

  * Merge from Debian testing (LP: #1471831). Remaining changes:
- Enable AppArmor support:
  - d/apparmor-profile: add AppArmor profile
  - d/rules: use dh_apparmor
  - d/control: Build-Depends on dh-apparmor
  - d/slapd.README.Debian: add note about AppArmor
- Enable GSSAPI support:
  - d/patches/gssapi.diff, thanks to Jerry Carter (Likewise):
- Add --with-gssapi support
- Make guess_service_principal() more robust when determining
  principal
  - d/configure.options: Configure with --with-gssapi
  - d/control: Added heimdal-dev as a build depend
- Enable ufw support:
  - d/control: suggest ufw.
  - d/rules: install ufw profile.
  - d/slapd.ufw.profile: add ufw profile.
- Enable nss overlay:
  - d/{patches/nssov-build,rules}: Apply, build and package the
nss overlay.
- d/{rules,slapd.py}: Add apport hook.
- d/slapd.init.ldif: don't set olcRootDN since it's not defined in
  either the default DIT nor via an Authn mapping.
- d/slapd.scripts-common:
  - add slapcat_opts to local variables.
  - Remove unused variable new_conf.
  - Fix backup directory naming for multiple reconfiguration.
- d/{slapd.default,slapd.README.Debian}: use the new configuration style.
- d/rules: Enable -DLDAP_CONNECTIONLESS to build CLDAP (UDP) support
  in the openldap library, as required by Likewise-Open
- Show distribution in version:
  - d/control: added lsb-release
  - d/patches/fix-ldap-distribution.patch: show distribution in version
  * Dropped changes:
- Fix cpp calls for GCC 5: fixed upstream (ITS#8056)
  * Upstream fixes:
- slapd crash with auditlog overlay and large (~27KB) attribute values
  (ITS#8003) (LP: #1461276)
- nssov updated to support recent nss-pam-ldapd client libraries
  (ITS#8097) (LP: #1393306)
  * Update d/patches/nssov-build for upstream changes.
  * Tweak d/patches/gssapi.diff to apply without fuzz.
  * d/libldap-2.4-2.symbols: Add symbols not present in Debian.
- CLDAP (UDP) was added in 2.4.17-1ubuntu2
- GSSAPI support was enabled in 2.4.18-0ubuntu2

 -- Ryan Tandy   Fri, 24 Jul 2015 14:12:06 -0700

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

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

Title:
  Please merge openldap 2.4.41+dfsg-1 (main) from Debian unstable (main)

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

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


[Bug 1107686] Re: dhcpd: Open a socket for LPF: Permission denied

2015-08-05 Thread dino99
This version has expired a while ago

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

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

Title:
  dhcpd: Open a socket for LPF: Permission denied

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

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


[Bug 1341223] Re: package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2015-08-05 Thread dino99
This version has expired a while ago

** Changed in: net-snmp (Ubuntu)
   Status: New => Invalid

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

Title:
  package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.3 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/net-snmp/+bug/1341223/+subscriptions

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


[Bug 1375072] Re: logrotate for smbd log restarts nmbd instead of smbd

2015-08-05 Thread dino99
This version has expired a while ago

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

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

Title:
  logrotate for smbd log restarts nmbd instead of smbd

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

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


[Bug 1394764] Re: package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2015-08-05 Thread dino99
This version has expired a while ago

** Changed in: openldap (Ubuntu)
   Status: New => Invalid

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

Title:
  package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

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

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


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

2015-08-05 Thread dino99
This version has expired a while ago

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

** Changed in: exim4 (Ubuntu)
   Status: New => Invalid

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

Title:
  clamdscan can't scan anything

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

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


[Bug 1404076] Re: Optimize Ceilometer resource list query

2015-08-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ceilometer - 2014.1.5-0ubuntu2

---
ceilometer (2014.1.5-0ubuntu2) trusty; urgency=medium

  * 0001-Optimize-resource-list-query.patch: Optimize resource list
query. (LP: #1404076).

 -- Jorge Niedbalski   Tue, 14 Jul 2015
08:18:13 -0500

** Changed in: ceilometer (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  Optimize Ceilometer resource list query

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1404076/+subscriptions

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


[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2015-08-05 Thread dann frazier
SRU regression test results:

ubuntu@ip-10-180-202-218:~/qa-regression-testing/scripts$ ./test-qemu.py 
Skipping private tests
WARN: could not find 'libvirt/qatest.tar.bz2'. Some tests will be skipped
Please see qemu/README.qatest-virtio for more information.

  add dummy drive
  delete dummy drive (drive_del) 
  hotplug scsi drive
  hotunplug scsi drive (drive_del) 
  hotplug virtio drive
  hotunplug virtio drive (drive_del) 
..
  block (libvirt/qatest/qatest.qcow2)
  blockstats (ide0-hd0: rd_bytes=)
  chardev (chardevmon: filename=null)
  chardev (filename=tcp:127.0.0.1:,server)
  cpus (* CPU #0: )
  history (: 'info block')
  jit (Translation buffer state)
  mice (QEMU PS/2 Mouse)
  name (qatest-vm)
  network (user.0: index=0,type=user,net=10)
  numa (0 nodes)
  pci (Bridge: PCI device)
  pci (Host bridge: PCI device)
  pci (IDE controller: PCI device)
  pci (ISA bridge: PCI device)
  pci (VGA controller: PCI device)
  qdm (virtio-blk-pci)
  qdm (virtio-net-pci)
  qtree (bus: main-system-bus)
  registers (EAX=)
  registers (EIP=)
  roms (name=)
  status (VM status: running)
  usb (info usb)
  usernet (VLAN 0 (user.0))
  uuid (ded3a46b-bb60-43f4-8113-d041aeb93cdf)
  version ((qemu)
...
  create snapshot
  start with -drive file=
  stop and verify backing store
  start with -snapshot
  stop and verify backing store
...
  cow
  qcow
  qcow2
  vdi
  vmdk
  vpc
.
  cow
  qcow
  qcow2
  vdi
  vmdk
  vpc

  AC97 
  ES1370 
  VGA 
  cirrus-vga 
  e1000 
  hda-duplex (skipping start)
  hda-output (skipping start)
  i6300esb 
  i82550 
  i82551 
  i82557a 
  i82557b 
  i82557c 
  i82558a 
  i82558b 
  i82559a 
  i82559b 
  i82559c 
  i82559er 
  i82562 
  i82801 
  ib700 
  ich9-ahci 
  ide-cd (skipping start)
  ide-drive (skipping start)
  ide-hd (skipping start)
  intel-hda 
  ioh3420 
  isa-applesmc 
  isa-debugcon (skipping start)
  isa-ide (skipping start)
  isa-parallel (skipping start)
  isa-serial (skipping start)
  ivshmem (skipping start)
  lsi53c895a 
  ne2k_isa (skipping start)
  ne2k_pci 
  pci-ohci 
  pcnet 
  piix3-usb-uhci 
  piix4-usb-uhci 
  rtl8139 
  sb16 
  scsi-cd (skipping start)
  scsi-disk (skipping start)
  scsi-generic (skipping start)
  scsi-hd (skipping start)
  usb-braille (skipping start)
  usb-bt-dongle (skipping start)
  usb-host 
  usb-hub 
  usb-kbd 
  usb-mouse 
  usb-net 
  usb-serial (skipping start)
  usb-storage (skipping start)
  usb-tablet 
  usb-wacom-tablet 
  virtconsole (skipping start)
  virtio-9p-pci (skipping start)
  virtio-balloon-pci 
  virtio-blk-pci (skipping start)
  virtio-net-pci 
  virtio-serial-pci 
  virtserialport (skipping start)
  vmware-svga 
  vt82c686b-usb-uhci 
  x3130-upstream 
  xio3130-downstream 
.
  pc
  isapc
  pc-0.10
  pc-0.11
  pc-0.12
  pc-0.13
  pc-0.14
.
--
Ran 15 tests in 308.960s

OK

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

Title:
  no way to install "enough qemu for kvm" in a cross platform way

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

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


[Bug 315896] Re: freeradius upgrade broken in hardy backports

2015-08-05 Thread Robert C Jennings
Marking as "won't fix" due to hardy EOL.

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

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

Title:
  freeradius upgrade broken in hardy backports

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

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


[Bug 869017] Re: Ubuntu server enables screenblanking, concealing crashdumps (DPMS is not used)

2015-08-05 Thread Brian Murray
** Tags added: wily

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

Title:
  Ubuntu server enables screenblanking, concealing crashdumps (DPMS is
  not used)

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

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


[Bug 1481683] Re: juju-core version out of sync with tools stream - bootstrap fails

2015-08-05 Thread Curtis Hovey
1.22.7 will support wily deployments.

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

Title:
  juju-core version out of sync with tools stream - bootstrap fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1481683/+subscriptions

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


[Bug 1481737] [NEW] HAProxy init script is not working properly

2015-08-05 Thread Peter G. Marczis
Public bug reported:

In case you have more than one process enabled in the haproxy config, the init 
script fails to stop all of those processes.
So to clarify you need to have this in your haproxy.cfg:

"""
...
global
maxconn 32000
ulimit-n65536
userhaproxy
group   haproxy
nbproc  2

...
"""

the problem is more visible if you set the nbproc to higher number.

service haproxy stop --> will only stop on of the haproxy processes.

The problem is so that start-stop-daemon can't handle pid files with multiple 
lines. Only stopping the first one. HAProxy does write all the pids started by 
itself into the pid file, so the problem is not in HAProxy, but in the 
start-stop-daemon or more likely in the init scrip of haproxy.
One solution or workaround is to remove pidfile option of start-stop-daemon in 
the init script, than it wil work as killall and will stop the haproxy 
processes properly.

To proof you can try this sequence:

service haproxy start #if its not running
ps ax | grep haproxy | grep -v grep | wc -l #this should report 2
service haproxy restart
ps ax | grep haproxy | grep -v grep | wc -l #this will report 3

The workaround as a diff:
root@ubi1:/opt# diff /etc/init.d/haproxy /etc/init.d/haproxy.orig 
62c62
<   --retry 5 --exec $HAPROXY || ret=$?
---
>   --retry 5 --pidfile $PIDFILE --exec $HAPROXY || ret=$?

extra infos:
root@ubi1:/opt# lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04

root@ubi1:/opt# apt-cache policy haproxy
haproxy:
  Installed: 1.4.24-2ubuntu0.2
  Candidate: 1.4.24-2ubuntu0.2
  Version table:
 1.5.3-1~ubuntu14.04.1 0
100 http://us.archive.ubuntu.com/ubuntu/ trusty-backports/main amd64 
Packages
 *** 1.4.24-2ubuntu0.2 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.4.24-2 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

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


** Tags: haproxy

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

Title:
  HAProxy init script is not working properly

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

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


[Bug 1481713] [NEW] cgroup-lite require package debhelper to be installed

2015-08-05 Thread Jorge
Public bug reported:

cgroup-lite has a file named cgroup-lite.upstart that should be copied to 
/etc/init.d/cgroup-lite as startup script.
That copy is performed by dh_installinit 
(http://manpages.ubuntu.com/manpages/trusty/man1/dh_installinit.1.html) that is 
included in the debhelper package.

If you do not have debhelper package installed and you are installing 
cgroup-lite from a deb package or from ubuntu repositories, this error will 
appear:
invoke-rc.d: unknown initscript, /etc/init.d/cgroup-lite not found.

** Affects: cgroup-lite (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  cgroup-lite require package debhelper to be installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgroup-lite/+bug/1481713/+subscriptions

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


[Bug 1481683] [NEW] juju-core version out of sync with tools stream - bootstrap fails

2015-08-05 Thread Neil Wilson
Public bug reported:

The tools stream for juju doesn't have tools for 'wily' that correspond
with the version of the packages in the main repository.

ubuntu@srv-2f16s:~$ juju --version
1.22.6-wily-amd64

From
https://streams.canonical.com/juju/tools/streams/v1/com.ubuntu.juju:released:tools.json

"com.ubuntu.juju:15.10:amd64": {
"version": "1.24.2",
"arch": "amd64",
"versions": {
"20150728": {
"items": {
"1.24.2-wily-amd64": {
"release": "wily",
"version": "1.24.2",
"arch": "amd64",
"size": 14129911,
"path": "releases/juju-1.24.2-wily-amd64.tgz",
"ftype": "tar.gz",
"sha256": 
"f250d8e90ff512e5f278c062de15ebbd9ffcd6525801f1f0ef9d798c64e7a7b1"
},
"1.24.3-wily-amd64": {
"release": "wily",
"version": "1.24.3",
"arch": "amd64",
"size": 14183032,
"path": "releases/juju-1.24.3-wily-amd64.tgz",
"ftype": "tar.gz",
"sha256": 
"b27e1e4e1906cb5fe1550840009fdc558faa0a3a1f902e68dfc0bf112fca4862"
}
}
}


so bootstrap on manual fails.

2015-08-05 10:06:16 DEBUG juju.utils.ssh ssh.go:249 using OpenSSH ssh client
2015-08-05 10:06:18 INFO juju.environs.manual init.go:122 series: wily, 
characteristics: arch=amd64 cpu-cores=2 mem=3952M
2015-08-05 10:06:18 ERROR juju.cmd supercommand.go:430 failed to bootstrap 
environment: no matching tools available

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: juju-core 1.22.6-0ubuntu1
ProcVersionSignature: User Name 4.1.0-3.3-generic 4.1.3
Uname: Linux 4.1.0-3-generic x86_64
ApportVersion: 2.18-0ubuntu5
Architecture: amd64
Date: Wed Aug  5 09:59:25 2015
SourcePackage: juju-core
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug uec-images wily

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

Title:
  juju-core version out of sync with tools stream - bootstrap fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1481683/+subscriptions

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


[Bug 1316357] Re: Network interface IP address not set on first boot if config drive used

2015-08-05 Thread Arnaud Morin
Exact same bug as https://bugs.launchpad.net/ubuntu/+source/cloud-
init/+bug/1315501

Workaround given by David Moreau Simard works:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1315501/comments/11

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

Title:
  Network interface IP address not set on first boot if config drive
  used

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

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


[Bug 1459724] Re: live-migration causes lack of access to instance

2015-08-05 Thread Timofey Durakov
please provide more info of nova configuration: do you use shared
storages for ephemerals? also provide /etc/nova/nova.conf from compute
nodes

** Changed in: nova
   Status: New => Incomplete

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

Title:
  live-migration causes lack of access to instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1459724/+subscriptions

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


[Bug 1267393] Re: [MIR] juju-core, juju-mongodb, gccgo, golang

2015-08-05 Thread Seth Arnold
My primary concern was with the confused double duty of the shell
quoting -- sometimes it was being used to protect an input from a user,
and sometimes it was being used to transmit scripts to remote peers.

I really hope to see something akin to sql prepared statements in juju
that use the class system to enforce proper quoting of inputs when they
must be used as an argument to a command, so that ad hoc constructions
aren't scattered throughout the codebase.

Replacing juju-backup sounds like an improvement, but that was just one
instance of the above complaint.

Embedding sudo into the program to avoid running the entire bootstrap
process as root does make sense, but I do wonder if unprivileged lxc
containers would be more appropriate at this point. It still seems like
a large assumption about how sudo can be used on the juju host --
perhaps it is fair to say the juju host must be dedicated to the task,
but it'd be nice to see that spelled out explicitly.

I'll ask Tyler to look at our backlog and fit this in where we can.
Thanks.

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

Title:
  [MIR] juju-core, juju-mongodb, gccgo, golang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gccgo-5/+bug/1267393/+subscriptions

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


[Bug 1481609] [NEW] Sync python-pint 0.6-1 (main) from Debian unstable (main)

2015-08-05 Thread Artur Rona
Public bug reported:

Please sync python-pint 0.6-1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * New upstream release.
  * d/control: Add python-numpy and python3-numpy to Build-Depends.
  * New upstream release.
  * d/control: Add python-numpy and python3-numpy to Build-Depends.
  * New upstream release.
  * d/control: Add python-numpy and python3-numpy to Build-Depends.

Missing B-D are already applied in Debian.

Changelog entries since current wily version 0.6-0ubuntu1:

python-pint (0.6-1) unstable; urgency=medium

  * New upstream release.
  * Applied patch from Ubuntu guys (Closes: #774892):
- Add python-numpy and python3-numpy to Build-Depends
to enable more tests to run (tests are skipped otherwise).
  * Fixed debian/watch file.
  * Moved unit test build-depends to build-depends-indep.
  * Added dh-python as build-depends, removed version for python-all.
  * Standards-Version: 3.9.6 (no change).
  * Using the -v flag when running nosetests.

 -- Thomas Goirand   Fri, 29 May 2015 09:33:51 +0200

** Affects: python-pint (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: python-pint (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync python-pint 0.6-1 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pint/+bug/1481609/+subscriptions

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