From d2b7c9af0910149671faa9d7d4c7d0b82e73660c422c1d1afc645c3841e5bdfd Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 18 Feb 2011 11:53:26 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/nfs-utils revision 72.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=f4aeef55dee1911d47877d1690a98dd1 --- nfs-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfs-utils.spec b/nfs-utils.spec index 143e257..7aba597 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -27,7 +27,7 @@ BuildRequires: libevent Url: http://nfs.sourceforge.net Summary: Support Utilities for Kernel nfsd Version: 1.2.3 -Release: 5 +Release: 13 Group: Productivity/Networking/NFS License: GPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-build From 3b8c3cd0f12fc5bca35f4c317db8e0eeec1ad678a709dd39556a5a2aff588dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sat, 19 Mar 2011 22:09:51 +0000 Subject: [PATCH 2/2] Accepting request 64533 from home:jengelh:dev OBS-URL: https://build.opensuse.org/request/show/64533 OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=41 --- mkinitrd-boot.sh | 3 +++ nfs-utils.changes | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/mkinitrd-boot.sh b/mkinitrd-boot.sh index 4a18cde..24deb90 100644 --- a/mkinitrd-boot.sh +++ b/mkinitrd-boot.sh @@ -65,3 +65,6 @@ if [ "$rootfstype" = "nfs" ]; then else dont_load_modules fi + +# Absolutely required for networking to function +ip link set dev lo up diff --git a/nfs-utils.changes b/nfs-utils.changes index 4e28bcd..60aa2d7 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 19 14:10:18 UTC 2011 - jengelh@medozas.de + +- Must up the loopback device, otherwise trying to contact the + portmapper (even if it does not actually run) will hang forever- + the TCP RST is crucial for mount.nfs + ------------------------------------------------------------------- Wed Feb 16 23:55:22 UTC 2011 - nfbrown@novell.com