Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Aug 29, 2008 4:30 pm 
Offline
Senior Newbie

Joined: Thu Aug 21, 2008 11:41 am
Posts: 8
CSF is picking this up, and from Googling it's kernel related, but isn't .dep for Debian? (running on CentOS5). Is this anything I should be worried about?

Quote:
Aug 29 16:01:01 li37-46 modprobe: FATAL: Could not load /lib/modules/2.6.24.4-linode8/modules.dep: No such file or directory
Aug 29 16:01:01 li37-46 last message repeated 4 times


Top
   
 Post subject:
PostPosted: Fri Aug 29, 2008 4:47 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
These are just warnings. You can ignore them, or run these to lines to quiet down modprobe:

Code:
mkdir -p /lib/modules/2.6.24.4-linode8
depmod -a

-Chris


Top
   
 Post subject:
PostPosted: Fri Aug 29, 2008 4:47 pm 
Offline
Senior Member
User avatar

Joined: Fri Oct 24, 2003 3:51 pm
Posts: 965
Location: Netherlands
modules.dep is a list of kernel module dependencies. It can't be loaded because it isn't there. It isn't there because you are using Linode's kernel, not the one from your distro.
Code:
mkdir /lib/modules/2.6.24.4-linode8 
depmod -a
should fix it.

Edit: Gah - beaten to it by caker.

_________________
/ Peter


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group