kernel BUG when removing a RPM

2007-09-27 Thread James Willcox
Hi, I encountered the following kernel BUG today when removing a RPM package (with 'rpm -e package'). I am running aufs from the 13th of this month on kernel 2.6.16. Any help is greatly appreciated. Thanks, James kernel BUG at /usr/src/packages/BUILD/aufs/obj/default/i_op.c:396! invalid

kernel BUG when removing a RPM

2007-09-27 Thread James Willcox
Hi, I encountered the following kernel BUG today when removing a RPM package (with 'rpm -e package'). I am running aufs from the 13th of this month on kernel 2.6.16. Any help is greatly appreciated. Thanks, James kernel BUG at /usr/src/packages/BUILD/aufs/obj/default/i_op.c:396! invalid

Re: updating atime

2007-04-01 Thread James Willcox
On Sun, 2007-04-01 at 18:27 +0200, Tomas M wrote: I was asking for similar feature in the past as well. If your problem is the same like mine, you'd be using copy-on-read feature which would copy-up all files where atime is updated. I think you simply need a log of files which are

updating atime

2007-03-31 Thread James Willcox
Hi, I would like to know if it's possible for aufs to update the atime on files when they are accessed. I am using the copy-on-write feature with squashfs and ext2, and having an updated atime would allow me to determine which files from the squashfs branch are unneeded (partially). Thanks,