On Tue, Sep 23, 2008 at 01:08:41AM +0800, Paul Wise wrote: > On Mon, 2008-09-22 at 13:40 +0100, Marcin Owsiany wrote: > > > Do you run cruft in the chroot or host system? > > Host system. > > > What does "mount" report in both of them? > > Outside: > > udev on /dev type tmpfs (rw,mode=0755) > proc on /proc type proc (rw,noexec,nosuid,nodev) > sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) > devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620) > /proc on /home/pabs/tmp/chianamo/proc type none (rw,bind)
Hm.. "type none" is a bit too generic to just ignore in the same way that for example sysfs is ignored. This is because someone might have a non-special filesystem bind-mounted somewhere and wanted files on it scanned in the bound-to location. Just adding "none" to the list of ignored filesystems would make this impossible. >From reading the code I think that cruft should properly ignore those bindmounts if you run with --ignore /home/pabs/tmp/chianamo or - alternatively - with an --ignore for each of the bindmount. I think that is what you want to do anyway... -- Marcin Owsiany <[EMAIL PROTECTED]> http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]