Your message dated Mon, 18 Mar 2019 17:19:11 +0000
with message-id <[email protected]>
and subject line Bug#909644: fixed in runc 1.0.0~rc6+dfsg1-3
has caused the Debian Bug report #909644,
regarding docker.io: dockerd warning: failed to retrieve docker-runc version:
unknown output format: runc version spec: 1.0.1
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 [email protected]
immediately.)
--
909644: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909644
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: docker.io
Version: 18.06.1+dfsg1-2
Severity: normal
docker.io 18.06.1+dfsg1-2: the sys log is being spammed with these messages:
> Sep 26 10:02:34 base dockerd[1329]:
time="2018-09-26T10:02:34.612458096+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:02:54 base dockerd[1329]:
time="2018-09-26T10:02:54.608852757+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:03:14 base dockerd[1329]:
time="2018-09-26T10:03:14.608428914+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:03:34 base dockerd[1329]:
time="2018-09-26T10:03:34.608336092+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:03:54 base dockerd[1329]:
time="2018-09-26T10:03:54.608367304+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:04:14 base dockerd[1329]:
time="2018-09-26T10:04:14.608181868+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:04:34 base dockerd[1329]:
time="2018-09-26T10:04:34.608692071+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:04:54 base dockerd[1329]:
time="2018-09-26T10:04:54.608829153+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
Why would these two programs shipped in the same package not be compatible with
one another I wonder? How can it be fixed?
-- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500,
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.18.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8),
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages docker.io depends on:
ii adduser 3.118
ii iptables 1.6.2-1.1
ii libc6 2.27-6
ii libdevmapper1.02.1 2:1.02.145-4.1
ii libltdl7 2.4.6-4
ii libnspr4 2:4.20-1
ii libnss3 2:3.39-1
ii libseccomp2 2.3.3-3
ii libsystemd0 239-9
ii lsb-base 9.20170808
ii runc 1.0.0~rc5+dfsg1-3
ii tini 0.18.0-1
Versions of packages docker.io recommends:
ii ca-certificates 20180409
ii cgroupfs-mount 1.4
ii git 1:2.19.0-1
ii needrestart 3.3-1
ii xz-utils 5.2.2-1.3
Versions of packages docker.io suggests:
pn aufs-tools <none>
ii btrfs-progs 4.17-1
ii debootstrap 1.0.109
pn docker-doc <none>
ii e2fsprogs 1.44.4-2
pn rinse <none>
ii xfsprogs 4.15.1-1
pn zfs-fuse | zfsutils <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: runc
Source-Version: 1.0.0~rc6+dfsg1-3
We believe that the bug you reported is fixed in the latest version of
runc, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Shengjing Zhu <[email protected]> (supplier of updated runc 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 10 Mar 2019 17:51:44 +0800
Source: runc
Architecture: source
Version: 1.0.0~rc6+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team
<[email protected]>
Changed-By: Shengjing Zhu <[email protected]>
Closes: 909644
Changes:
runc (1.0.0~rc6+dfsg1-3) unstable; urgency=medium
.
* Team upload.
.
[ Shengjing Zhu ]
* Improve patch for CVE-2019-5736 based on upstream commits.
Now the patch includes following commits:
+ 2d4a37b nsenter: cloned_binary: userspace copy fallback if sendfile fails
+ 16612d7 nsenter: cloned_binary: try to ro-bind /proc/self/exe before
copying
+ af9da0a nsenter: cloned_binary: use the runc statedir for O_TMPFILE
+ 2429d59 nsenter: cloned_binary: expand and add pre-3.11 fallbacks
+ 5b775bf nsenter: cloned_binary: detect and handle short copies
+ bb7d8b1 nsexec (CVE-2019-5736): avoid parsing environ
+ 0a8e411 nsenter: clone /proc/self/exe to avoid exposing host binary to
container
.
[ Arnaud Rebillout ]
* Add version and gitcommit to the ldflags (Closes: #909644)
Note that we fill the git commit with something that is NOT a git commit
at all, instead we use it as a placeholder for the debian version. The
debian version is a relevant information for the user, and it's nice to
be able to show it, some way or another.
Checksums-Sha1:
16c225b65294f1cd15ae04f8551284d04b20b4ce 2468 runc_1.0.0~rc6+dfsg1-3.dsc
f08fd78b3e0a660d3ec5d293f8437bc248a3ae44 12696
runc_1.0.0~rc6+dfsg1-3.debian.tar.xz
d96ae363bbd67ac75cb5de26cbbc5cb61679a1c0 8081
runc_1.0.0~rc6+dfsg1-3_amd64.buildinfo
Checksums-Sha256:
33fcc1aba06a20d6ead3a915f7555193cb43600b46de08a277c4a660999799aa 2468
runc_1.0.0~rc6+dfsg1-3.dsc
16ca68355ba968535fe328b213c54ac79c330390e2bb3301a4d3ea4d48899409 12696
runc_1.0.0~rc6+dfsg1-3.debian.tar.xz
5e70a81311d0c67a118c0b4dbbdfbc6689b54613d2ab1d2c50ea2e4d53791ffd 8081
runc_1.0.0~rc6+dfsg1-3_amd64.buildinfo
Files:
48c3f959cb069f075ab7cf69c77d9b32 2468 devel optional runc_1.0.0~rc6+dfsg1-3.dsc
20e68df3d980c055efc367b4ae698ee0 12696 devel optional
runc_1.0.0~rc6+dfsg1-3.debian.tar.xz
09391d026876901b8d72ad07d8f60f8b 8081 devel optional
runc_1.0.0~rc6+dfsg1-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAlyPzwsQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NT4BCACIRRrTNBJ/EzduTMvvkMGQmaZVD2EPiwpG
N2b3g62+Wa9eYYGRdv1Lv5cwuQr0s48rBKyho6WwVmu08XkfsFqqFzCtYFAqu56s
wlZT44LWxCk/MGMldggkNWmWSccL6LXWejpJOoNBm3YcQZ7vdovjJWQx3cbivOiN
s0ua8vYziVbU/0E+zUA9ySTMIXMns1p7JfBptoDf/p7jQU+J1lqICkNP5vUaRxxz
P/ZVnpK0JLrxPO1+6Hjk4+CFn/C+EvPcrIGS4zmEJdAlpr6U1CTNxVHTydSR2Vl6
Dk1R09ZyNOZ0oXYRQnCCl029NMdFyiXSeAeourRvrIXtuEwEZjXK
=Imd7
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers