This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: next test release (5th)


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]