PUFFS FAF and vnode locking

2012-06-27 Thread Emmanuel Dreyfus
Hi PUFFS uses Fire-And-Forget (FAF) operations for various situations. These are request that are sent and a reply is not awaiten. It is used for instance with SETATTR for flushing atime/mtime updates. That means the kernel starts an operation on a locked vnode and unlocks the vnode without

Re: Problem with chown

2012-06-27 Thread Hisashi T Fujinaka
On Wed, 27 Jun 2012, David Lord wrote: Problem with chown I've found that I have two files on with same name on several of my systems: -r-xr-xr-x 2 root wheel 9256 Feb 2 16:54 /usr/sbin/chown MD5 (/usr/sbin/chown) = fce92081f7907b04f0063e2f17f7f4e6 9256 Feb 2 16:54 /usr/sbin/chown

Re: Problem with chown

2012-06-27 Thread Paul Goyette
This is on a 6.99.5 port-amd64 from early April... # where chown | xargs ls -l -r-xr-xr-x 1 root wheel 12629 Apr 20 18:39 /sbin/chown lrwxrwxr-x 1 root wheel 11 Mar 26 10:52 /usr/sbin/chown - /sbin/chown # On Wed, 27 Jun 2012, David Lord wrote: Problem with chown I've found that

Re: Problem with chown

2012-06-27 Thread David Lord
On 27 Jun 2012 at 15:43, Paul Goyette wrote: This is on a 6.99.5 port-amd64 from early April... # where chown | xargs ls -l -r-xr-xr-x 1 root wheel 12629 Apr 20 18:39 /sbin/chown lrwxrwxr-x 1 root wheel 11 Mar 26 10:52 /usr/sbin/chown - /sbin/chown # Thanks The file is from

Re: Problem with chown

2012-06-27 Thread Hisashi T Fujinaka
On Wed, 27 Jun 2012, Hisashi T Fujinaka wrote: On Wed, 27 Jun 2012, David Lord wrote: Problem with chown I've found that I have two files on with same name on several of my systems: -r-xr-xr-x 2 root wheel 9256 Feb 2 16:54 /usr/sbin/chown MD5 (/usr/sbin/chown) =

Re: Problem with chown

2012-06-27 Thread Paul Goyette
And from a recent build.sh -u release I have the same thing: # cd /build/netbsd-local/dest/amd64/ # ls -l sbin/chown usr/sbin/chown -r-xr-xr-x 1 root wheel 12629 Jun 24 11:11 sbin/chown lrwxrwxr-x 1 root wheel 11 Mar 26 10:52 usr/sbin/chown - /sbin/chown # On Wed, 27 Jun 2012, Paul

re: Problem with chown

2012-06-27 Thread matthew green
I've found that I have two files on with same name on several of my systems: -r-xr-xr-x 2 root wheel 9256 Feb 2 16:54 /usr/sbin/chown MD5 (/usr/sbin/chown) = fce92081f7907b04f0063e2f17f7f4e6 9256 Feb 2 16:54 /usr/sbin/chown above seems to work as expected -r-xr-xr-x 1

New people always bring new stories and impressions. I brought you some:)

2012-06-27 Thread Leonarda Mattox
Hey handsome! (; My name is Leonarda. I've been looking around the world for true lover, is it you?!;) Really hope to hear from u soon ))

Re: PUFFS FAF and vnode locking

2012-06-27 Thread YAMAMOTO Takashi
hi, Hi PUFFS uses Fire-And-Forget (FAF) operations for various situations. These are request that are sent and a reply is not awaiten. It is used for instance with SETATTR for flushing atime/mtime updates. That means the kernel starts an operation on a locked vnode and unlocks the