This testcase causes segmentation fault on my computer (kernel 2.6.12.2,
SMP)
Using Unionfs-1.1.1 compiled without debug, with
EXTRACFLAGS=-DUNIONFS_NDEBUG -DSUPORT_BROKEN_LOSETUP
#!/bin/bash
mkdir ro1
mkdir -p ro2/etc
mkdir ro3
mkdir rw
mkdir union
mount -t unionfs -o dirs=rw=rw:ro1=ro:ro2=ro:ro3=ro unionfs union
echo ahoj >union/etc/rc.cupsd.new
mv union/etc/rc.cupsd.new union/etc/rc.cupsd
Tomas M
slax.org
_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs