| Submitter | Khem Raj |
|---|---|
| Date | Oct. 4, 2011, 7:32 p.m. |
| Message ID | <1317756763-21114-1-git-send-email-raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/12743/ |
| State | New, archived |
| Headers | show |
Comments
On Tue, 2011-10-04 at 12:32 -0700, Khem Raj wrote: > 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(-) Merged to master, thanks. Nice to have this fix documented :) Cheers, Richard
Patch
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
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(-)