nfs-utils: fix for 'nfsdcld: Unable to clear records from current epoch: no such table: rec-1' on server start

(cherry picked from commit fb4ffa7c72)
This commit is contained in:
Juergen Daubert 2019-06-27 14:09:27 +02:00
parent 0d223a69b3
commit f0b3a9b3fc
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/X66FtaM1kx9wW3dMjhJXq64+qGbNpWbt/tAjAXN+tjUzNqCW117ZZZBRjJBrq/n+sWIXjdmZF5i/r5tPj6GfQE=
SHA256 (Pkgfile) = 1f2af8c42f3e577e753b73955e9973f3b8fa760403347432ce6021bae0963982
RWSE3ohX2g5d/aHlOjAefZ9dJ7rkoBaCNqnJDV5ItIxFNdKD/7ew4FUpw1pZepymF8n50H3fSPq8wmUEGOWOyORTzkDy3BoFIgo=
SHA256 (Pkgfile) = 0f2cf82d4376133ae86c0ab826ec5d3afc1fb8a29d28f6a0b9d826a96120fe71
SHA256 (.footprint) = 6e26f43089fdf8b1b3b0608168cd4a7e30c14f89b43ea353b57405619ecc40da
SHA256 (nfs-utils-2.4.1.tar.xz) = 85274ada94479b1beba9f8eeffd19f477c53a6710b9998d1192c807854087736
SHA256 (exports) = 9556615724e66fbe6e7a2bfd740db4c5399a6abafab8cce868975f6926548eec

View File

@ -5,7 +5,7 @@
name=nfs-utils
version=2.4.1
release=1
release=2
source=(https://www.kernel.org/pub/linux/utils/$name/$version/$name-$version.tar.xz
exports idmapd.conf
nfs nfsclient nfsserver rpc.idmapd rpc.statd rpc.mountd rpc.nfsd nfsdcld)
@ -13,6 +13,8 @@ source=(https://www.kernel.org/pub/linux/utils/$name/$version/$name-$version.tar
build () {
cd $name-$version
sed 's/rec-%/rec-%016/' -i utils/nfsdcld/sqlite.c
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr \
--sysconfdir=/etc \