[Clamav-users] dazuko : Invalid argument
hi, all guys, i got a messages,"FATAL: Error inserting dazuko". what can i do? Thanks a lot Remzi Configuration summary === module events = ON_OPEN ON_EXEC devfs support = no rsbac support = no stacking support = yes local __d_path() = yes module debug = no library 1.x compatibility = yes dr:/home/remzi/dazuko-2.2.0# make make -C /lib/modules/2.6.16.14/build SUBDIRS="/home/remzi/dazuko-2.2.0" modules make[1]: Entering directory `/usr/src/linux-2.6.16.14' CC [M] /home/remzi/dazuko-2.2.0/dazuko_core.o CC [M] /home/remzi/dazuko-2.2.0/dazuko_transport.o CC [M] /home/remzi/dazuko-2.2.0/dazuko_linux26_lsm.o CC [M] /home/remzi/dazuko-2.2.0/dazuko_linux26.o LD [M] /home/remzi/dazuko-2.2.0/dazuko.o Building modules, stage 2. MODPOST CC /home/remzi/dazuko-2.2.0/dazuko.mod.o LD [M] /home/remzi/dazuko-2.2.0/dazuko.ko make[1]: Leaving directory `/usr/src/linux-2.6.16.14' touch dummy_rule dr:/home/remzi/dazuko-2.2.0# make install mkdir -p /lib/modules/2.6.16.14/extra cp dazuko.ko /lib/modules/2.6.16.14/extra /sbin/depmod -ae dr:/home/remzi/dazuko-2.2.0# modprobe dazuko FATAL: Error inserting dazuko (/lib/modules/2.6.16.14/extra/dazuko.ko): Invalid argument dr:/home/remzi/dazuko-2.2.0# ___ http://lurker.clamav.net/list/clamav-users.html
Re: [Clamav-users] dazuko : Invalid argument
Remzi AKYÜZ wrote: > hi, all guys, > i got a messages,"FATAL: Error inserting dazuko". > > what can i do? > > Thanks a lot > Remzi > > > Configuration summary > === > > module events = ON_OPEN ON_EXEC > devfs support = no > rsbac support = no > stacking support = yes > local __d_path() = yes > module debug = no > library 1.x compatibility = yes > > dr:/home/remzi/dazuko-2.2.0# make > make -C /lib/modules/2.6.16.14/build SUBDIRS="/home/remzi/dazuko-2.2.0" > modules > make[1]: Entering directory `/usr/src/linux-2.6.16.14' > CC [M] /home/remzi/dazuko-2.2.0/dazuko_core.o > CC [M] /home/remzi/dazuko-2.2.0/dazuko_transport.o > CC [M] /home/remzi/dazuko-2.2.0/dazuko_linux26_lsm.o > CC [M] /home/remzi/dazuko-2.2.0/dazuko_linux26.o > LD [M] /home/remzi/dazuko-2.2.0/dazuko.o > Building modules, stage 2. > MODPOST > CC /home/remzi/dazuko-2.2.0/dazuko.mod.o > LD [M] /home/remzi/dazuko-2.2.0/dazuko.ko > make[1]: Leaving directory `/usr/src/linux-2.6.16.14' > touch dummy_rule > dr:/home/remzi/dazuko-2.2.0# make install > mkdir -p /lib/modules/2.6.16.14/extra > cp dazuko.ko /lib/modules/2.6.16.14/extra > /sbin/depmod -ae > dr:/home/remzi/dazuko-2.2.0# modprobe dazuko > FATAL: Error inserting dazuko (/lib/modules/2.6.16.14/extra/dazuko.ko): > Invalid argument > dr:/home/remzi/dazuko-2.2.0# > > ___ > http://lurker.clamav.net/list/clamav-users.html Remzi Check your dmesg for error messages. For dazuko to work you have to config your kernel with SECURITY_CAPABILITIES enabled (or as a module). Maybe that's whats missing? Emil Ljungdahl ___ http://lurker.clamav.net/list/clamav-users.html
Re: [Clamav-users] dazuko : Invalid argument
Emil Ljungdahl wrote: Remzi AKYÜZ wrote: hi, all guys, i got a messages,"FATAL: Error inserting dazuko". what can i do? Thanks a lot Remzi Configuration summary === module events = ON_OPEN ON_EXEC devfs support = no rsbac support = no stacking support = yes local __d_path() = yes module debug = no library 1.x compatibility = yes dr:/home/remzi/dazuko-2.2.0# make make -C /lib/modules/2.6.16.14/build SUBDIRS="/home/remzi/dazuko-2.2.0" modules make[1]: Entering directory `/usr/src/linux-2.6.16.14' CC [M] /home/remzi/dazuko-2.2.0/dazuko_core.o CC [M] /home/remzi/dazuko-2.2.0/dazuko_transport.o CC [M] /home/remzi/dazuko-2.2.0/dazuko_linux26_lsm.o CC [M] /home/remzi/dazuko-2.2.0/dazuko_linux26.o LD [M] /home/remzi/dazuko-2.2.0/dazuko.o Building modules, stage 2. MODPOST CC /home/remzi/dazuko-2.2.0/dazuko.mod.o LD [M] /home/remzi/dazuko-2.2.0/dazuko.ko make[1]: Leaving directory `/usr/src/linux-2.6.16.14' touch dummy_rule dr:/home/remzi/dazuko-2.2.0# make install mkdir -p /lib/modules/2.6.16.14/extra cp dazuko.ko /lib/modules/2.6.16.14/extra /sbin/depmod -ae dr:/home/remzi/dazuko-2.2.0# modprobe dazuko FATAL: Error inserting dazuko (/lib/modules/2.6.16.14/extra/dazuko.ko): Invalid argument dr:/home/remzi/dazuko-2.2.0# ___ http://lurker.clamav.net/list/clamav-users.html Remzi Check your dmesg for error messages. For dazuko to work you have to config your kernel with SECURITY_CAPABILITIES enabled (or as a module). Maybe that's whats missing? Emil Ljungdahl ___ http://lurker.clamav.net/list/clamav-users.html Emil, Thanks a lot. rmmod capability insmod /lib/modules/2.6.16.14/extra/dazuko.ko modprobe capability all of thinks is ok. Remzi AKYÜZ ___ http://lurker.clamav.net/list/clamav-users.html