Date: Wed, 31 Jul 2002 13:41:27 -0700 From: Terry Lambert <tlambert2@mindspring.com> To: O Senhor <osenhor@uol.com.br> Cc: FreeBSD-questions <FreeBSD-questions@freebsd.org> Subject: Re: poll Message-ID: <3D484B77.8DA580CC@mindspring.com> References: <1028135320.30391.145.camel@ws-tor-004>
next in thread | previous in thread | raw e-mail | index | archive | help
O Senhor wrote:
> Hello,
> My FreeBSD 4.6 box (running ldap server) sldap, stops with the sldap
> process in this loop:
> ...
> poll([{fd=3, events=POLLRDNORM}], 1, 10000) = 0
> gettimeofday({1028123628, 836383}, NULL) = 0
> clock_gettime(0, 0xbfafefa4) = 0
> poll([{fd=3, events=POLLRDNORM}], 1, 10000) = 0
> gettimeofday({1028123638, 846478}, NULL) = 0
> clock_gettime(0, 0xbfafefa4) = 0
> ...
>
> Any idea???
> ps.: I got this messages with strace -p <pid-of-sldap>.
First idea: Post this only to questions instead of cross-posting
it to -hackers. Followups set to just -questions.
Second idea: This is an LDAP problem, not a FreeBSD problem, so
post it to the LDAP mailing list.
Third idea: It looks like you are running the University of
Michigan LDAP code unmodified, instead of using
my patches to it. Use OpenLDAP instead, which is
the UMich. code plus my patches plus a hell of a
lot more.
-- Terry
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D484B77.8DA580CC>
