> You obviously don't understand the communication channel being used.
> "/dev/log" is a UNIX DOMAIN SOCKET -- AF_UNIX. Datagrams are unreliable
> for _IP_ (AF_INET). Traffic on an AF_UNIX socket is always reliable.
>
> Ok, smarty, go change the syslogd source to open /dev/log as SOCK_STREAM
> and watch it fail. (syslog wasn't invented yesturday.)
>
> I would suggest disabling name resolution for syslog, but that's an ugly
> option. There's no way to stop a glibc system from doing a DNS query for
> a reverse lookup. HOWEVER, you can set the DNS timeout to 1 second and
> set the resolver options to prevent recursion (answer from cache only.)
Reverse isn't necessary on a central loghost. Saves at least one system
call.
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... 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 k... 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
- Re: syslog() blocks on glibc 2.1.3 with kerne... Stephen Harris
- Re: syslog() blocks on glibc 2.1.3 with k... Jesse Pollard
- Re: syslog() blocks on glibc 2.1.3 wi... Stephen Harris
- Re: syslog() blocks on glibc 2.1... Igmar Palsenberg
- Re: syslog() blocks on glibc 2.1... Jesse Pollard

