FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or director

hisaltesse

Well-Known Member
Mar 4, 2009
227
2
58
I just upgraded a server from proxmox 1.2 (kernel 2.24) to proxmox 1.9 (kernel 2.6.32-7)

Everything seemed to go well. However some of our applications do not work properly.

Upon looking at the startup logs of the openvz containers I noticed the following issues.


Starting iSCSI daemon: FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or directory
[ OK ] [FAILED]



Could anyone help me understand what is going on and how to resolve this?

Thanks.
 
Re: FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or dire

Could anyone help me understand what is going on and how to resolve this?

It is impossible to load modules inside a container - but that is not new (same restriction in 2.6.24 kernels).
 
Re: FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or dire

Thank for clarifying.

Does this have any impact on applications running inside a container?
 
Re: FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or dire

Does this have any impact on applications running inside a container?

Yes - they can't load modules (don't really get that question).
 
Re: FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or dire

On our of my virtual servers we were running the collabnet subversion edge application.

After upgrading Proxmox from 1.2 to 1.9 the (java-apache) console stopped working.

I am trying to understand if proxmox upgrade or kernel upgrade has any issue to the app.

And if in general the fact that modules cannot load in a container could cause some applications to malfunction.
 
Re: FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or dire

And if in general the fact that modules cannot load in a container could cause some applications to malfunction.

This feature did not change, so I guess the answer is 'no' in your case.

What exactly stopped working - java-apache or the vnc console?
 
Re: FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or dire

the container is running Centos 5.x

After the upgrade and restarting the hardware node, the svn web console which uses java and apache is failing to launch.. So our web access to the svn server is no longer accessible.
 
Assign at least 2 cpu's to this container and try again.

Gesendet von meinem GT-P1000 mit Tapatalk
 
Re: FATAL: Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or dire

Wow.. this did the trick. Thank you for the suggestion… problem solved.