FS#15067 - [aufs2] can't work right if compile separate from kernel

Attached to Project: Arch Linux
Opened by christopher rogers (godane) - Friday, 12 June 2009, 03:43 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 12 June 2009, 16:46 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

There is a a lot of warnings and undefined functions for aufs2 package. Export and bdev_loop have this problem. I think these only work if aufs2 is build with the kernel. These errors make aufs not work. The good news is without export and bdev_loop aufs works fine.

here is what the errors look like:

WARNING: "au_xigen_clr" [/home/arch/abs/aufs2/src/aufs2-2.6.30_20090611/fs/aufs/aufs.ko] undefined!
WARNING: "au_xigen_new" [/home/arch/abs/aufs2/src/aufs2-2.6.30_20090611/fs/aufs/aufs.ko] undefined!
WARNING: "au_test_loopback_kthread" [/home/arch/abs/aufs2/src/aufs2-2.6.30_20090611/fs/aufs/aufs.ko] undefined!
WARNING: "au_export_init" [/home/arch/abs/aufs2/src/aufs2-2.6.30_20090611/fs/aufs/aufs.ko] undefined!
WARNING: "au_xigen_set" [/home/arch/abs/aufs2/src/aufs2-2.6.30_20090611/fs/aufs/aufs.ko] undefined!
WARNING: "au_test_loopback_overlap" [/home/arch/abs/aufs2/src/aufs2-2.6.30_20090611/fs/aufs/aufs.ko] undefined!
WARNING: "au_xigen_inc" [/home/arch/abs/aufs2/src/aufs2-2.6.30_20090611/fs/aufs/aufs.ko] undefined!


Additional info:
aufs2-2.6.30_20090611-1

Steps to reproduce:
/bin/mount -t aufs -o nowarn_perm,br:/changes=rw aufs /union
You get mount: not a device or something like it

This task depends upon

Closed by  Tobias Powalowski (tpowa)
Friday, 12 June 2009, 16:46 GMT
Reason for closing:  Fixed
Comment by Tobias Powalowski (tpowa) - Friday, 12 June 2009, 08:31 GMT
will be fixed in -2 kernel, added in kernel building again.

Loading...