From owner-freebsd-stable Tue May 18 13:16:57 1999 Delivered-To: freebsd-stable@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 1E66F14ED9 for ; Tue, 18 May 1999 13:16:41 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id WAA05721 for ; Tue, 18 May 1999 22:16:40 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id WAA08064 for ; Tue, 18 May 1999 22:16:40 +0200 (MET DST) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id WAA63925 for ; Tue, 18 May 1999 22:16:40 +0200 (CEST) Date: Tue, 18 May 1999 22:16:39 +0200 From: Andre Albsmeier To: freebsd-stable@freebsd.org Subject: ld-elf.so.1 on 3.2-STABLE breaks yppush Message-ID: <19990518221639.A64601@internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is no joke, actually :-) I am using one NIS master together with two slaves. With the upgrade to 3.2-STABLE, yppush fails when trying to update the maps on the slaves. After suspecting a bug in the NIS system first, it turned out that /usr/libexec/ld-elf.so.1 is the reason for that. When replacing libexec/rtld-elf/rtld.c from 3.2-STABLE with version 1.13.2.7 it works again. Using 1.13.2.8, it breaks again. The cvs comment for the 1.13.2.8 commit says: ------------------- snip --------------------------- 1.13.2.8 Wed Apr 28 1:27:55 1999 UTC by jdp Branch: RELENG_3 Diffs to 1.13.2.7 MFC 1.21 -> 1.22: Initialize "__progname" and "environ" before calling _init() functions. ------------------- snap --------------------------- So, is there something wrong with ld-elf.so.1 or does yppush and friends need fixing? Because the bug is somehow hard to reproduce (you need the NIS stuff set up with multiple slaves), I will be happy to run any test or try patches. -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message