Bug 249199 - nfs-utils-1.0.12-4.fc7 doesn't work with kernel-2.6.22.1-27.fc7
Summary: nfs-utils-1.0.12-4.fc7 doesn't work with kernel-2.6.22.1-27.fc7
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nfs-utils
Version: 7
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 418441
TreeView+ depends on / blocked
 
Reported: 2007-07-22 13:52 UTC by H.J. Lu
Modified: 2008-03-03 15:05 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-03-03 15:05:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description H.J. Lu 2007-07-22 13:52:44 UTC
With kernel-2.6.22.1-27.fc7, I got

[root@lake testsuite]# /etc/init.d/nfs start
Starting NFS services:                                     [  OK  ]
Starting NFS quotas: Cannot register service: RPC: Authentication error; why =
Client credential too weak
rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp).
                                                           [FAILED]
Starting NFS daemon:                                       [FAILED]
Starting NFS mountd: Cannot register service: RPC: Authentication error; why =
Client credential too weak
                                                           [FAILED]
[root@lake testsuite]# dmesg
...
call_verify: server localhost requires stronger authentication.
RPC: failed to contact local rpcbind server (errno 13).


I have 2 interfaces, eth0 and eth1. nfs-utils doesn't use loopback
interface and I have to put

RPCBIND_ARGS="-i"

in /etc/sysconfig/rpcbind.

bash-3.2$ man rpcbind
...
     -i      “Insecure” mode.  Allow calls to SET and UNSET from any host.
             Normally rpcbind accepts these requests only from the loopback
             interface for security reasons.  This change is necessary for
             programs that were compiled with earlier versions of the rpc
             library and do not make those requests using the loopback inter-
             face.

Comment 1 Song, Youquan 2008-03-03 02:09:00 UTC
With kernel-2.6.24-2.fc9, this bug is fixed.
[root@bensley-fedora9 ~]# /etc/init.d/nfs restart
Shutting down NFS mountd:                                  [  OK  ]
Shutting down NFS daemon:                                  [  OK  ]
Shutting down NFS quotas:                                  [  OK  ]
Shutting down NFS services:                                [  OK  ]
Starting NFS services:                                     [  OK  ]
Starting NFS quotas:                                       [  OK  ]
Starting NFS daemon:                                       [  OK  ]
Starting NFS mountd:                                       [  OK  ]




Note You need to log in before you can comment on or make changes to this bug.