next test release (5th)

H . J . Lu hjl@lucon.org
Fri Sep 29 11:35:00 GMT 2000


On Fri, Sep 29, 2000 at 11:31:32AM -0700, H . J . Lu wrote:
> 
> # make check
> 
> on ia64 with the old nscd running, I got
> 
> socket(PF_UNIX, SOCK_STREAM, 0)         = 3
> connect(3, {sin_family=AF_UNIX, path=" /var/run/.nscd_socket"}, 110) = 0
> write(3, "\3\0\0\0\1\0\0\0\4\0\0\0", 12) = 12
> write(3, "561\0", 4)                    = -1 EPIPE (Broken pipe)
> --- SIGPIPE (Broken pipe) ---
> +++ killed by SIGPIPE +++
> 
> I think the client should check the version before sending request.

Or we can encode the version in the nscd socket patch like

/var/run/.nscd_v3_socket


H.J.


More information about the Libc-hacker mailing list