[oe-commits] Khem Raj : runqemu-export-rootfs: Add HOW-TO for ubuntu 11. 10 for rpcbind problem

git version control git at git.openembedded.org
Tue Oct 4 22:12:27 UTC 2011


Module: openembedded-core.git
Branch: 2011-1
Commit: 3bc9b9d714f62a6e85e8452e216e108ad4622006
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3bc9b9d714f62a6e85e8452e216e108ad4622006

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Oct  4 12:32:43 2011 -0700

runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem

The existing instruction to tackle
RPC: Authentication error; why = Client credential too weak
Are not applicable to ubuntu 11.10 especially

Therefore add the magic needed for ubuntu 11.10

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/runqemu-export-rootfs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/scripts/runqemu-export-rootfs b/scripts/runqemu-export-rootfs
index 3ee3112..fec288a 100755
--- a/scripts/runqemu-export-rootfs
+++ b/scripts/runqemu-export-rootfs
@@ -118,6 +118,9 @@ case "$1" in
 		echo "    echo RPCBIND_OPTIONS=-i >> /etc/sysconfig/rpcbind"
 		echo "    /etc/init.d/rpcbind restart"
 		echo "==============================================="
+		echo "For Ubuntu 11.10 hosts"
+		echo "Add OPTIONS=\"-i -w\"  to /etc/default/rpcbind"
+		echo "sudo service portmap restart"
 	    fi
 	    exit 1
 	fi





More information about the Openembedded-commits mailing list