From owner-freebsd-stable Sat May 19 9:10:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id A343337B42C for ; Sat, 19 May 2001 09:10:07 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f4JG9x027006; Sat, 19 May 2001 09:09:59 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f4JG9vX97744; Sat, 19 May 2001 09:09:57 -0700 (PDT) (envelope-from jdp) Date: Sat, 19 May 2001 09:09:57 -0700 (PDT) Message-Id: <200105191609.f4JG9vX97744@vashon.polstra.com> To: stable@freebsd.org From: John Polstra Cc: andre.albsmeier@mchp.siemens.de Subject: Re: NIS/YP problems after cvsupdate In-Reply-To: <20010518080716.A71766@curry.mchp.siemens.de> References: <200105161922.f4GJMeW88822@vashon.polstra.com> <20010518080716.A71766@curry.mchp.siemens.de> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article <20010518080716.A71766@curry.mchp.siemens.de>, Andre Albsmeier wrote: > Try this patch (no joke): > > --- libexec/rtld-elf/rtld.c.ORI Fri May 18 08:05:01 2001 > +++ libexec/rtld-elf/rtld.c Fri May 18 08:03:24 2001 > @@ -386,6 +386,8 @@ > > dbg("initializing key program variables"); > set_program_var("__progname", argv[0] != NULL ? basename(argv[0]) : ""); > + set_program_var("environ", "dummy"); > + set_program_var("environ", "dummy"); > set_program_var("environ", env); > > dbg("initializing thread locks"); > > > Maybe we should really reopen http://www.freebsd.org/cgi/query-pr.cgi?pr=12496 > > John, what do you think? *shrug* Well, there's just about 0% chance this is a dynamic linker bug if that patch fixes it. So if you reopen the PR, don't assign it to me. :-) John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message