Hi *! Security reasons decided me to use xinetd instead of inetd. I installed the xinetd-2.1.8.8p3-40.rpm on my SuSE 6.2 running a 2.1.16 kernel. On starting the daemon I receive following error message: modprobe: Can't locate module net-pf-10 What kernel option or anything else can help to get this module? Thanx, Boris.
Hi *!
Security reasons decided me to use xinetd instead of inetd. I installed the xinetd-2.1.8.8p3-40.rpm on my SuSE 6.2 running a 2.1.16 kernel. On starting the daemon I receive following error message:
modprobe: Can't locate module net-pf-10
It's ipv6 support. SuSE-7.0 comes with preliminary ipv6 support, a kernel module is responsible for it. If you want to get rid of the message, add alias net-pf-10 off to your /etc/modules.conf and `depmod -a´. If you have the module loaded already, you can't unload it any more. It may be a bug or it may happen intentionally, but it's annoying.
What kernel option or anything else can help to get this module?
Thanx, Boris.
So long, Roman. -- - - | Roman Drahtmüller <draht@suse.de> // "Caution: Cape does | SuSE GmbH - Security Phone: // not enable user to fly." | Nürnberg, Germany +49-911-740530 // (Batman Costume warning label) | - -
Again ... it doesn't work:
modprobe: Can't locate module net-pf-10
It's ipv6 support. SuSE-7.0 comes with preliminary ipv6 support, a kernel module is responsible for it. If you want to get rid of the message, add
alias net-pf-10 off
I have no /etc/modules.conf but I created it!
to your /etc/modules.conf and `depmod -a´.
depmod: *** Unresolved symbols in /lib/modules/2.2.16/fs/sysv.o I'm really confused now :~\ Boris.
alias net-pf-10 off I have no /etc/modules.conf but I created it!
Then you have a fairly old distribution that doesn't conform to the standards. I think you have an /etc/conf.modules then.
depmod: *** Unresolved symbols in /lib/modules/2.2.16/fs/sysv.o
I'm really confused now :~\
I think you recompiled your kernel without removing the modules directory before installing the kernel modules. This may be bad. Seems like you have to di it again...
Boris.
Roman. -- - - | Roman Drahtmüller <draht@suse.de> // "Caution: Cape does | SuSE GmbH - Security Phone: // not enable user to fly." | Nürnberg, Germany +49-911-740530 // (Batman Costume warning label) | - -
participants (2)
-
Boris Kantwerk
-
Roman Drahtmueller