]> code.ossystems Code Review - openembedded-core.git/commitdiff
runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem
authorKhem Raj <raj.khem@gmail.com>
Tue, 4 Oct 2011 19:32:43 +0000 (12:32 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Oct 2011 22:08:20 +0000 (23:08 +0100)
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>
scripts/runqemu-export-rootfs

index 3ee311235db87f0b62f46ee653bc1fef7b3db0cc..fec288accdf67dd1d3d72c7d3fcfa4de49214fa4 100755 (executable)
@@ -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