Date: Sat, 19 May 2001 09:09:57 -0700 (PDT) From: John Polstra <jdp@polstra.com> To: stable@freebsd.org Cc: andre.albsmeier@mchp.siemens.de Subject: Re: NIS/YP problems after cvsupdate Message-ID: <200105191609.f4JG9vX97744@vashon.polstra.com> In-Reply-To: <20010518080716.A71766@curry.mchp.siemens.de> References: <200105161922.f4GJMeW88822@vashon.polstra.com> <Pine.BSF.4.33.0105162126001.15348-100000@klima.physik.uni-mainz.de> <20010518080716.A71766@curry.mchp.siemens.de>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <20010518080716.A71766@curry.mchp.siemens.de>, Andre Albsmeier <andre.albsmeier@mchp.siemens.de> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105191609.f4JG9vX97744>