PDA

View Full Version : FATAL: Could not load /lib/modules/2.6.28.1-xxxx-std-ipv4-32/modules.dep


Jesper
31 March 2009, 19:17
FATAL: Could not load /lib/modules/2.6.28.1-xxxx-std-ipv4-32/modules.dep: No such file or directory
CRITICAL : [ipv6_test] Kernel is not compiled with IPv6 support


Dit ziet er niet gezond uit.

Resultaat van: service network restart.

Zou ik dit gaan oplossen, of kan ik dit gewoon laten bestaan?

EDIT: Iptables werken gewoon, dus daar ligt het niet aan.

kro
31 March 2009, 21:58
Jesper wrote:
> Resultaat van: service network restart.

welke distribution?
--
Felix
OVH Team

Jesper
1 April 2009, 10:03
Het gaat om CentOS (Linux Plesk 9)

kro
1 April 2009, 11:34
Jesper wrote:
> *FATAL:* Could not load
> /lib/modules/2.6.28.1-xxxx-std-ipv4-32/modules.dep: No such file or
> directory
> *CRITICAL :* [ipv6_test] Kernel is not compiled with IPv6 support

This is not a fatal error. It's due to the way redhat-like Distributions check
for IPv6, and don't expect a static kernel without IPv6. This warning is issued
by the function ipv6_test in
/etc/sysconfig/network-scripts/network-functions-ipv6
--
Felix
OVH Team

Jesper
1 April 2009, 11:47
Jesper wrote:
> *FATAL:* Could not load
> /lib/modules/2.6.28.1-xxxx-std-ipv4-32/modules.dep: No such file or
> directory
> *CRITICAL :* [ipv6_test] Kernel is not compiled with IPv6 support

This is not a fatal error. It's due to the way redhat-like Distributions check
for IPv6, and don't expect a static kernel without IPv6. This warning is issued
by the function ipv6_test in
/etc/sysconfig/network-scripts/network-functions-ipv6
--
Felix
OVH Team

Like I thought...
This is just the error that the kernel hasnt got the feature of IPv6 right?

Thanks for your help! :)

Im going to fix this error later and post it here, first ill have to find out how :rolleyes:

kro
1 April 2009, 11:56
Jesper wrote:
> This is just the error that the kernel hasnt got the feature of IPv6
> right?

Yes.

> Im going to fix this error later and post it here, first ill have to
> find out how :rolleyes:

You can for example boot an IPv6-enable kernel, either via netboot of by
downloading and installing it yourself, for example from
ftp://ftp.ovh.net/made-in-ovh/bzImage
--
Felix
OVH Team

Jesper
1 April 2009, 12:54
Jesper wrote:
> This is just the error that the kernel hasnt got the feature of IPv6
> right?

Yes.

> Im going to fix this error later and post it here, first ill have to
> find out how :rolleyes:

You can for example boot an IPv6-enable kernel, either via netboot of by
downloading and installing it yourself, for example from
ftp://ftp.ovh.net/made-in-ovh/bzImage
--
Felix
OVH Team

Thanks for your fast response Felix!
Im just annoyed by the error, so Im going to fix it when I have time ;)



Kind regards!

Another Question

[root@server1 ~]# modprobe iptables
FATAL: Could not load /lib/modules/2.6.28.1-xxxx-std-ipv4-32/modules.dep: No such file or directory

Gives the same error, is this an FATAL error, or is this not important also?

kro
1 April 2009, 13:06
Jesper wrote:
> FATAL: Could not load
> /lib/modules/2.6.28.1-xxxx-std-ipv4-32/modules.dep: No such file or
> directory
>
> Gives the same error, is this an FATAL error, or is this not important
> also?

The kernels we install are static, that is they don't have module support
enables. Hence no directory /lib/modules/*. You can safely ignore that, as our
kernels have all necessary drivers and funtions included to run on all our
servers.
--
Felix
OVH Team

Jesper
1 April 2009, 13:20
Ah, ok!

Thanks for the info Felix!

IceCubez
9 April 2009, 02:57
Hi,

where can i find the .config file used for the kernel on my server, it's not in the:
ftp://ftp.ovh.net/made-in-ovh/bzImage/2.6.27.10/ directory.

I unpacked the:
ftp://ftp.ovh.net/made-in-ovh/bzImage/linux-2.6.28.4-ovh.tar.gz source, but that doesn't seem to have the grsec patch.

The problem:
Debian 5.0 ( lenny ) tools for managing grsecurity are not in sync with the kernel:
>You are using incompatible versions of gradm and grsecurity.
>Please update both versions to the ones available on the website.
>Make sure your gradm has been compiled for the kernel you are currently running.

I'd rather not reverse engeneer all the settings for a custom kernel :)

Thanks in advance.