Bernd Adda schrieb: > John Ogness schrieb: >> On 2009-03-15, Erik P. Olsen <[email protected]> wrote: >>> When compiling dazuko-2.3.6 I get the following errors: >>> >>> [r...@epohost dazuko-2.3.6]# make make -C >>> /lib/modules/2.6.27.19-170.2.35.fc10.i686/build >>> SUBDIRS="/downloads/Dazuko/dazuko-2.3.6" modules [...] >> >> In order to use Dazuko 2.3.6 with your kernel (2.6.27), you need >> to configure it to work with RedirFS. A very quick HOWTO was >> posted to the dazuko-devel mailing list: >> >> http://lists.gnu.org/archive/html/dazuko-devel/2009-02/msg00026.html >> >> >> John Ogness >> > > hi > > I think, I did, what is written and I got modules, but > dmesg told me: > > Redirecting File System Framework Version 0.6 <www.redirfs.org> > dazuko: no symbol version for redirfs_delete_filter > dazuko: Unknown symbol redirfs_delete_filter > dazuko: no symbol version for redirfs_add_path > dazuko: Unknown symbol redirfs_add_path > dazuko: no symbol version for redirfs_set_operations > dazuko: Unknown symbol redirfs_set_operations > dazuko: no symbol version for redirfs_put_path > dazuko: Unknown symbol redirfs_put_path > dazuko: no symbol version for redirfs_unregister_filter > dazuko: Unknown symbol redirfs_unregister_filter > dazuko: no symbol version for redirfs_register_filter > dazuko: Unknown symbol redirfs_register_filter > > and please see here: > > adda:~ # modprobe dazuko > FATAL: Error inserting dazuko > (/lib/modules/2.6.27.19-3.2-3/extra/dazuko.ko): Unknown symbol in > module, or unknown parameter (see dmesg) > adda:~ # > > adda:/usr/src/dazuko-2.3.6 # /sbin/insmod ./dazuko.ko > insmod: error inserting './dazuko.ko': -1 Unknown symbol in module > adda/usr/src/dazuko-2.3.6 # > > Thank you > Kind Regards > Bernd Adda >
sorry, I forgot to show you adda:/usr/src/dazuko-2.3.6 # ./configure --redirfsdir=`pwr/src/redirfs-0.6 checking host system type... Linux checking for make utility... ok (make) checking for C compiler... ok (cc) kernel source in /lib/modules/2.6.27.19-3.2-3/source... yes kernel build source in /lib/modules/2.6.27.19-3.2-3/build... yes acquiring Linux kernel code configuration... ok checking if Linux is RSBAC patched... no checking if devfs is enabled... no discovered host system... Linux (2.6.27) checking for RedirFS source code... not found error: please make sure the RedirFS code is available in /usr/src/da2.3.6/usr/src/redirfs-0.6 adda:/usr/src/dazuko-2.3.6 # I only could configure it with adda:/usr/src/dazuko-2.3.6 # ./configure --disable-local-dpath --redirfsdir=/usr/src/redirfs-0.6 checking host system type... Linux checking for make utility... ok (make) checking for C compiler... ok (cc) kernel source in /lib/modules/2.6.27.19-3.2-3/source... yes kernel build source in /lib/modules/2.6.27.19-3.2-3/build... yes acquiring Linux kernel code configuration... ok checking if Linux is RSBAC patched... no checking if devfs is enabled... no discovered host system... Linux (2.6.27) checking for RedirFS source code... found (/usr/src/redirfs-0.6) identifying device API... ok inspecting class type... ok (class) inspecting nameidata type... ok (path) inspecting suspend function... ok (suspend2) inspecting task_struct structure... ok (using parent) disabling ON_CLOSE events (not available for Linux 2.6 LSM/RedirFS) configure: creating Makefile configure: creating library/Makefile configure: creating example_c/Makefile ./configure successful ======================= Configuration summary ======================= module events = ON_OPEN ON_EXEC devfs support = no rsbac support = no stacking support = no path resolution = registered daemon context module debug = no library 1.x compatibility = yes adda:/usr/src/dazuko-2.3.6 # ./. ---./. adda:/usr/src/dazuko-2.3.6 # cd wieselsdachsbau:~ # grep __d_path /proc/kallsyms c01992e3 T __d_path adda:~ # Regards Bernd Adda _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
