TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

More weird NFS problems



After activating user quotas, nfs lockd fails with this error:

Starting NFS lockd: 
lockdsvc: Invalid argument
                                                           [FAILED]

So, I removed the quota stuff and STILL get this error now.

Linux 2.2.13 
knfsd-1.4.7-7

I looked at the code and it's very trivial:

lockd.c:
        if ((error = lockdsvc()) < 0)
                perror("lockdsvc");

lockdsvc.c:

int
lockdsvc()
{
        struct nfsctl_arg       arg;

        arg.ca_version = NFSCTL_VERSION;
        return nfsctl(LOCKDCTL_SVC, &arg, NULL);
}

I believe the nfsctl is a kernel API. I tried to get into RedHat's bugzilla
but its been down all day.

Any help from the list?


-- 
Bob Tanner <tanner@real-time.com>       | Phone : (612)943-8700
http://www.real-time.com                | Fax   : (612)943-8500
Key fingerprint =  6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9