atom feed67 messages in org.freebsd.freebsd-hackers[ANN] unionfs patchset-11 release
FromSent OnAttachments
Masanori OZAWADec 28, 2005 7:45 pm 
Masanori OZAWADec 28, 2005 10:19 pm 
Dario FreniDec 29, 2005 8:11 am 
Danny BranissJan 1, 2006 11:51 pm 
Masanori OZAWAJan 5, 2006 3:26 am 
Masanori OZAWAJan 5, 2006 4:26 am 
Daichi GOTOJan 9, 2006 6:08 am 
Matteo RiondatoJan 10, 2006 12:21 am 
Masanori OZAWAJan 10, 2006 3:04 am 
Daichi GOTOJan 14, 2006 10:32 am 
Dario FreniJan 17, 2006 9:30 am 
Dario FreniFeb 4, 2006 7:06 pm 
Daichi GOTOFeb 4, 2006 9:20 pm 
Danny BranissFeb 5, 2006 1:54 am 
Daichi GOTOFeb 5, 2006 2:15 am 
Dario FreniFeb 5, 2006 11:49 am 
Dario FreniFeb 6, 2006 1:19 am 
Daichi GOTOFeb 6, 2006 2:18 am 
Daichi GOTOFeb 6, 2006 3:33 am 
Daichi GOTOFeb 9, 2006 6:05 am 
Dario FreniFeb 9, 2006 12:13 pm 
Cy SchubertFeb 9, 2006 8:23 pm 
Dario FreniFeb 10, 2006 11:34 am 
Daichi GOTOFeb 12, 2006 7:17 pm 
Daichi GOTOMar 15, 2006 9:17 am 
Daichi GOTOMar 15, 2006 9:25 am 
Daichi GOTOMar 16, 2006 3:15 am 
Daichi GOTOMar 16, 2006 6:12 am 
Scott LongMar 16, 2006 12:36 pm 
Jan MikkelsenMar 16, 2006 2:01 pm 
Peter BlokMar 16, 2006 2:25 pm 
Danny BranissMar 17, 2006 9:11 am 
Jacques MarneweckMar 17, 2006 12:38 pm 
Alexander LeidingerMar 17, 2006 2:08 pm 
Scott LongMar 17, 2006 3:34 pm 
Kris KennawayMar 17, 2006 5:33 pm 
Kris KennawayMar 19, 2006 6:19 pm 
Daichi GOTOMar 20, 2006 7:17 am 
Dario FreniMar 21, 2006 1:44 am 
Daichi GOTOApr 5, 2006 1:46 pm 
Kris KennawayApr 5, 2006 5:37 pm 
Daichi GOTOApr 6, 2006 9:24 am 
Daichi GOTOApr 25, 2006 12:19 pm 
Robert WatsonApr 25, 2006 12:56 pm 
Munehiro MatsudaApr 25, 2006 3:48 pm 
Kris KennawayApr 25, 2006 5:55 pm 
Daichi GOTOApr 26, 2006 12:24 pm 
Daichi GOTOApr 26, 2006 1:26 pm 
Daichi GOTOApr 26, 2006 1:43 pm 
Daichi GOTOApr 26, 2006 2:13 pm 
Fabian KeilApr 26, 2006 3:03 pm 
Fabian KeilApr 26, 2006 3:46 pm 
Fabian KeilApr 26, 2006 6:44 pm 
Daichi GOTOMay 25, 2006 3:09 pm 
Daichi GOTOMay 30, 2006 1:47 pm 
Dag-Erling SmørgravMay 31, 2006 4:47 am 
Wilko BulteMay 31, 2006 4:53 am 
Dag-Erling SmørgravMay 31, 2006 5:44 am 
Alexander LeidingerMay 31, 2006 5:48 am 
Alexander LeidingerMay 31, 2006 5:48 am 
André BragaMay 31, 2006 11:57 am 
Daichi GOTOJun 1, 2006 5:05 am 
Robert WatsonJun 1, 2006 5:58 am 
André BragaJun 2, 2006 4:30 am 
Dario FreniJun 2, 2006 8:43 pm 
Hiroo OnoJun 11, 2006 12:04 am 
Daichi GOTOJun 11, 2006 6:58 pm 
Subject:[ANN] unionfs patchset-11 release
From:Fabian Keil (free@fabiankeil.de)
Date:Apr 26, 2006 3:03:55 pm
List:org.freebsd.freebsd-hackers

Daichi GOTO <dai@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