Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: modprobe: FATAL
PostPosted: Sun Feb 17, 2008 5:12 am 
Offline
Junior Member

Joined: Fri Apr 08, 2005 8:24 pm
Posts: 20
Hello,

I have a new Xen VM running CentOS 5, and since the first day I got it, it kept issuing the following error messages :

----
Feb 17 10:01:01 li22-179 modprobe: FATAL: Could not load /lib/modules/2.6.18.8-domU-linode7/modules.dep: No such file or directory
Feb 17 10:50:08 li22-179 last message repeated 5 times
Feb 17 10:54:22 li22-179 last message repeated 6 times
Feb 17 11:01:01 li22-179 last message repeated 9 time
....
----

The system looks normal, so I assume the message is a harmless warning. But it is still a little annoying in the syslog. I have no idea what programs trigger this, and googling on the net didn't get me answers. Could someone explain why this happens and how to turn it of ?

Thanks...

ywliu


Top
   
 Post subject: Re: modprobe: FATAL
PostPosted: Sun Feb 17, 2008 5:47 am 
Offline
Senior Member

Joined: Tue Jan 22, 2008 2:10 am
Posts: 103
ywliu wrote:
Hello,

I have a new Xen VM running CentOS 5, and since the first day I got it, it kept issuing the following error messages :

----
Feb 17 10:01:01 li22-179 modprobe: FATAL: Could not load /lib/modules/2.6.18.8-domU-linode7/modules.dep: No such file or directory
Feb 17 10:50:08 li22-179 last message repeated 5 times
Feb 17 10:54:22 li22-179 last message repeated 6 times
Feb 17 11:01:01 li22-179 last message repeated 9 time
....
----

The system looks normal, so I assume the message is a harmless warning. But it is still a little annoying in the syslog. I have no idea what programs trigger this, and googling on the net didn't get me answers. Could someone explain why this happens and how to turn it of ?

Thanks...

ywliu

The xen kernels support modules, but none are installed, so the module directory doesn't exist. You can prevent the message by manually creating it:
Code:
mkdir /lib/modules/2.6.18.8-domU-linode7
depmod -a

This should silence those messages.


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


Who is online

Users browsing this forum: No registered users and 1 guest


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