modprobe: Can't locate module block-major-## and NTP issues

2004-06-24 Thread Derek Doucette
Hello all: I have a redhat AS2.1 box, well multiple actually, and I am getting a bunch of errors as follows: Jun 23 23:01:17 asf-db110 modprobe: modprobe: Can't locate module block-major-22 Jun 23 23:01:17 asf-db110 modprobe: modprobe: Can't locate module block-major-22 Jun 23 23:01:17 asf-db110

Re: modprobe: Can't locate module block-major-## and NTP issues

2004-06-24 Thread Michael ODonnell
It's possible that you have something periodically searching for some IDE device (like a disk or cdrom) and referring to it as /dev/hd-something-or-other and your system doesn't have IDE devices so you have none of the corresponding drivers available (either statically linked or as modules) so

Re: modprobe: Can't locate module block-major-## and NTP issues

2004-06-24 Thread Derek Doucette
Michael ODonnell said: It's possible that you have something periodically searching for some IDE device (like a disk or cdrom) does anyone know of a way to find such a device? like I said I checked crontab. and referring to it as /dev/hd-something-or-other and your system doesn't have IDE

Re: modprobe: Can't locate module block-major-## and NTP issues

2004-06-24 Thread Derek Martin
On Thu, Jun 24, 2004 at 04:33:23PM -0400, Derek Doucette wrote: Michael ODonnell said: It's possible that you have something periodically searching for some IDE device (like a disk or cdrom) does anyone know of a way to find such a device? like I said I checked crontab. It could be any