Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem
@ 2011-10-04 19:32 Khem Raj
  2011-10-04 22:08 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2011-10-04 19:32 UTC (permalink / raw)
  To: openembedded-core

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@gmail.com>
---
 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
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-04 22:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-04 19:32 [PATCH] runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem Khem Raj
2011-10-04 22:08 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox