diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-10-04 12:32:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 23:08:20 +0100 |
commit | faae191e8c1920745e0ea9abf7b8b26eb4561096 (patch) | |
tree | 2efb200b40a2500a150355ab25d9a76bb1658299 /scripts/runqemu-export-rootfs | |
parent | 780685bbaf6d6f74aed77c412686592d6b9cf8e5 (diff) | |
download | openembedded-core-contrib-faae191e8c1920745e0ea9abf7b8b26eb4561096.tar.gz |
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@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-export-rootfs')
-rwxr-xr-x | 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 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 |