Andrew,

On Monday September 09, 2002 05:14, Rechenberg, Andrew wrote:
> I am using a Dell PowerEdge 2300 running Red Hat Linux 7.2 for a
> syslog consolidation machine.  It is also our network monitoring
> system and it runs Cricket, NMIS, and cflowd and Flowscan for Cisco
> NetFlow collection.
>
> Lately the machine has been running extremely slow whenever anything
> that happens on the box needs to syslog something (su, logins, etc.).
> I've checked /var/log/messages and it repeatedly contains the
> following line:
>
> Sep  6 14:23:54 cinshrnms02 syslogd: recvfrom inet: Resource
> temporarily unavailable

Some things to try...

1. Upgrade the kernel to the latest errata version (yours is out of date). 
These types of things are sometimes driver/kernel related. (You really should 
do this one. The 2.4.7 kernel was a dog for me.)

2. Try using asynchronous writes to the log files (recommended for performance 
overall). You can do this by putting a dash "-" (no quotes) in front of the 
log file in the syslogd.conf file. For example :

*.info                          -/var/log/info.messages

3. Check to make sure you aren't running out of file descriptors. Modify if 
needed.

4. Try using a different NIC. Again the driver possibility.


Hope that helps.

-- 
Brian Ashe                                                     CTO
Dee-Web Software Services, LLC.                  [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to