Date: Wed, 26 Apr 2006 23:13:26 +0900 From: Daichi GOTO <daichi@freebsd.org> To: Fabian Keil <freebsd-listen@fabiankeil.de> Cc: ozawa@ongs.co.jp, freebsd-hackers@freebsd.org, Daichi GOTO <daichi@freebsd.org>, freebsd-fs@freebsd.org, freebsd-current@freebsd.org, Kris Kennaway <kris@obsecurity.org> Subject: Re: [ANN] unionfs patchset-11 release Message-ID: <444F8006.6010609@freebsd.org> In-Reply-To: <20060426151557.3a46dfbd@localhost> References: <E1F5gbI-000Eea-B7@cs1.cs.huji.ac.il> <43E5D052.3020207@freebsd.org> <43E656C7.8040302@freesbie.org> <43E6D5C8.4050405@freebsd.org> <43E71485.5040901@freesbie.org> <43E73330.8070101@freebsd.org> <43EB4C00.2030101@freebsd.org> <4417DD8D.3050201@freebsd.org> <4433CA53.5050000@freebsd.org> <444E13BA.8050902@freebsd.org> <20060425175553.GA56011@xor.obsecurity.org> <444F663D.9060905@freebsd.org> <20060426151557.3a46dfbd@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
Fabian Keil wrote: > Looks like the attachment was filtered. > > I got a different panic on > FreeBSD TP51.local 6.1-RC FreeBSD 6.1-RC #22: Wed Apr 26 13:25:57 CEST 2006 > after mounting an empty directory above /usr/src, > applying a patch and using find's -type f option shortly afterwards > to show the files in the directory on top: Muuuu... We tried as follow, but we could not get the same error :( It looks very fine. # cd /usr/ # mkdir hoge # mount_unionfs -c transparent -o noatime /usr/hoge /usr/src # cd src # find . -type f &; find . -type f &; find . -type f & # cd /usr/ # umount /usr/src # rm -r hoge # mkdir hoge # mount_unionfs -c transparent /usr/hoge /usr/src # cd src # find . -type f &; find . -type f &; find . -type f & What do you make of it? -- Daichi GOTO, http://people.freebsd.org/~daichi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?444F8006.6010609>