OK, thanks.
> However there are problems: Basically, the autoload fails.
> My eth0/eth1 (both use 8139too) are down.
> The iptables modules do not load so the iptables service is failing.
> When I modprobe the needed modules, the things start working.
Make sure that you've correctly enabled the "Kernel Module Loader" in the
"Loadable Mudule Support" menu.
And read the readme file in mudule-init-tools carefully. You need to build
the /etc/modprobe.conf file with all the aliases in it. It takes a bit of
fiddling, but demand-modloading does work.
> E.g. named can be started after I modprobe capabilities. I brought up
> named for example because the kernel logs messages for this one:
>
> process `rndc' is using obsolete setsockopt SO_BSDCOMPAT
> process `named' is using obsolete setsockopt SO_BSDCOMPAT
That's OK. It's just the kernel spamming the application developers ;)
> The modutils I use is from the latest rawhide (contains module-init-tools).
>
> And an interesting issue: rpm -q fails for root, works for users.
>
> # LANG=C rpm -q modutils
> rpmdb: unable to join the environment
> error: db4 error(11) from dbenv->open: Resource temporarily unavailable
> error: cannot open Packages index using db3 - Resource temporarily
> unavailable (11)
> error: cannot open Packages database in /var/lib/rpm
> package modutils is not installed
> $ rpm -q modutils
> modutils-2.4.25-2
This is a bug in rpm. It can be worked around with:
alias rpm='LD_ASSUME_KERNEL=2.2.5 rpm'
>
> Also, I have an old parallel port ZIP drive, and ppa.c does not compile:
>
> drivers/scsi/ppa.c: In function `ppa_proc_info':
> drivers/scsi/ppa.c:280: invalid operands to binary ==
> make[2]: *** [drivers/scsi/ppa.o] Error 1
>
> The line compares a struct ppa_struct* with a struct Scsi_Host *.
>
Christoph should be able to fix that one up.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/