Отправляет email-рассылки с помощью сервиса Sendsay

Снова Mandrake 10.1 - установка dazuko

Пришлось заняться новым для себя делом - сборкой отдельных модулей
"вручную", так как скаченная версия отказалась компилиться по причине
наличия ее же в исходниках ядра 2.6.8.1-12mdk.
Кому интересно - вот ссылочка на понятное руководство
http://www.linuxcenter.ru/lib/books/lkmpg.phtml#WHATISAKERNELMODULE

Собрал значит модуль, пытаюсь его загрузить

insmod /lib/modules/2.6.8.1-12mdk/kernel/security/dazuko.ko
FATAL: Error inserting dazuko
(/lib/modules/2.6.8.1-12mdk/kernel/security/dazuko.ko): Invalid argument

в /var/log/messages:
kernel: There is already a security framework initialized,
register_security failed.
Aug 29 22:44:28 preksum kernel: dazuko: failed to register

на что есть соответственно уже ответ в faq:
This occurs because another security module is already loaded and is not
allowing Dazuko to be loaded. In order to allow multiple security
modules, Linux 2.6 supports stacking. Unfortunately some modules do not
implement this, which makes it impossible to load additional security
modules. Dazuko does support stacking correctly. If you make sure that
Dazuko is the first loaded security module, than other modules can also
be loaded.

Typically the problem is the "capability" module. You can verify that
this is the problem by unloading the "capability" module, loading
Dazuko, and then reloading the "capability" module:

# rmmod capability
# insmod ./dazuko.ko
# modprobe capability

If this was indeed the problem, you can usually configure your system
to load modules in a specific order. This varies between Linux
distributions.

Вопрос - а какой собственно модуль выгружать? Все вроде приличные и
должны работать корректно:

iptable_filter 2080 1
iptable_mangle 2080 0
iptable_nat 21164 0
ip_conntrack 28616 1 iptable_nat
ip_tables 14624 3 iptable_filter,iptable_mangle,iptable_nat
sd_mod 19232 2
usb-storage 65504 1
scsi_mod 104044 2 sd_mod,usb-storage
ppp_deflate 4736 0
zlib_deflate 22392 1 ppp_deflate
bsd_comp 5152 0
ppp_async 8896 1
crc-ccitt 1664 1 ppp_async
ppp_generic 24468 7 ppp_deflate,bsd_comp,ppp_async
slhc 6112 1 ppp_generic
snd-seq-midi 6624 0
snd-seq-oss 31232 0
snd-seq-midi-event 6080 2 snd-seq-midi,snd-seq-oss
snd-seq 47440 5 snd-seq-midi,snd-seq-oss,snd-seq-midi-event
snd-pcm-oss 49480 0
snd-mixer-oss 17376 1 snd-pcm-oss
snd-ens1371 18980 1
snd-rawmidi 19300 2 snd-seq-midi,snd-ens1371
snd-seq-device 6344 4 snd-seq-midi,snd-seq-oss,snd-seq,snd-rawmidi
snd-pcm 81800 2 snd-pcm-oss,snd-ens1371
snd-timer 20356 2 snd-seq,snd-pcm
snd-page-alloc 7400 1 snd-pcm
snd-ac97-codec 69392 1 snd-ens1371
gameport 3328 1 snd-ens1371
snd 45988 12
snd-seq-oss,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-ens1371,snd-rawmidi,snd-seq-device,snd-pcm,snd-timer,snd-ac97-codec
soundcore 7008 1 snd
md5 3584 1
ipv6 230916 10
lp 9548 0
parport_pc 30976 1
parport 33896 2 lp,parport_pc
af_packet 16072 2
floppy 55088 0
8139too 20928 0
mii 4224 1 8139too
ide-cd 37280 0
cdrom 37724 1 ide-cd
nls_iso8859-1 3680 1
isofs 31352 1
loop 12520 2
nls_koi8-u 4768 2
nls_cp866 4768 2
vfat 11168 2
fat 39776 1 vfat
supermount 34804 1
via-agp 7360 1
agpgart 27752 1 via-agp
uhci-hcd 28752 0
usbcore 103172 4 usb-storage,uhci-hcd
ext3 120680 2
jbd 49080 1 ext3

-*Название листа "Linux: разрешение вопросов, перспективы и общение";
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Адрес правил листа http://subscribe.ru/catalog/comp.soft.linux.discuss/rules
Номер письма: 21136; Возраст листа: 766; Участников: 1402
Адрес сайта рассылки: http://www.linuxrsp.ru
Адрес этого письма в архиве: http://subscribe.ru/archive/comp.soft.linux.discuss/msg/426250

Ответить   Mon, 29 Aug 2005 22:49:12 +0400 (#426250)