1827881 Members
1162 Online
109969 Solutions
New Discussion

problem in server

 
Tonatiuh
Super Advisor

problem in server

Red Hat Enterprise linux 3 on Itanium2.

This text repeats hundred of times in /var/log/messages

Nov 3 06:56:02 Ita1 kernel: usb-ohci.c: bogus NDP=255 for OHCI usb-00:02.0
Nov 3 06:56:02 Ita1 kernel: usb-ohci.c: rereads as NDP=255
Nov 3 06:56:02 Ita1 kernel: usb-ohci.c: bogus NDP=255 for OHCI usb-00:02.1
Nov 3 06:56:02 Ita1 kernel: usb-ohci.c: rereads as NDP=255

Any idea?
5 REPLIES 5
Tonatiuh
Super Advisor

Re: problem in server

Tis other text appear once and then the last text (about usb-ohci) continues appearing hundred of times more...
Tonatiuh
Super Advisor

Re: problem in server

After this the server restarts by itself.
Ivan Ferreira
Honored Contributor

Re: problem in server

From the fast search that I did, it seems a problem with the code in the kernel. If you do not use USB, you can try disabling it by removing the lines in /etc/modprobe.conf and adding "nousb" to the kernel boot options. Edit /etc/grub.conf to add this option.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Arunvijai_4
Honored Contributor

Re: problem in server

RHEL uses 2.4.x kernel and it may not compiled with USB support. If you have the source in /usr/src/linux-2.4.xx, try compile it again with all necessary options enabled.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Tonatiuh
Super Advisor

Re: problem in server

This servers (two) have been working well during almost a year. The problem appears after a reboot. Is it possible that th eproblem has been there all the time ahd appears in two servers at same time? why it appears in two servers at same time in a certain moment?