From 94b4a102fae4e208ea15b6821546c43f973be8f81e547ccd449d12c1eef4c495 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Nov 2016 08:25:36 +0000 Subject: [PATCH] Accepting request 442463 from home:kukuk:branches:Base:System - Remove 0314-run-rpcbind.patch again, was solved by another change in rpcbind OBS-URL: https://build.opensuse.org/request/show/442463 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=276 --- 0314-run-rpcbind.patch | 23 ----------------------- dracut.changes | 6 ++++++ dracut.spec | 2 -- 3 files changed, 6 insertions(+), 25 deletions(-) delete mode 100644 0314-run-rpcbind.patch diff --git a/0314-run-rpcbind.patch b/0314-run-rpcbind.patch deleted file mode 100644 index 9cdd847..0000000 --- a/0314-run-rpcbind.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- modules.d/95nfs/module-setup.sh -+++ modules.d/95nfs/module-setup.sh 2016/11/13 20:56:50 -@@ -70,7 +70,7 @@ - local _i - local _nsslibs - inst_multiple -o portmap rpcbind rpc.statd mount.nfs \ -- mount.nfs4 umount rpc.idmapd sed /etc/netconfig -+ mount.nfs4 umount rpc.idmapd sed chown /etc/netconfig - inst_multiple /etc/services /etc/nsswitch.conf /etc/rpc /etc/protocols /etc/idmapd.conf - - if [[ $hostonly_cmdline == "yes" ]]; then ---- modules.d/95nfs/nfs-start-rpc.sh -+++ modules.d/95nfs/nfs-start-rpc.sh 2016/11/13 20:57:31 -@@ -6,6 +6,9 @@ - [ ! -d /var/lib/nfs/rpc_pipefs/nfs ] && \ - mount -t rpc_pipefs rpc_pipefs /var/lib/nfs/rpc_pipefs - -+ mkdir -p -m 0755 /run/rpcbind -+ /bin/chown rpc /run/rpcbind -+ - # Start rpcbind or rpcbind - # FIXME occasionally saw 'rpcbind: fork failed: No such device' -- why? - command -v portmap >/dev/null && [ -z "$(pidof portmap)" ] && portmap diff --git a/dracut.changes b/dracut.changes index 5ca8b9a..8601bbe 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 28 19:16:52 CET 2016 - kukuk@suse.de + +- Remove 0314-run-rpcbind.patch again, was solved by another + change in rpcbind + ------------------------------------------------------------------- Tue Nov 15 11:13:39 UTC 2016 - dmolkentin@suse.com diff --git a/dracut.spec b/dracut.spec index 7aab0c3..21d499d 100644 --- a/dracut.spec +++ b/dracut.spec @@ -163,7 +163,6 @@ Patch310: 0310-95resume-Do-not-resume-on-iSCSI.patch Patch311: 0311-95iscsi-ip-ibft-is-deprecated.patch Patch312: 0312-40network-Do-not-print-message-about-tmp-net.ibft0.c.patch Patch313: 0313-90mdraid-Use-stock-MD-rules-to-assemble-RAID-arrays.patch -Patch314: 0314-run-rpcbind.patch # New features/improvements Patch402: 0402-driver-fail-summary.patch @@ -370,7 +369,6 @@ chmod a+x modules.d/91zipl/install_zipl_cmdline.sh %patch311 -p1 %patch312 -p1 %patch313 -p1 -%patch314 -p0 %patch402 -p1 %patch403 -p1