From owner-freebsd-stable Thu May 17 23: 7:31 2001 Delivered-To: freebsd-stable@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 2334437B424 for ; Thu, 17 May 2001 23:07:26 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer goliath.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.1/8.11.1) with ESMTP id f4I67H411982; Fri, 18 May 2001 08:07:18 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id f4I67Gd00317; Fri, 18 May 2001 08:07:17 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f4I67GF02094; Date: Fri, 18 May 2001 08:07:16 +0200 From: Andre Albsmeier To: "Hartmann, O." Cc: John Polstra , stable@FreeBSD.ORG Subject: Re: NIS/YP problems after cvsupdate Message-ID: <20010518080716.A71766@curry.mchp.siemens.de> References: <200105161922.f4GJMeW88822@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from ohartman@klima.physik.uni-mainz.de on Wed, May 16, 2001 at 09:30:36PM +0200 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG On Wed, 16-May-2001 at 21:30:36 +0200, Hartmann, O. wrote: > On Wed, 16 May 2001, John Polstra wrote: > > Hello. > > Well, all of our FBSD boxes are equipted with Intel NIC (fxp) > and 100MBit/full-duplex (the switches are also full duplex types). > > All other network facilities work well - only the master server isn't able > to send out a transfer initiation to its slaves. when doing a > 'ypinit -s MASTER-SERVER' on each client the client polls its maps > successfully. This seems to be a problem of the ypxfrd daemon running on our master ... > > In the past I have had a similar, versy strange problem due the fact I compiled > each part of the kernel and of the base sources of the base operating system > with the option -march=i686 as a compileroption of CFLAGS and COPTFLAGS in > make.conf. This triggered a very strange behaviour. This time this problem occured > after a cvsupdate without changes in config matter ... :-( > (I did make world and mergemaster only ...). 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? -Andre > > :>In article , > :>Hartmann, O. wrote: > :>> > :>> Last weekend I did the first cvupdate, yesterday the last one. > :>> First thing I realized was that fxp now needs miibus code (??). > :>> > :>> well, now our master NIS server is stock in sending to the slaves. > :>> It gets timeouts and messages about pending transaction processes. > :> > :>Peter Wemm just fixed a similar problem on ref4.freebsd.org. He said > :>the cause of the problem was a full/half duplex mismatch between the > :>NIC and the switch. > :> > :>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 > :> > :> > > -- > MfG > O. Hartmann > > ohartman@klima.physik.uni-mainz.de > ---------------------------------------------------------------- > IT-Administration des Institut fuer Physik der Atmosphaere (IPA) > ---------------------------------------------------------------- > Johannes Gutenberg Universitaet Mainz > Becherweg 21 > 55099 Mainz > > Tel: +496131/3924662 (Maschinensaal) > Tel: +496131/3924144 > FAX: +496131/3923532 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Division by zero error -- multiplying by zero to recover... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message