Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2008 11:36:19 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        lysergius2001 <lysergius2001@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: RPC: Authentication error
Message-ID:  <6BE77E9C-4EB3-43CD-A4AE-9853122850EA@mac.com>
In-Reply-To: <a558ebe30808271030q491ecf8ew652502f39d6013b6@mail.gmail.com>
References:  <a558ebe30808271030q491ecf8ew652502f39d6013b6@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi--

On Aug 27, 2008, at 10:30 AM, lysergius2001 wrote:
> rpcinfo -p server results in :
> rpcinfo: can't contact portmapper: RPC: Authentication error; why =  
> Client
> credential too weak
>
> ps-aux | grep rpcbind shows the rpc daemon running...
>
> /etc/hosts.allow has the names of the 3 machines on my network...
>
> Any insights would be most welcome as I am clean out of ideas... duh?

If you check the logs on the server, you'll probably see something like:

   mountd[95]: mount request from 10.0.0.20 from unprivileged port

...the mount or rpcinfo requests use a high port if run as a normal  
user and that gives an error; try running these as root from a full  
root-login (ie, login as root on console or use "su -l", not via sudo).

Regards,
-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6BE77E9C-4EB3-43CD-A4AE-9853122850EA>