From owner-freebsd-current@FreeBSD.ORG Mon Jul 14 11:01:33 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2DA137B401 for ; Mon, 14 Jul 2003 11:01:33 -0700 (PDT) Received: from mail.gactr.uga.edu (mail.gactr.uga.edu [128.192.37.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A22B43FBF for ; Mon, 14 Jul 2003 11:01:22 -0700 (PDT) (envelope-from Robin.Blanchard@gactr.uga.edu) Received: (qmail 64634 invoked from network); 14 Jul 2003 18:01:17 -0000 Received: from unknown (HELO ex.gactr.uga.edu) ([10.10.11.21]) (envelope-sender ) by mail.servers.gactr.gc.nat (qmail-ldap-1.03) with SMTP for ; 14 Jul 2003 18:01:17 -0000 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Mon, 14 Jul 2003 14:01:16 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Help diagnosing NIS breakage ? Thread-Index: AcNKB9jF4nYlfv+ETPyipXFO7WaT3AAKTpxw From: "Robin P. Blanchard" To: "Daniel Eischen" cc: "Jacques A. Vidrine" cc: current@freebsd.org cc: John De Boskey Subject: RE: Help diagnosing NIS breakage ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 18:01:34 -0000 That did it.... Using latest -CURRENT sources, but backing out to src/lib/libc/gen/getpwent.c,v 1.81 gets NIS clients working again. = Re-sync this in CVS ? Thanks everyone. --------------------------------------- Robin P. Blanchard Systems Integration Specialist Georgia Center for Continuing Education fon: 706.542.2404 <|> fax: 706.542.6546 --------------------------------------- > -----Original Message----- > From: Daniel Eischen [mailto:eischen@vigrid.com]=20 > Sent: Monday, July 14, 2003 8:57 AM > To: Robin P. Blanchard > Cc: John De Boskey; current@freebsd.org; Jacques A. Vidrine > Subject: RE: Help diagnosing NIS breakage ? >=20 >=20 > On Mon, 14 Jul 2003, Robin P. Blanchard wrote: >=20 > > Ok...Been systematically stepping through the sources to locate the=20 > > point at which NIS became broken. Here are the results: > >=20 > > -CURRENT src date report > > ------------------- ------- > > 2003.06.18.00.00.00 success > > 2003.06.25.00.00.00 success > > 2003.06.26.00.00.00 success > > 2003.06.27.00.00.00 sucesss > > 2003.06.28.00.00.00 failure > > 2003.07.01.00.00.00 failure > > 2003.07.09.00.00.00 failure > > latest (last night) failure > >=20 > > So, something between 27 and 28 June resulted in this NIS breakage.=20 > > Hopefully this will jog someone's memory and give ideas as=20 > to my/our=20 > > next step as to diagnosing/repairing what's wrong here. I=20 > have a test=20 > > box with src's and obj 's from both 27 and 28 june availabe for=20 > > testing, should someone like to ssh in and poke around. >=20 > Try backing out rev 1.82 of src/lib/libc/gen/getpwent.c. >=20 > If that works, then perhaps there is something wrong > with FreeBSD's yp_master (on server end). >=20 > --=20 > Dan Eischen >=20 >=20