Re: Permission Denied on "cd /sfs/server..."

David Caldwell <[email protected]> Thu, 14 Sep 2006 11:08:50 -0700
Newsgroups gmane.comp.file-systems.sfs.general
Message-ID <[email protected]>
On 9/14/06 9:05 PM +0300 Jaakko Niemi wrote:

> On Thu, 14 Sep 2006, David Caldwell wrote:
>> David Caldwell <david <at> porkrind.org> writes:
>>
>> $ sfskey login me@myserver
>> Passphrase for me@myserver/1024:
>> SFS Login as me@myserver
>> sfskey: fatal: agent: RPC: Unable to receive
>
>  Is portmap listening to localhost? What does rpcinfo -p 127.0.0.1 show?

$ rpcinfo -p 127.0.0.1
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp   1021  status
    100024    1   tcp   1012  status
    100021    0   udp   1008  nlockmgr
    100021    1   udp   1008  nlockmgr
    100021    3   udp   1008  nlockmgr
    100021    4   udp   1008  nlockmgr
    100021    0   tcp   1011  nlockmgr
    100021    1   tcp   1011  nlockmgr
    100021    3   tcp   1011  nlockmgr
    100021    4   tcp   1011  nlockmgr
    100005    1   udp    989  mountd
    100005    3   udp    989  mountd
    100005    1   tcp   1008  mountd
    100005    3   tcp   1008  mountd
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs

-David