[Touch-packages] [Bug 1702793] [NEW] Merge changes from upstream

2017-07-06 Thread Matt Bearup
Public bug reported:

Changes to support day-of-week patching and logging to syslog were added
to upstream (https://github.com/mvo5/unattended-upgrades) over a year
ago. These changes are not present in the latest Xenial nor Trusty
packages (0.90 and 0.82.1) - requesting that these changes be pulled
from upstream.

** Affects: unattended-upgrades (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Changes to support day-of-week patching and logging to syslog were added
  to upstream (https://github.com/mvo5/unattended-upgrades) over a year
- ago. These changes are not present in the latest Xenial package (0.90) -
- requesting that they be added.
+ ago. These changes are not present in the latest Xenial nor Trusty
+ packages (0.90 and 0.82.1) - requesting that these changes be merged
+ into both packages.

** Description changed:

  Changes to support day-of-week patching and logging to syslog were added
  to upstream (https://github.com/mvo5/unattended-upgrades) over a year
  ago. These changes are not present in the latest Xenial nor Trusty
- packages (0.90 and 0.82.1) - requesting that these changes be merged
- into both packages.
+ packages (0.90 and 0.82.1) - requesting that these changes be pulled
+ from upstream.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1702793

Title:
  Merge changes from upstream

Status in unattended-upgrades package in Ubuntu:
  New

Bug description:
  Changes to support day-of-week patching and logging to syslog were
  added to upstream (https://github.com/mvo5/unattended-upgrades) over a
  year ago. These changes are not present in the latest Xenial nor
  Trusty packages (0.90 and 0.82.1) - requesting that these changes be
  pulled from upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1702793/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1599290] [NEW] Hashsum error installing 101+ packages in 16.04 Docker image

2016-07-05 Thread Matt Bearup
Public bug reported:

When using the official Ubuntu 16.04 Docker image on a 16.04 Dockerhost (Docker 
version 1.11.2), if we run an apt-get command that installs > 100 packages, the 
101st package will fail as a hashsum mismatch. E.g.
Get:101 http://azure.archive.ubuntu.com/ubuntu xenial/main amd64 libldap-2.4-2 
amd64 2.4.42+dfsg-2ubuntu3 [160 kB]
Err:101 http://azure.archive.ubuntu.com/ubuntu xenial/main amd64 libldap-2.4-2 
amd64 2.4.42+dfsg-2ubuntu3
  Hash Sum mismatch

If the packages are installed via apt, or package installs are divided
so we never exceed 100 packages in a single command, the error never
occurs. But if we install 101 packages, the 101st is always a hashsum
mismatch. In testing thus far it only repros in the 16.04 Docker image
on a 16.04 Dockerhost. It doesn't repro if the 16.04 container is
running on a 14.04 host, nor in VM's hosted in the cloud (e.g. Azure) or
locally. Have not tried a bare metal server. Error occurs with latest
apt package (1.2.12~ubuntu16.04.1).

See below for a simplified example Dockerfile which will exceed 100
packages and trigger the error during build.

FROM ubuntu:16.04

RUN apt-get update -qq && apt-get install -y cifs-utils cmake clang llvm 
libc++1 libc++-dev \
libunwind-dev uuid-dev libxml2-dev libssl-dev libssh2-1-dev curl \
lttng-tools lttng-modules-dkms liblttng-ust-dev chrpath members sshpass \
nodejs nodejs-legacy npm

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1599290

Title:
  Hashsum error installing 101+ packages in 16.04 Docker image

Status in apt package in Ubuntu:
  New

Bug description:
  When using the official Ubuntu 16.04 Docker image on a 16.04 Dockerhost 
(Docker version 1.11.2), if we run an apt-get command that installs > 100 
packages, the 101st package will fail as a hashsum mismatch. E.g.
  Get:101 http://azure.archive.ubuntu.com/ubuntu xenial/main amd64 
libldap-2.4-2 amd64 2.4.42+dfsg-2ubuntu3 [160 kB]
  Err:101 http://azure.archive.ubuntu.com/ubuntu xenial/main amd64 
libldap-2.4-2 amd64 2.4.42+dfsg-2ubuntu3
Hash Sum mismatch

  If the packages are installed via apt, or package installs are divided
  so we never exceed 100 packages in a single command, the error never
  occurs. But if we install 101 packages, the 101st is always a hashsum
  mismatch. In testing thus far it only repros in the 16.04 Docker image
  on a 16.04 Dockerhost. It doesn't repro if the 16.04 container is
  running on a 14.04 host, nor in VM's hosted in the cloud (e.g. Azure)
  or locally. Have not tried a bare metal server. Error occurs with
  latest apt package (1.2.12~ubuntu16.04.1).

  See below for a simplified example Dockerfile which will exceed 100
  packages and trigger the error during build.

  FROM ubuntu:16.04

  RUN apt-get update -qq && apt-get install -y cifs-utils cmake clang llvm 
libc++1 libc++-dev \
  libunwind-dev uuid-dev libxml2-dev libssl-dev libssh2-1-dev curl \
  lttng-tools lttng-modules-dkms liblttng-ust-dev chrpath members sshpass \
  nodejs nodejs-legacy npm

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp