From owner-freebsd-current Thu Apr 20 16:07:36 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA13273 for current-outgoing; Thu, 20 Apr 1995 16:07:36 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA13267 for ; Thu, 20 Apr 1995 16:07:31 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id QAA07244; Thu, 20 Apr 1995 16:04:27 -0700 From: "Rodney W. Grimes" Message-Id: <199504202304.QAA07244@gndrsh.aac.dev.com> Subject: Re: 950412-SNAP To: se@MI.Uni-Koeln.DE (Stefan Esser) Date: Thu, 20 Apr 1995 16:04:27 -0700 (PDT) Cc: current@FreeBSD.org In-Reply-To: <199504202132.AA19852@FileServ1.MI.Uni-Koeln.DE> from "Stefan Esser" at Apr 20, 95 11:32:21 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1771 Sender: current-owner@FreeBSD.org Precedence: bulk > > On Apr 20, 12:32, "Rodney W. Grimes" wrote: > } Subject: Re: 950412-SNAP > } Could you please pick up /usr/src/etc/{rc, netstart, sysconfig} and > } /usr/src/etc/etc.i386/rc.i386 from -current and try them out. I need > } some more feedback on these versions. I believe your above problems > } have been addressed in them. > > My system needed one modification to /etc/rc. > > I'm using the "amd" auto mounter with NIS maps > and found that at the time "amd" gets started > the NIS binding doesn't succeed in time. > > I've added an > > ypwhich >/dev/null 2>&1 > > immediately after the "ypbind" command, and > notice a few seconds of delay at that point. > > This seems to be the only way to get amd > working with NIS maps ... Are you saying the following diff fixed your problem: And could others running NIS please test this so I can commit it with a reviewed by: line. I don't run NIS here :-(. Index: rc =================================================================== RCS file: /home/ncvs/src/etc/rc,v retrieving revision 1.63 diff -c -r1.63 rc *** 1.63 1995/04/11 18:36:10 --- rc 1995/04/20 23:02:56 *************** *** 179,184 **** --- 179,185 ---- # Start ypbind if we're an NIS client if [ "X${nis_clientflags}" != X"NO" ]; then echo -n ' ypbind'; ypbind ${nis_clientflags} + ypwhich >/dev/null 2>&1 fi # $rwhod is imported from /etc/sysconfig; > > Regards, STefan > > -- > Stefan Esser Internet: > Zentrum fuer Paralleles Rechnen Tel: +49 221 4706019 > Universitaet zu Koeln FAX: +49 221 4705160 > Weyertal 80 > 50931 Koeln > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD