From owner-freebsd-hackers Wed Jul 31 13:42:32 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC5437B400; Wed, 31 Jul 2002 13:42:28 -0700 (PDT) Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3955743E5E; Wed, 31 Jul 2002 13:42:28 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0416.cvx40-bradley.dialup.earthlink.net ([216.244.43.161] helo=mindspring.com) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 17a0IV-0004Id-00; Wed, 31 Jul 2002 13:42:20 -0700 Message-ID: <3D484B77.8DA580CC@mindspring.com> Date: Wed, 31 Jul 2002 13:41:27 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: O Senhor Cc: FreeBSD-questions Subject: Re: poll References: <1028135320.30391.145.camel@ws-tor-004> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 . 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-hackers" in the body of the message