tftp service was deactivated because of looping

2003-03-07 Thread smusuvat
I'm using a linux running kernel ver 2.4.2-7 as my tftp server. The server works fine and is being used for tftp'ying files extensively. But once in a while, it hangs and I need to restart xinetd. When I check /var/log/messages, I see the following Mar 6 20:10:08 abc-tftp rsh(pam_unix)[16139]:

RE: mkinitrd messages

2003-01-10 Thread smusuvat
Has anyone seen these messages?? Need help.. Thx Saravanan [EMAIL PROTECTED] wrote: When I do mkinitrd I get the following messages, but things are working fine.. What are these messages for??? host# mkinitrd -v -f initrd-2.4.18.img --with=qla2x00 2.4.18 /sbin/mkinitrd: line 133: [:

Re: kmod failed to exec /sbin/modprobe -s -k scsi_hostadapter,errno = 2

2003-01-10 Thread smusuvat
Can someone help me on this??? -Saravanan [EMAIL PROTECTED] wrote: That doesn't help..problem exists.. -Saravanan Jack Bowling [EMAIL PROTECTED] wrote: ** Reply to message from [EMAIL PROTECTED] on Fri, 10 Jan 2003 00:21:19 -0500 qla2x00 driver requires scsi driver...my modules.conf file

RE: mkinitrd messages

2003-01-10 Thread smusuvat
1. The driver is actually qla2300, but I've renamed it as qla2x00 and loading it, as my test scripts expect the module name to be qla2x00. I guess ver4.28 drivers used to come as qla2x00, while ver6 drivers are coming up as qla2300 or 2200. So is this wrong?? Can't I rename it?? But its

RE: How do I remove a module from the kernel

2003-01-09 Thread smusuvat
Thanks to all who responded and helped me.. All the tips worked and helped me understand linux concepts...This mailing list is great... Now I feel as if I'm mastering linux...Good to understand how things work.. Thx Saravanan Rigler, S C (Steve) [EMAIL PROTECTED] wrote: If they are scsi

kmod failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2

2003-01-09 Thread smusuvat
When I was trying to upgrade driver for qlogic SAN blade (qla2300), after making driver from the source files, mkinitrd ..., I'm getting the following message during boot..But I'm not seeing any problem caused by this error message...The module is coming up properly with the latest upgraded

Re: kmod failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2

2003-01-09 Thread smusuvat
qla2x00 driver requires scsi driver...my modules.conf file has the following lines alias scsi_hostadapter sym53c8xx alias scsi_hostadapter0 qla2x00 lsmod o/p -- Module Size Used byNot tainted qla2x00 190624 1 (unused) sd_mod

Re: kmod failed to exec /sbin/modprobe -s -k scsi_hostadapter,errno = 2

2003-01-09 Thread smusuvat
That doesn't help..problem exists.. -Saravanan Jack Bowling [EMAIL PROTECTED] wrote: ** Reply to message from [EMAIL PROTECTED] on Fri, 10 Jan 2003 00:21:19 -0500 qla2x00 driver requires scsi driver...my modules.conf file has the following lines alias scsi_hostadapter sym53c8xx alias

mkinitrd messages

2003-01-09 Thread smusuvat
When I do mkinitrd I get the following messages, but things are working fine.. What are these messages for??? host# mkinitrd -v -f initrd-2.4.18.img --with=qla2x00 2.4.18 /sbin/mkinitrd: line 133: [: /lib/modules/2.4.18/./kernel/drivers/addon/qla2200/qla2x00.o: binary operator expected

How do I remove a module from the kernel

2003-01-08 Thread smusuvat
Hi all I've a host running red hat 8.0 and my kernel loads the qlogic san driver during boot time. I don't want the kernel to load this driver during boot. So I did the following steps 1. Did make menuconfig and unchecked the boxes related to qlogic under SCSI section. Recompiled the kernel

Re: How do I remove a module from the kernel

2003-01-08 Thread smusuvat
Thx Dave..I guess that worked...Now the kernel is loading without this driver... But what is the procedure to install such modular drivers...I guess I don't have to compile kernel if I want the kernel load this driver at boot?? -Saravanan David Busby [EMAIL PROTECTED] wrote: Just a note, I