Re: [ANN] unionfs patchset-11 release

[ Available lists | Index of freebsd-fs | Month of Apr 2006 | Week of 26 Apr 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Fabian Keil <freebsd-listen@fabiankeil.de>
Date
26 Apr 2006 15:04:00
Subject
Re: [ANN] unionfs patchset-11 release
Message-ID
20060426170335.40e95f36@localhost


[ Hide this part ]
Daichi GOTO <daichi@freebsd.org> wrote:

> 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?

I didn't give you enough information, sorry.

What I'm doing is:

fk@TP51 ~ $mkdir /tmp/unionfs-src/
fk@TP51 ~ $mount_unionfs /tmp/unionfs-src /usr/src
fk@TP51 ~ $cd /usr/src
fk@TP51 /usr/src $patch -p1 < ~/test/combi.patch
fk@TP51 /usr/src $find /tmp/unionfs-src/ -type f
[Panic]

~/test/combi.patch changes about twenty files.

I'm not sure if it's important, but /usr was mounted
readonly and /tmp is a different file system.

My kernel has options WITNESS enabled.

The last step doesn't seem to be the only way to
get a problem, I tried the first four steps again
and umount /usr/src resulted in a reboot.

I was running Xorg and didn't get a panic, but I'll
try again without Xorg, to see if it's the same problem.

Fabian
--
http://www.fabiankeil.de/


[ Show this part (application/pgp-signature) ]

Elapsed time: 0.242 seconds