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:11:11 +0100 |
commit | e07033ae82cd65652cb7a2a523ef8e17c11e8142 (patch) | |
tree | 2ac7320c6094d93db730a69826585d41129d7ef8 | |
parent | b6b2ca051be32566df2c5289a2ab5ba4a6b03aa8 (diff) | |
download | poky-e07033ae82cd65652cb7a2a523ef8e17c11e8142.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
(From OE-Core rev: faae191e8c1920745e0ea9abf7b8b26eb4561096)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 3ee311235d..fec288accd 100755 --- a/scripts/runqemu-export-rootfs +++ b/scripts/runqemu-export-rootfs | |||
@@ -118,6 +118,9 @@ case "$1" in | |||
118 | echo " echo RPCBIND_OPTIONS=-i >> /etc/sysconfig/rpcbind" | 118 | echo " echo RPCBIND_OPTIONS=-i >> /etc/sysconfig/rpcbind" |
119 | echo " /etc/init.d/rpcbind restart" | 119 | echo " /etc/init.d/rpcbind restart" |
120 | echo "===============================================" | 120 | echo "===============================================" |
121 | echo "For Ubuntu 11.10 hosts" | ||
122 | echo "Add OPTIONS=\"-i -w\" to /etc/default/rpcbind" | ||
123 | echo "sudo service portmap restart" | ||
121 | fi | 124 | fi |
122 | exit 1 | 125 | exit 1 |
123 | fi | 126 | fi |