From: Khem Raj Date: Tue, 4 Oct 2011 19:32:43 +0000 (-0700) Subject: runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e07033ae82cd65652cb7a2a523ef8e17c11e8142;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 (From OE-Core rev: faae191e8c1920745e0ea9abf7b8b26eb4561096) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/scripts/runqemu-export-rootfs b/scripts/runqemu-export-rootfs index 3ee311235db..fec288accdf 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