Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2001 21:53:55 -0700 (PDT)
From:      Matt Dillon <dillon@earth.backplane.com>
To:        Dan Phoenix <dphoenix@bravenet.com>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: high cpu spikes
Message-ID:  <200106160453.f5G4rtl57912@earth.backplane.com>
References:   <Pine.BSO.4.21.0106151754220.20106-100000@gandalf.bravenet.com>

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

:
:
:nfs_getpages: error 70
:vm_fault: pager read error, pid 72424 (httpd)
:
:
:I get occasional cpu spikes for like 10-20 sec occasionally
:wondering what this is from.....i am thinking nfs timeout maybe....
:i am ready got maxusers set to 500.
:
:--
:Dan

    error 70 is 'stale NFS file handle', which means that the web server
    running on the NFS client tried to access a page from a file that has 
    been ripped out from under it (probably by the NFS server itself since
    client deletions usually use the NFS rename hack).

    The only safe solution is to figure out what is deleting or overwriting
    the file and make it rename the file to something else instead, then have
    a cron job that goes in every so often and deletes the renamed files
    over X amount of time old.

						-Matt


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106160453.f5G4rtl57912>