0

I have this error message popping up in my /var/log/messages file:

modprobe: FATAL: Could not load /lib/modules/2.6.33.7.2-rt30-xxxx-std-ipv4-64/modules.dep: No such file or directory

My OS is CentOS 5.5 with my own compiled kernel, it's working fine so I know it's not causing any problems so I was wondering if it was possible to disable this message somehow?

masegaloeh
  • 18,236
  • 10
  • 57
  • 106

1 Answers1

2

Try disabling the module by adding the following to /etc/modprobe.conf:

alias rt30 off
James Little
  • 1,159
  • 6
  • 8