> Perhaps syslogd is not giving higher priority to local messages; if it > did, maybe it could recover from the deadlock. But this would not be > a reliable solution; the only reliable solution is for syslogd to be > independent of any processes which need to talk to it. In that case, don't do lookups at all. Let a script do resolving in a crontab or so. analog uses a nice solution for this : store hostnames in a file. When it doesn't know a hostname, look it up. That saves tons of querys. > > Per chance are you running the name service caching daemon (nscd)? > > No. > > > I'd also guess you aren't disabling fsync() for your sysylog files > > (it's part of the syslog.conf format) -- this is a conciderable > > drain on syslogd. > > I see no documentation for such an option in the syslog.conf man page. > This is with the current Red Hat 6.2 syslogd (package > sysklogd-1.3.31-17). There is. see man syslogd(8). You need to prefix files that don't need to be synced() with a - > - Pat Igmar - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: syslog() blocks on glibc 2.1.3 with kernel 2.... Ulrich Drepper
- Re: syslog() blocks on glibc 2.1.3 with kerne... Patrick J. LoPresti
- Re: syslog() blocks on glibc 2.1.3 with k... Ulrich Drepper
- Re: syslog() blocks on glibc 2.1.3 with k... Ricky Beam
- Re: syslog() blocks on glibc 2.1.3 wi... Patrick J. LoPresti
- Re: syslog() blocks on glibc 2.1... Ricky Beam
- Re: syslog() blocks on glibc... Patrick J. LoPresti
- Re: syslog() blocks on glibc... Ricky Beam
- Re: syslog() blocks on glibc... Patrick J. LoPresti
- Re: syslog() blocks on glibc... Ricky Beam
- Re: syslog() blocks on glibc... Igmar Palsenberg
- Re: syslog() blocks on glibc... Igmar Palsenberg
- Re: syslog() blocks on glibc... Ricky Beam
- Re: syslog() blocks on glibc... Igmar Palsenberg
- Re: syslog() blocks on glibc... Matti Aarnio
- Re: syslog() blocks on glibc 2.1.3 wi... Igmar Palsenberg
- Re: syslog() blocks on glibc 2.1.3 with k... Igmar Palsenberg
- Re: syslog() blocks on glibc 2.1.3 with kernel 2.... H. Peter Anvin
- Re: syslog() blocks on glibc 2.1.3 with kernel 2.2.x Jesse Pollard
- Re: syslog() blocks on glibc 2.1.3 with kernel 2.2.x Stephen Harris
- Re: syslog() blocks on glibc 2.1.3 with kernel 2.... Horst von Brand