Your message dated Thu, 11 Aug 2016 17:23:05 +0000
with message-id <e1bxthb-0005f6...@franck.debian.org>
and subject line Bug#828826: fixed in nfs-utils 1:1.2.8-9.2
has caused the Debian Bug report #828826,
regarding nfs-common: move of rpc_pipefs mountpoint to /run breaks blkmapd
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.)
--
828826: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828826
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nfs-common
Version: 1:1.2.8-9
Severity: important
Tags: patch
Dear Maintainer,
commit ba649fa4 ("Migrate the rpc_pipefs mount out of /var/lib to /run, to
better support /var on NFS.") in the Debian packaging repo completely
broke blkmapd, which still looks for rpc_pipefs in the old place.
>From looking in the BTS gssd also seems to have the same problem (#632141).
diff --git a/utils/blkmapd/device-discovery.c b/utils/blkmapd/device-discovery.c
index 69f00fa..7b00c90 100644
--- a/utils/blkmapd/device-discovery.c
+++ b/utils/blkmapd/device-discovery.c
@@ -55,9 +55,9 @@
#define EVENT_SIZE (sizeof(struct inotify_event))
#define EVENT_BUFSIZE (1024 * EVENT_SIZE)
-#define BL_PIPE_FILE "/var/lib/nfs/rpc_pipefs/nfs/blocklayout"
-#define NFSPIPE_DIR "/var/lib/nfs/rpc_pipefs/nfs"
-#define RPCPIPE_DIR "/var/lib/nfs/rpc_pipefs"
+#define BL_PIPE_FILE "/run/rpc_pipefs/nfs/blocklayout"
+#define NFSPIPE_DIR "/run/rpc_pipefs/nfs"
+#define RPCPIPE_DIR "/run/rpc_pipefs"
#define PID_FILE "/run/blkmapd.pid"
struct bl_disk *visible_disk_list;
-- Package-specific info:
-- rpcinfo --
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 46956 status
100024 1 tcp 40643 status
-- /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
-- /etc/fstab --
-- System Information:
Debian Release: 8.5
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.4.0-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (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.113+nmu3
ii initscripts 2.88dsf-59
ii libc6 2.19-18+deb8u4
ii libcap2 1:2.24-8
ii libcomerr2 1.42.12-1.1
ii libdevmapper1.02.1 2:1.02.90-2.2+deb8u1
ii libevent-2.0-5 2.0.21-stable-2
ii libgssapi-krb5-2 1.12.1+dfsg-19+deb8u2
ii libk5crypto3 1.12.1+dfsg-19+deb8u2
ii libkeyutils1 1.5.9-5+b1
ii libkrb5-3 1.12.1+dfsg-19+deb8u2
ii libmount1 2.25.2-6
ii libnfsidmap2 0.25-5
ii libtirpc1 0.2.5-1
ii libwrap0 7.6.q-25
ii lsb-base 4.1+Debian13+nmu1
ii rpcbind 0.2.1-6+deb8u1
ii ucf 3.0030
Versions of packages nfs-common recommends:
ii python 2.7.9-1
Versions of packages nfs-common suggests:
pn open-iscsi <none>
pn watchdog <none>
-- debconf-show failed
--- End Message ---
--- Begin Message ---
Source: nfs-utils
Source-Version: 1:1.2.8-9.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 828...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Henriksson <andr...@fatal.se> (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: SHA512
Format: 1.8
Date: Thu, 11 Aug 2016 18:50:24 +0200
Source: nfs-utils
Binary: nfs-kernel-server nfs-common
Architecture: source amd64
Version: 1:1.2.8-9.2
Distribution: unstable
Urgency: medium
Maintainer: Debian kernel team <debian-ker...@lists.debian.org>
Changed-By: Andreas Henriksson <andr...@fatal.se>
Description:
nfs-common - NFS support files common to client and server
nfs-kernel-server - support for NFS kernel server
Closes: 632141 828826 830777
Changes:
nfs-utils (1:1.2.8-9.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Really add keyutils as a dependency of nfs-common. (Closes: #830777)
- changelog entry included but actual change missed when partially
merging the ubuntu delta in previous NMU.
* Add debian/patches/unbreak-blkmapd-rpc_pipefs-run.patch (Closes: #828826)
- patch from Christoph Hellwig to unbreak blkmapd after move of
rpc_pipefs to /run.
* Add debian/patches/unbreak-gssd-rpc_pipefs-run.patch (Closes: #632141)
- similarly to blkmapd also unbreak gssd. Thanks to Christoph Hellwig
for pointing this out.
Checksums-Sha1:
56e3ca351c3d0a137028b5fc8e7c3604a2629eb4 2300 nfs-utils_1.2.8-9.2.dsc
5dc1048510ee61dceac786918b36c6ad97eeb61a 46932
nfs-utils_1.2.8-9.2.debian.tar.bz2
5d0e8040144b29fa5fc0976272213ae81af10b11 509750
nfs-common-dbgsym_1.2.8-9.2_amd64.deb
cfaa819260ed26553cce2431577edc131c9333aa 208954 nfs-common_1.2.8-9.2_amd64.deb
bafd5d3d9ac7b8e416e6c265ceffa4f573a929fe 272468
nfs-kernel-server-dbgsym_1.2.8-9.2_amd64.deb
7802d7edcbe85a659a7f2eca39b3aca3f2d78e21 117218
nfs-kernel-server_1.2.8-9.2_amd64.deb
Checksums-Sha256:
78c874e6643bce59d7b8dfbe49872e765412beb78a415ee4508bc53b54d6b02b 2300
nfs-utils_1.2.8-9.2.dsc
469abe26778c432989da9955695d16f27d2e0aae566e7b257107a1bb19d0d47d 46932
nfs-utils_1.2.8-9.2.debian.tar.bz2
79fefa0a7787ef65c9ef275ee0d444b7ef5df11dcaaf0755ce2ae41ac7daf38a 509750
nfs-common-dbgsym_1.2.8-9.2_amd64.deb
69fd30c0fd50a395ed0962d86a77202949ca693144718e830e80af5c6b589600 208954
nfs-common_1.2.8-9.2_amd64.deb
e280063ef4894ad1df764083f5745cd47704e9baa2721e932862909eaee21646 272468
nfs-kernel-server-dbgsym_1.2.8-9.2_amd64.deb
fccc65f4d5f3e80e5850de1bf23a078162755119843e1437fdb4eee5c447673b 117218
nfs-kernel-server_1.2.8-9.2_amd64.deb
Files:
80c10a177a6b0475e8f81f016a0de384 2300 net standard nfs-utils_1.2.8-9.2.dsc
5595dbb24afb839a0f46f995e492a624 46932 net standard
nfs-utils_1.2.8-9.2.debian.tar.bz2
f2bf2705a9949f7d4ff7169292c441ca 509750 debug extra
nfs-common-dbgsym_1.2.8-9.2_amd64.deb
6c336add92bb959f1248ed841477a96e 208954 net standard
nfs-common_1.2.8-9.2_amd64.deb
ce5ada58a82b12d7fdf1a46bbd123877 272468 debug extra
nfs-kernel-server-dbgsym_1.2.8-9.2_amd64.deb
7d8ac15330f7ae68dd0ff7d70e21ec77 117218 net optional
nfs-kernel-server_1.2.8-9.2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJXrK4cAAoJEAvEfcZNE1MGOBgP/1OuGySyFgjEuFVC/9NQAC7H
WnLMKYc/Eu9lLjwT7D//m6UZjpNlTz+NeOCpNrQBm/m9/7p55hmOye+kqA8l4+95
FF6U8glhrWyrvVhcUSQ1lUJOgH1CO9mnKTbIxBN6xeHSyd6uIMCZ+EylZkFPxeMe
O0ggoPyZ/DW817IuSBGFqAFdIu/JedqSKrwtgXvLPSni+NK+QYhB3EADwQRtavqe
HOhPvLnHER6FC7h8qDdSst65uS5qu7Mj/7EBjUPewlDKJhy535OARWqc/JbjFTiP
Uckg5NxwosQWl5S3DF7iYMcrpyFmTGA0aMQxI8ZGO8M4fsqTk0PzSVTWCFG28asr
48OJ6BtrA1uCXqiO2VUGv0r3PDobn0h/LS6fBJ7z5Eb/iZgRGqJqKQM+bv4Ad+IP
bAN5ZAp6EuoFXP+uOrmynQWICtPqQ7KU3vEPJNk5h7tyCjrL5La60CDqvHdj0E3q
OInduBOgShe+wIyM3oATd1JEu1duGT4Ja07ykRWW5tbtdbvrp+08e/fIYJ6R+9aA
+tZHpZzaZJkdMb8i88BSTewMiaH0zF2Tkanv7GXh207AyCL7Wp0IoWnRHMT7supS
6//g6ppuewDMjA/4Z/cLz6RTKrKWPy/MkGxhAAhJ/yqUwerHl7Y1csrVNnqe+ltv
VtjKS2vm1Gd8iLNQzGW9
=fb8x
-----END PGP SIGNATURE-----
--- End Message ---