autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf hangs due to autom4te.cache and NFS problem on AIX


From: Chris Pickett
Subject: Re: autoconf hangs due to autom4te.cache and NFS problem on AIX
Date: Sat, 23 Feb 2008 11:44:46 -0500
User-agent: Thunderbird 1.5.0.14 (Macintosh/20071210)

Chris Pickett wrote:
~/test $ rm -rf autom4te.cache
rm: cannot remove directory `autom4te.cache': File exists
~/test $ ll autom4te.cache/
total 12K
-rw-r--r-- 1 pickett xxx 12K Feb 23 10:39 .nfsD1831
~/test $ rm autom4te.cache/.nfsD1831
~/test $ ll autom4te.cache/
total 12K
-rw-r--r-- 1 pickett xxx 12K Feb 23 10:39 .nfsE1831
~/test $ fuser autom4te.cache/.nfsE1831
autom4te.cache/.nfsE1831:
~/test $ fuser autom4te.cache/
autom4te.cache/:
~/test $ fuser -d -u -V autom4te.cache/.nfsE1831
autom4te.cache/.nfsE1831:

~/test $ fuser -d -u -V autom4te.cache/
autom4te.cache/:

~/test $ lsof
-bash: lsof: command not found

I have nothing else besides login processes running. It is possible that root has something, but I don't know what it is.

~/test $ ps auxww | grep root | grep nfs
root      508156  0.1  0.0 6888 6732      - A      Jan 02 555:06 nfsd
root 778472 0.0 0.0 612 616 - A Jan 26 2:40 ./nfs_stat AIX 30 root 454720 0.0 0.0 156 20 - A Jan 02 0:00 /usr/sbin/nfsd 3891

Note that aclocal/autom4te apparently create a 'requests' file in autom4te.cache.

$ man fuser
-c Reports on any open files in the file system containing File.

-d Implies the use of the -c and -x flags. Reports on any open files which have been unlinked from the file system (deleted from the parent directory). When used in conjunction with the -V flag, it also reports the inode number and size of the deleted file.

The behaviour of the flags doesn't really match the manual.

~/test $ fuser -d autom4te.cache/requests
autom4te.cache/requests:
~/test $ fuser -c autom4te.cache/requests
autom4te.cache/requests: 307384c 516182c 520378c 614424c 634950c 639130c 671804c 675954c 688286c 704602 708752c 725142c 729104c 737414c 749730c 757878c 774170c 798798c 815332c 843876c 917722c 921618c 925738c 942286 946384c 954580 983048c 1036504c 1044600c 1048702c 1069108c 1077390c 1085622c 1171458c 1179794c 1188018c 1220622c 1224890c 1392676c 1405180c 1449996c

and I am not the user for many of those. -V doesn't say any more except "vfs" besides every process, and for three of them, "fd=63" (I am not the user of those).

Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]