Bug#836542: marked as done (nfs-utils FTCBFS: uses build architecture compiler, uses pre-built ELF object files)

2016-12-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Dec 2016 11:18:55 +
with message-id 
and subject line Bug#836542: fixed in nfs-utils 1:1.3.4-2
has caused the Debian Bug report #836542,
regarding nfs-utils FTCBFS: uses build architecture compiler, uses pre-built 
ELF object files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
836542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836542
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nfs-utils
Version: 1:1.2.8-9.2
Severity: important
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

nfs-utils fails to cross build from source, because it doesn't pass
--host to ./configure and thus uses the build architecture compiler. The
attached patch uses dh_auto_configure, which automatically supplies
those flags as needed. Then I found that the build would reuse existing
ELF object files (e.g. exportfs.o) instead of building them from source,
which is why I mark this bug as important. Reusing those objects causes
the build to fail for any host architecture that is not amd64.

Helmut
diff --minimal -Nru nfs-utils-1.2.8/debian/changelog 
nfs-utils-1.2.8/debian/changelog
--- nfs-utils-1.2.8/debian/changelog2016-08-11 18:50:24.0 +0200
+++ nfs-utils-1.2.8/debian/changelog2016-09-03 22:30:39.0 +0200
@@ -1,3 +1,12 @@
+nfs-utils (1:1.2.8-9.3) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
++ Let dh_auto_configure provide cross flags.
++ Remove pre-built object files.
+
+ -- Helmut Grohne   Sat, 03 Sep 2016 22:26:25 +0200
+
 nfs-utils (1:1.2.8-9.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --minimal -Nru nfs-utils-1.2.8/debian/rules nfs-utils-1.2.8/debian/rules
--- nfs-utils-1.2.8/debian/rules2016-06-27 23:13:41.0 +0200
+++ nfs-utils-1.2.8/debian/rules2016-09-03 22:35:23.0 +0200
@@ -24,8 +24,7 @@
 build-stamp:
dh_testdir
dh_autoreconf
-   CFLAGS="$(CFLAGS)" ./configure \
-   --mandir='$${prefix}/share/man' \
+   CFLAGS="$(CFLAGS)" dh_auto_configure -- \
--enable-nfsv41 \
--enable-ipv6 \
--enable-libmount-mount \
@@ -41,6 +40,7 @@
[ ! -f Makefile ] || $(MAKE) distclean
dh_autoreconf_clean
dh_clean
+   find . -name "*.o" -delete
 
 binary-indep: build
 binary-arch: build
--- End Message ---
--- Begin Message ---
Source: nfs-utils
Source-Version: 1:1.3.4-2

We believe that the bug you reported is fixed in the latest version of
nfs-utils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 836...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Pocock  (supplier of updated nfs-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Dec 2016 11:49:21 +0100
Source: nfs-utils
Binary: nfs-kernel-server nfs-common
Architecture: source amd64
Version: 1:1.3.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian kernel team 
Changed-By: Daniel Pocock 
Description:
 nfs-common - NFS support files common to client and server
 nfs-kernel-server - support for NFS kernel server
Closes: 836542 848115 848145 848277
Changes:
 nfs-utils (1:1.3.4-2) unstable; urgency=medium
 .
   [ Daniel Pocock ]
   * Ignore failure to (re)start service during postinst. (Closes: #848115)
   * Correct location of nfs-utils_env.sh in service file. (Closes: #848145)
   * Use FD 9 in start-statd. (Closes: #848277)
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Let dh_auto_configure provide cross flags (Closes: #836542)
Checksums-Sha1:
 13ab387c5183782b36b5503ca71012096b96a4c3 2338 nfs-utils_1.3.4-2.dsc
 f56d537850a5a94092660434e6252c306fe6bba9 40752 nfs-utils_1.3.4-2.debian.tar.bz2
 f17e62c65e64c3a5f94dd335a156e2e1cd35825d 600926 
nfs-common-dbgsym_1.3.4-2_amd64.deb
 8ead3bb323f7aa440e7258e4ad09e01d264a933e 230706 nfs-common_1.3.4-2_amd64.deb
 45a6d923b07608c18ca18d7499d6f0ba9f7aaf48 305248 
nfs-kernel-server-dbgsym_1.3.4-2_amd64.deb
 51f2ab46684ff7f3661d9990cbdc20ddb4c0e05e 123952 
nfs-kernel-server_1.3.4-2_amd64.deb
 87aa990b269f92b6bf5ff2a4a264f09629876d6a 735

Processing of nfs-utils_1.3.4-2_amd64.changes

2016-12-17 Thread Debian FTP Masters
nfs-utils_1.3.4-2_amd64.changes uploaded successfully to localhost
along with the files:
  nfs-utils_1.3.4-2.dsc
  nfs-utils_1.3.4-2.debian.tar.bz2
  nfs-common-dbgsym_1.3.4-2_amd64.deb
  nfs-common_1.3.4-2_amd64.deb
  nfs-kernel-server-dbgsym_1.3.4-2_amd64.deb
  nfs-kernel-server_1.3.4-2_amd64.deb
  nfs-utils_1.3.4-2_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#848277: marked as done (nfs-common: /usr/sbin/start-statd: 10: exec: 200: not found)

2016-12-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Dec 2016 11:18:56 +
with message-id 
and subject line Bug#848277: fixed in nfs-utils 1:1.3.4-2
has caused the Debian Bug report #848277,
regarding nfs-common: /usr/sbin/start-statd: 10: exec: 200: not found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
848277: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848277
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nfs-common
Version: 1:1.3.4-1
Severity: important

Even after fixing nfs-config.service (see #848145), I could no longer
use my NFS 3 mounts because rpc.statd failed to start:

,
| /usr/sbin/start-statd: 10: exec: 200: not found
`

That's because dash, unlike bash, does not support file descriptors
higher than 9 in redirection and treats the command as if it had been
"exec 200 > /var/run/rpc.statd.lock".

According to POSIX.1-2008[1], you cannot rely on a number higher than 9
here:

,
| The largest possible value is implementation-defined; however, all
| implementations shall support at least 0 to 9, inclusive, for use by the
| application.
`

Indeed, using 9 rather than 200 actually works.


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-pavil+ (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nfs-common depends on:
ii  adduser  3.115
ii  init-system-helpers  1.46
ii  keyutils 1.5.9-9
ii  libc62.24-8
ii  libcap2  1:2.25-1
ii  libcomerr2   1.43.3-1
ii  libdevmapper1.02.1   2:1.02.136-1
ii  libevent-2.0-5   2.0.21-stable-2.1
ii  libgssapi-krb5-2 1.15-1
ii  libk5crypto3 1.15-1
ii  libkeyutils1 1.5.9-9
ii  libkrb5-31.15-1
ii  libmount12.29-1
ii  libnfsidmap2 0.25-5
ii  libtirpc10.2.5-1
ii  libwrap0 7.6.q-25
ii  lsb-base 9.20161125
ii  rpcbind  0.2.3-0.5
ii  ucf  3.0036

Versions of packages nfs-common recommends:
ii  python  2.7.11-2

Versions of packages nfs-common suggests:
pn  open-iscsi  
pn  watchdog

-- no debconf information


1. http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html 
(§2.7)
--- End Message ---
--- Begin Message ---
Source: nfs-utils
Source-Version: 1:1.3.4-2

We believe that the bug you reported is fixed in the latest version of
nfs-utils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 848...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Pocock  (supplier of updated nfs-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Dec 2016 11:49:21 +0100
Source: nfs-utils
Binary: nfs-kernel-server nfs-common
Architecture: source amd64
Version: 1:1.3.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian kernel team 
Changed-By: Daniel Pocock 
Description:
 nfs-common - NFS support files common to client and server
 nfs-kernel-server - support for NFS kernel server
Closes: 836542 848115 848145 848277
Changes:
 nfs-utils (1:1.3.4-2) unstable; urgency=medium
 .
   [ Daniel Pocock ]
   * Ignore failure to (re)start service during postinst. (Closes: #848115)
   * Correct location of nfs-utils_env.sh in service file. (Closes: #848145)
   * Use FD 9 in start-statd. (Closes: #848277)
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Let dh_auto_configure provide cross flags (Closes: #836542)
Checksums-Sha1:
 13ab387c5183782b36b5503ca71012096b96a4c3 2338 nfs-utils_1.3.4-2.dsc
 f56d537850a5a94092660434e6252c306fe6bba9 40752 nfs-utils_1.3.4-2.debian.tar.bz2
 f17e62c65e64c3a5f94dd335a156e2e1cd35825d 600926 
nfs-common-dbgsym_1.3.4-2_amd64.deb
 8ead3bb323f7aa440e7258e4ad09e01d264a933e 230706 nfs-common_1.3.4-2_amd64.deb
 45a6d923b07608c18ca18d7499d6f0ba9f7aaf48 305248 
nfs-kernel-server-dbgsym_1.3.4-2_amd64.deb
 51f2ab46684ff7f3661d9990cbdc20ddb4c0e05e 123952 
nfs-kernel-server_

Bug#848145: marked as done ([nfs-common] nfs-config.service fails to run due to incorrect path in ExecStart)

2016-12-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Dec 2016 11:18:56 +
with message-id 
and subject line Bug#848145: fixed in nfs-utils 1:1.3.4-2
has caused the Debian Bug report #848145,
regarding [nfs-common] nfs-config.service fails to run due to incorrect path in 
ExecStart
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
848145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848145
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nfs-common
Version: 1:1.3.4-1
Severity: important

--- Please enter the report below this line. ---

As packaged, nfs-config.service has
  ExecStart=/usr/libexec/nfs-utils/nfs-utils_env.sh
which needs to be changed to
  ExecStart=/usr/lib/systemd/scripts/nfs-utils_env.sh

Thanks

--- System information. ---
Architecture:
Kernel: Linux 4.8.0-2-amd64

Debian Release: stretch/sid
990 unstable httpredir.debian.org
1 experimental httpredir.debian.org

--- Package information. ---
Depends (Version) | Installed
==-+-===
libc6 (>= 2.14) |
libcap2 (>= 1:2.10) |
libcomerr2 (>= 1.01) |
libdevmapper1.02.1 (>= 2:1.02.97) |
libevent-2.0-5 (>= 2.0.10-stable) |
libgssapi-krb5-2 (>= 1.14+dfsg) |
libk5crypto3 (>= 1.6.dfsg.2) |
libkeyutils1 (>= 1.5.9) |
libkrb5-3 (>= 1.6.dfsg.2) |
libmount1 (>= 2.19.1) |
libnfsidmap2 |
libtirpc1 (>= 0.2.4) |
libwrap0 (>= 7.6-4~) |
init-system-helpers (>= 1.18~) |
rpcbind |
adduser |
ucf |
lsb-base (>= 1.3-9ubuntu3) |
keyutils |


Recommends (Version) | Installed
=-+-===
python | 2.7.11-2


Suggests (Version) | Installed
=-+-===
open-iscsi |
watchdog |



--- Output from package bug script ---
-- rpcinfo --
program vers proto port service
10 4 tcp 111 portmapper
10 3 tcp 111 portmapper
10 2 tcp 111 portmapper
10 4 udp 111 portmapper
10 3 udp 111 portmapper
10 2 udp 111 portmapper
100024 1 udp 45950 status
100024 1 tcp 60143 status
100021 1 udp 57213 nlockmgr
100021 3 udp 57213 nlockmgr
100021 4 udp 57213 nlockmgr
100021 1 tcp 37779 nlockmgr
100021 3 tcp 37779 nlockmgr
100021 4 tcp 37779 nlockmgr
-- /etc/default/nfs-common --
NEED_STATD=
STATDOPTS=
NEED_IDMAPD=
NEED_GSSD=
-- /etc/idmapd.conf --
[General]
Verbosity = 0
Pipefs-Directory = /run/rpc_pipefs
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup





signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: nfs-utils
Source-Version: 1:1.3.4-2

We believe that the bug you reported is fixed in the latest version of
nfs-utils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 848...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Pocock  (supplier of updated nfs-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Dec 2016 11:49:21 +0100
Source: nfs-utils
Binary: nfs-kernel-server nfs-common
Architecture: source amd64
Version: 1:1.3.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian kernel team 
Changed-By: Daniel Pocock 
Description:
 nfs-common - NFS support files common to client and server
 nfs-kernel-server - support for NFS kernel server
Closes: 836542 848115 848145 848277
Changes:
 nfs-utils (1:1.3.4-2) unstable; urgency=medium
 .
   [ Daniel Pocock ]
   * Ignore failure to (re)start service during postinst. (Closes: #848115)
   * Correct location of nfs-utils_env.sh in service file. (Closes: #848145)
   * Use FD 9 in start-statd. (Closes: #848277)
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Let dh_auto_configure provide cross flags (Closes: #836542)
Checksums-Sha1:
 13ab387c5183782b36b5503ca71012096b96a4c3 2338 nfs-utils_1.3.4-2.dsc
 f56d537850a5a94092660434e6252c306fe6bba9 40752 nfs-utils_1.3.4-2.debian.tar.bz2
 f17e62c65e64c3a5f94dd335a156e2e1cd35825d 600926 
nfs-common-dbgsym_1.3.4-2_amd64.deb
 8ead3bb323f7aa440e7258e4ad09e01d264a933e 230706 nfs-common_1.3.4-2_amd64.deb
 45a6d923b07608c18ca18d7499d6f0ba9f7aaf48 305248 
nfs-kernel-server-dbgsym_1.3.4-2_amd64.deb
 51f2ab46684ff7f3661d9990cbdc20ddb4c0e05e 123952 
nfs-kernel-server_1.3.4-2_amd64.deb
 87aa990b269f92b6bf5ff2a4a264f09629876d6

Bug#848115: marked as done (Fails to configure: "Failed to try-restart nfs-server.service: Unit proc-fs-nfsd.mount is masked.")

2016-12-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Dec 2016 11:18:55 +
with message-id 
and subject line Bug#848115: fixed in nfs-utils 1:1.3.4-2
has caused the Debian Bug report #848115,
regarding Fails to configure: "Failed to try-restart nfs-server.service: Unit 
proc-fs-nfsd.mount is masked."
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
848115: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848115
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nfs-kernel-server
Version: 1:1.3.4-1
Severity: serious

I've upgraded nfs-kernel-server from 1:1.2.8-9.2 to 1:1.3.4-1. It failed to
configure:

Setting up nfs-kernel-server (1:1.3.4-1) ...
Failed to try-restart nfs-server.service: Unit proc-fs-nfsd.mount is masked.
insserv: warning: current start runlevel(s) (empty) of script `nfs-kernel-
server' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `nfs-
kernel-server' overrides LSB defaults (0 1 6).
Failed to restart nfs-kernel-server.service: Unit proc-fs-nfsd.mount is masked.
invoke-rc.d: initscript nfs-kernel-server, action "restart" failed.
* nfs-server.service - NFS server and services
   Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor
preset: enabled)
   Active: active (exited) since Sun 2016-12-11 01:42:06 +05; 3 days ago
 Main PID: 984 (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/nfs-server.service

Dec 11 01:42:05 belkar systemd[1]: Starting NFS server and services...
Dec 11 01:42:06 belkar systemd[1]: Started NFS server and services.
dpkg: error processing package nfs-kernel-server (--configure):
 subprocess installed post-installation script returned error exit status 1



-- Package-specific info:
-- rpcinfo --
   program vers proto   port  service
104   tcp111  portmapper
103   tcp111  portmapper
102   tcp111  portmapper
104   udp111  portmapper
103   udp111  portmapper
102   udp111  portmapper
151   udp  58998  mountd
151   tcp  43577  mountd
152   udp  47808  mountd
152   tcp  37305  mountd
153   udp  59423  mountd
153   tcp  59211  mountd
132   tcp   2049  nfs
133   tcp   2049  nfs
134   tcp   2049  nfs
1002272   tcp   2049
1002273   tcp   2049
132   udp   2049  nfs
133   udp   2049  nfs
134   udp   2049  nfs
1002272   udp   2049
1002273   udp   2049
1000211   udp  54161  nlockmgr
1000213   udp  54161  nlockmgr
1000214   udp  54161  nlockmgr
1000211   tcp  45795  nlockmgr
1000213   tcp  45795  nlockmgr
1000214   tcp  45795  nlockmgr
-- /etc/default/nfs-kernel-server --
RPCNFSDCOUNT=8
RPCNFSDPRIORITY=0
RPCMOUNTDOPTS="--manage-gids"
NEED_SVCGSSD=""
RPCSVCGSSDOPTS=""
-- /etc/exports --
/ *(ro,async,insecure,fsid=0,crossmnt,subtree_check)
-- /proc/fs/nfs/exports --
# Version 1.1
# Path Client(Flags) # IPs

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), 
(101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nfs-kernel-server depends on:
ii  init-system-helpers  1.46
ii  keyutils 1.5.9-9
ii  libblkid12.29-1
ii  libc62.24-8
ii  libcap2  1:2.25-1
ii  libsqlite3-0 3.15.2-1
ii  libtirpc10.2.5-1
ii  libwrap0 7.6.q-25
ii  lsb-base 9.20161125
ii  netbase  5.3
ii  nfs-common   1:1.3.4-1
ii  ucf  3.0036

nfs-kernel-server recommends no packages.

nfs-kernel-server suggests no packages.

-- debconf-show failed
--- End Message ---
--- Begin Message ---
Source: nfs-utils
Source-Version: 1:1.3.4-2

We believe that the bug you reported is fixed in the latest version of
nfs-utils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 848...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution ma

nfs-utils_1.3.4-2_amd64.changes ACCEPTED into unstable

2016-12-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Dec 2016 11:49:21 +0100
Source: nfs-utils
Binary: nfs-kernel-server nfs-common
Architecture: source amd64
Version: 1:1.3.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian kernel team 
Changed-By: Daniel Pocock 
Description:
 nfs-common - NFS support files common to client and server
 nfs-kernel-server - support for NFS kernel server
Closes: 836542 848115 848145 848277
Changes:
 nfs-utils (1:1.3.4-2) unstable; urgency=medium
 .
   [ Daniel Pocock ]
   * Ignore failure to (re)start service during postinst. (Closes: #848115)
   * Correct location of nfs-utils_env.sh in service file. (Closes: #848145)
   * Use FD 9 in start-statd. (Closes: #848277)
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Let dh_auto_configure provide cross flags (Closes: #836542)
Checksums-Sha1:
 13ab387c5183782b36b5503ca71012096b96a4c3 2338 nfs-utils_1.3.4-2.dsc
 f56d537850a5a94092660434e6252c306fe6bba9 40752 nfs-utils_1.3.4-2.debian.tar.bz2
 f17e62c65e64c3a5f94dd335a156e2e1cd35825d 600926 
nfs-common-dbgsym_1.3.4-2_amd64.deb
 8ead3bb323f7aa440e7258e4ad09e01d264a933e 230706 nfs-common_1.3.4-2_amd64.deb
 45a6d923b07608c18ca18d7499d6f0ba9f7aaf48 305248 
nfs-kernel-server-dbgsym_1.3.4-2_amd64.deb
 51f2ab46684ff7f3661d9990cbdc20ddb4c0e05e 123952 
nfs-kernel-server_1.3.4-2_amd64.deb
 87aa990b269f92b6bf5ff2a4a264f09629876d6a 7356 nfs-utils_1.3.4-2_amd64.buildinfo
Checksums-Sha256:
 24fa55e8b241ff9a85e370b028d665d5cb7aae4a30098902b25ad084195a1508 2338 
nfs-utils_1.3.4-2.dsc
 3b9bd779be4a72d6f9eb3a311b18fa0abfa1a0300ac0e8c10c2adacb3494dcaa 40752 
nfs-utils_1.3.4-2.debian.tar.bz2
 b4a8b197951460346215b1aa03cc54bb77efa00c65aba2ee4d75daa591cab2d5 600926 
nfs-common-dbgsym_1.3.4-2_amd64.deb
 1e2d4498b95eee7da93d0fa999d3e869e87e5d6b9e355ff8b6108156a8cce531 230706 
nfs-common_1.3.4-2_amd64.deb
 199802a33d787b319851e6c95dea7af527f670bfb1b99c57e42e760b6e0a502c 305248 
nfs-kernel-server-dbgsym_1.3.4-2_amd64.deb
 dba7074e978cfa2785183aaae6425145bb00f5e695f6d12416225246aa652e7e 123952 
nfs-kernel-server_1.3.4-2_amd64.deb
 506b97b7a895aaad8bd96d2522bb65d526fad957a11e663ff629f21db6521265 7356 
nfs-utils_1.3.4-2_amd64.buildinfo
Files:
 55d1a5e05a677892ef21555c1cde93a2 2338 net standard nfs-utils_1.3.4-2.dsc
 25d14a82e8e9bb543910d8e3e2b17d0e 40752 net standard 
nfs-utils_1.3.4-2.debian.tar.bz2
 081e4b4730e4a3f0767ca31b58ed2806 600926 debug extra 
nfs-common-dbgsym_1.3.4-2_amd64.deb
 9ca10c908d311c59e5889d164d2801cc 230706 net standard 
nfs-common_1.3.4-2_amd64.deb
 40e8862115547ca027357c7c71618968 305248 debug extra 
nfs-kernel-server-dbgsym_1.3.4-2_amd64.deb
 31102fe27eac2ba3b0b0a7ef59178ab0 123952 net optional 
nfs-kernel-server_1.3.4-2_amd64.deb
 16ea59c73706256fd74eeca673d7d7f5 7356 net standard 
nfs-utils_1.3.4-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJYVRovAAoJEGxlgOd711bEkQQQALorjkSdp+y9l5uKaNrP7jtL
3NatSM8jZdtYpR12Q3Of5oGWtnqKZKnFjMPIfVHMoxJcPPV0cmW8EXcT5OiFfI71
ScRvu/+/i24DrlPhg8RsTSDgpqPRspPpM5icwwpRIZerJN6gXS1aDLv8s3EyZ9Pp
o6tbO/F025FzMCX5g/i9kn/mFaDvT9xoPhM3RY0kvMPhBFR4MGuA1ucaGFprCC1D
HPEpLTx9ZnTvDmu5ezGQzW8LoG89VPDOEPLtmbruCZSSQe1sP8cQECLlowvuqOrj
PeiW60wXHhQKsXPIjQedZRig4a2Gc9AcFS2uJlIQztPcb7Lmth/sS8Hfgn6cbs5f
x2Qfjk/lfeUC3OZnQ79cH/rtaecwFxjl6l08iO9H/2wnBt4qw8CFULA8fMc7FuTI
tG5Yh/3NS9Nf76jcwmNM74JQxWrAvtzbuGb+5SSpb78iKZhgsLQi9QQ4OeSTo1/H
hs0XarS0VH4P4LwPsD7hm66qYpmxozEPtgdJvxaA7cQtqd0kGjrc3sky4Wr7nHXl
s5wskO8OlT/UdDoi5HjjNwfmbU05GZyqX+400913kk4KmFWuCwnnlIqvc8ZhqVKk
m974qNWIF2CgBe1p+6zKqGU30vHN11iiWlpmow6ekybrmtzCSuvHYs7EKtyuGpqi
tquV9Md5d1Zu5F2/vLIb
=4pre
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#848423: mkdir: cannot create directory '/main': Permission denied

2016-12-17 Thread Laurent Bigonville
Package: initramfs-tools-core
Version: 0.126
Severity: normal
File: /usr/bin/unmkinitramfs

Hi,

When running lsinitramfs, I see the following message on stderr:

mkdir: cannot create directory '/main': Permission denied

Regrads,

Laurent Bigonville

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages initramfs-tools-core depends on:
ii  cpio 2.11+dfsg-6
ii  klibc-utils  2.0.4-9
ii  kmod 23-1
ii  udev 232-8

Versions of packages initramfs-tools-core recommends:
ii  busybox  1:1.22.0-19

Versions of packages initramfs-tools-core suggests:
ii  bash-completion  1:2.1-4.3

-- no debconf information



Processing of linux-latest_78~bpo8+1_amd64.changes

2016-12-17 Thread Debian FTP Masters
linux-latest_78~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  linux-latest_78~bpo8+1.dsc
  linux-latest_78~bpo8+1.tar.xz
  linux-tools_4.8+78~bpo8+1_all.deb
  linux-doc_4.8+78~bpo8+1_all.deb
  linux-source_4.8+78~bpo8+1_all.deb
  linux-perf_4.8+78~bpo8+1_all.deb
  linux-image-amd64_4.8+78~bpo8+1_amd64.deb
  linux-headers-amd64_4.8+78~bpo8+1_amd64.deb
  linux-image-amd64-dbg_4.8+78~bpo8+1_amd64.deb
  xen-linux-system-amd64_4.8+78~bpo8+1_amd64.deb
  linux-image-rt-amd64_4.8+78~bpo8+1_amd64.deb
  linux-headers-rt-amd64_4.8+78~bpo8+1_amd64.deb
  linux-image-rt-amd64-dbg_4.8+78~bpo8+1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of linux-signed_3.3~bpo8+1_amd64.changes

2016-12-17 Thread Debian FTP Masters
linux-signed_3.3~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  linux-signed_3.3~bpo8+1.dsc
  linux-signed_3.3~bpo8+1.tar.xz
  linux-image-4.8.0-0.bpo.2-amd64_4.8.11-1~bpo8+1_amd64.deb
  linux-image-4.8.0-0.bpo.2-rt-amd64_4.8.11-1~bpo8+1_amd64.deb
  kernel-image-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  nic-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  nic-wireless-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  nic-shared-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  serial-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  usb-serial-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  ppp-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  pata-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  cdrom-core-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  firewire-core-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  scsi-core-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  scsi-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  loop-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  btrfs-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  ext4-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  isofs-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  jfs-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  ntfs-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  xfs-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  fat-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  md-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  multipath-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  usb-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  usb-storage-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  pcmcia-storage-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  fb-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  input-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  event-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  mouse-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  nic-pcmcia-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  pcmcia-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  nic-usb-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  sata-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  acpi-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  i2c-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  crc-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  crypto-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  crypto-dm-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  efi-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  ata-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  mmc-core-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  mmc-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  nbd-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  squashfs-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  speakup-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  virtio-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  uinput-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  sound-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  hyperv-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  udf-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb
  fuse-modules-4.8.0-0.bpo.2-amd64-di_4.8.11-1~bpo8+1_amd64.udeb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



linux-latest_78~bpo8+1_amd64.changes REJECTED

2016-12-17 Thread Debian FTP Masters


Version check failed:
Your upload included the source package linux-latest, version 78~bpo8+1,
however unstable already has version 77.
Uploads to jessie-backports must have a lower version than present in unstable.

binary:linux-headers-rt-686-pae is NEW.
binary:linux-headers-rt-amd64 is NEW.
binary:linux-image-rt-686-pae is NEW.
binary:linux-image-rt-686-pae-dbg is NEW.
binary:linux-image-rt-amd64 is NEW.
binary:linux-image-rt-amd64-dbg is NEW.
binary:xen-linux-system-amd64 is NEW.
binary:linux-image-rt-amd64-dbg is NEW.
binary:xen-linux-system-amd64 is NEW.
binary:linux-headers-rt-amd64 is NEW.
binary:linux-image-rt-amd64 is NEW.

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.



linux-signed_3.3~bpo8+1_amd64.changes is NEW

2016-12-17 Thread Debian FTP Masters
binary:acpi-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:acpi-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:acpi-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:affs-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:affs-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:dasd-extra-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:dasd-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:fancontrol-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:fancontrol-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:fb-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:fb-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:fb-modules-4.8.0-0.b

Re: Planning for d-i Stretch Alpha 9

2016-12-17 Thread Cyril Brulebois
Hi,

Cyril Brulebois  (2016-11-21):
> Ben Hutchings  (2016-11-20):
> > Yes, there will be an ABI bump in the next upload to unstable
> > (probably within the next week).
> 
> Thanks! I'll wait for that to happen & migrate to testing before
> preparing for the next d-i release.

FWIW linux migrated a few days ago so I'll start working on a release
as soon as my free time permits. Probably somewhen around Christmas.

As usual (sadly) I'm way behind reading/checking what happens on
debian-boot@ so feel free to mention specific things you would want me
to notice, through a mail cc'd to .


KiBi.


signature.asc
Description: Digital signature


Re: linux-signed_3.3~bpo8+1_amd64.changes is NEW

2016-12-17 Thread Ben Hutchings
Please reject this, it's broken.

Ben.

-- 
Ben Hutchings
Make three consecutive correct guesses and you will be considered an
expert.



signature.asc
Description: This is a digitally signed message part


Processing of linux-latest_77~bpo8+1_amd64.changes

2016-12-17 Thread Debian FTP Masters
linux-latest_77~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  linux-latest_77~bpo8+1.dsc
  linux-latest_77~bpo8+1.tar.xz
  linux-tools_4.8+77~bpo8+1_all.deb
  linux-doc_4.8+77~bpo8+1_all.deb
  linux-source_4.8+77~bpo8+1_all.deb
  linux-perf_4.8+77~bpo8+1_all.deb
  linux-image-amd64_4.8+77~bpo8+1_amd64.deb
  linux-headers-amd64_4.8+77~bpo8+1_amd64.deb
  linux-image-amd64-dbg_4.8+77~bpo8+1_amd64.deb
  xen-linux-system-amd64_4.8+77~bpo8+1_amd64.deb
  linux-image-rt-amd64_4.8+77~bpo8+1_amd64.deb
  linux-headers-rt-amd64_4.8+77~bpo8+1_amd64.deb
  linux-image-rt-amd64-dbg_4.8+77~bpo8+1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



linux-latest_77~bpo8+1_amd64.changes is NEW

2016-12-17 Thread Debian FTP Masters
binary:linux-headers-rt-686-pae is NEW.
binary:linux-headers-rt-amd64 is NEW.
binary:linux-image-rt-686-pae is NEW.
binary:linux-image-rt-686-pae-dbg is NEW.
binary:linux-image-rt-amd64 is NEW.
binary:linux-image-rt-amd64-dbg is NEW.
binary:xen-linux-system-amd64 is NEW.
binary:linux-headers-rt-amd64 is NEW.
binary:linux-image-rt-amd64 is NEW.
binary:linux-image-rt-amd64-dbg is NEW.
binary:xen-linux-system-amd64 is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports



Bug#834386: linux-image-4.6.0-1-amd64: Locks hard on boot.

2016-12-17 Thread Nathan Paul Simons
Just tried  rebooting with 4.7.0-1-amd64 and it didn't work.

On Wed, Dec 07, 2016 at 02:24:57AM +, Ben Hutchings wrote:
> Nathan, I'm sorry we didn't answer this report much sooner.
> 
> Have you tried upgrading to a newer kernel version, and did that
> resolve the problem?  The latest version in testing is now 4.8.7-1.
> 
> If the latest version has the same problem, does adding the kernel
> parameter 'nomodeset' allow the system to boot all the way to a text-
> mode login prompt?
> 
> Ben.
> 
> -- 
> Ben Hutchings
> When in doubt, use brute force. - Ken Thompson
> 



-- 
Sent from my Universal Turing Machine
My phone (please leave a voicemail or SMS): +17607933893



Processing of linux-signed_3.3~bpo8+2_multi.changes

2016-12-17 Thread Debian FTP Masters
linux-signed_3.3~bpo8+2_multi.changes uploaded successfully to localhost
along with the files:
  linux-signed_3.3~bpo8+2.dsc
  linux-signed_3.3~bpo8+2.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



linux-signed_3.3~bpo8+2_multi.changes REJECTED

2016-12-17 Thread Debian FTP Masters


Source-only uploads to NEW are not allowed.

binary:acpi-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:acpi-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:acpi-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:affs-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:affs-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:dasd-extra-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:dasd-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:fancontrol-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:fancontrol-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:fb-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:fb-modules-4.8.0-0.bpo.2

Bug#847154: linux-image-amd64: Disabling vsyscall interface may break docker run

2016-12-17 Thread Ben Hutchings
Control: reassign -1 src:linux 4.8.4-1~exp1
Control: tag -1 pending

This change also broke the version of dietlibc in stable, and even some
packages in unstable.  (dietlibc is statically linked, and they had not
been rebuilt since dietlibc stopped using vsyscalls.)

As quite a few packages are affected and this change doesn't make much
of an improvement to security, it will be reverted in the next linux
upload.  However, it can be re-applied after the release of stretch as
users are expected to upgrade fully to current stable before installing
newer packages from unstable/testing/stable-backports.

Ben.

-- 
Ben Hutchings
Make three consecutive correct guesses and you will be considered an
expert.


signature.asc
Description: This is a digitally signed message part


Processed: Re: linux-image-amd64: Disabling vsyscall interface may break docker run

2016-12-17 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:linux 4.8.4-1~exp1
Bug #847154 [linux-image-amd64] linux-image-amd64: Disabling vsyscall interface 
may break docker run
Bug reassigned from package 'linux-image-amd64' to 'src:linux'.
No longer marked as found in versions linux-latest/76.
Ignoring request to alter fixed versions of bug #847154 to the same values 
previously set
Bug #847154 [src:linux] linux-image-amd64: Disabling vsyscall interface may 
break docker run
Marked as found in versions linux/4.8.4-1~exp1.
> tag -1 pending
Bug #847154 [src:linux] linux-image-amd64: Disabling vsyscall interface may 
break docker run
Added tag(s) pending.

-- 
847154: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847154
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: fixed 843128 in 4.9~rc8-1~exp1

2016-12-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 843128 4.9~rc8-1~exp1
Bug #843128 [src:linux] linux-image-4.8.0-1-amd64-unsigned: Kernel panic
Marked as fixed in versions linux/4.9~rc8-1~exp1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
843128: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843128
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processing of linux-signed_3.3~bpo8+2_multi.changes

2016-12-17 Thread Debian FTP Masters
linux-signed_3.3~bpo8+2_multi.changes uploaded successfully to localhost
along with the files:
  linux-signed_3.3~bpo8+2.dsc
  linux-signed_3.3~bpo8+2.tar.xz
  linux-image-4.8.0-0.bpo.2-686_4.8.11-1~bpo8+1_i386.deb
  linux-image-4.8.0-0.bpo.2-686-pae_4.8.11-1~bpo8+1_i386.deb
  linux-image-4.8.0-0.bpo.2-rt-686-pae_4.8.11-1~bpo8+1_i386.deb
  kernel-image-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  nic-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  nic-wireless-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  nic-shared-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  serial-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  usb-serial-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  ppp-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  pata-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  cdrom-core-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  firewire-core-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  scsi-core-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  scsi-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  loop-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  btrfs-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  ext4-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  isofs-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  jfs-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  ntfs-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  xfs-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  fat-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  md-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  multipath-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  usb-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  usb-storage-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  pcmcia-storage-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  fb-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  input-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  event-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  mouse-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  nic-pcmcia-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  pcmcia-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  nic-usb-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  sata-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  acpi-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  i2c-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  crc-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  crypto-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  crypto-dm-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  efi-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  ata-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  mmc-core-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  mmc-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  nbd-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  squashfs-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  speakup-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  virtio-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  uinput-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  sound-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  hyperv-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  udf-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  fuse-modules-4.8.0-0.bpo.2-686-di_4.8.11-1~bpo8+1_i386.udeb
  kernel-image-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  nic-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  nic-wireless-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  nic-shared-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  serial-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  usb-serial-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  ppp-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  pata-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  cdrom-core-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  firewire-core-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  scsi-core-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  scsi-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  loop-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  btrfs-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  ext4-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  isofs-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  jfs-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  ntfs-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  xfs-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  fat-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo8+1_i386.udeb
  md-modules-4.8.0-0.bpo.2-686-pae-di_4.8.11-1~bpo

linux-signed_3.3~bpo8+2_multi.changes is NEW

2016-12-17 Thread Debian FTP Masters
binary:acpi-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:acpi-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:acpi-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:affs-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:affs-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:ata-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:btrfs-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:cdrom-core-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:crc-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:crypto-dm-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:crypto-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:dasd-extra-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:dasd-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:efi-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:event-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:ext4-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:fancontrol-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:fancontrol-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-amd64-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-arm64-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-armmp-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-powerpc-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-powerpc64-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-powerpc64le-di is NEW.
binary:fat-modules-4.8.0-0.bpo.2-s390x-di is NEW.
binary:fb-modules-4.8.0-0.bpo.2-686-di is NEW.
binary:fb-modules-4.8.0-0.bpo.2-686-pae-di is NEW.
binary:fb-modules-4.8.0-0.b