From owner-freebsd-ppc@FreeBSD.ORG Mon Mar 22 21:38:24 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B69DD16A4CE for ; Mon, 22 Mar 2004 21:38:24 -0800 (PST) Received: from starling.mail.pas.earthlink.net (starling.mail.pas.earthlink.net [207.217.120.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 883DF43D2D for ; Mon, 22 Mar 2004 21:38:24 -0800 (PST) (envelope-from welchsm@earthlink.net) Received: from c-24-118-219-83.mn.client2.attbi.com ([24.118.219.83] helo=NitroPhys.welchsmnet.net) by starling.mail.pas.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 3.36 #4) id 1B5ecJ-00088n-00; Mon, 22 Mar 2004 21:38:23 -0800 Received: from NitroPhys.welchsmnet.net (localhost [127.0.0.1]) i2N5cDFn009115; Mon, 22 Mar 2004 23:38:14 -0600 (CST) (envelope-from welchsm@localhost.welchsmnet.net) Received: (from welchsm@localhost)i2N5cDAU009114; Mon, 22 Mar 2004 23:38:13 -0600 (CST) (envelope-from welchsm) Date: Mon, 22 Mar 2004 23:38:13 -0600 From: Sean Welch To: James Sarrett Message-ID: <20040323053813.GA9087@NitroPhys.welchsmnet.net> References: <20040323052448.GA8975@NitroPhys.welchsmnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-ELNK-Trace: 15d86f98c8ef8acad780f4a490ca69564776905774d2ac4b3e1f252a4163ab1e6f794e93505cda49350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: freebsd-ppc@freebsd.org Subject: Re: Netbooting PPC FreeBSD and file locking X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sean_Welch@alum.wofford.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2004 05:38:24 -0000 Perusing /etc/defaults/rc.conf it appears that is what rpcbind is -- it is labeled there as a "portmapper". I may yet end up trying to start them from rc.d... Sean On Mon, Mar 22, 2004 at 10:27:55PM -0700, James Sarrett wrote: > and i think you need rc.portmap too... or am i thinking of NetBSD? > > -James > On Monday, March 22, 2004, at 10:24 PM, Sean Welch wrote: > > >Well, I just copied the entries I have on the server (which > >seem to set things up just fine). Is there any way to guarantee > >it starts first other than order in rc.conf? It is listed > >first, but the system sure acts as though rpcbind isn't starting > >first... > > > >Sean > > > >On Mon, Mar 22, 2004 at 10:16:39PM -0700, James Sarrett wrote: > >>really quick, doublecheck to make sure rpcbind starts first > >> > >>-James > >>On Monday, March 22, 2004, at 10:10 PM, Sean Welch wrote: > >> > >>>Well, I just figured it out -- sort of. > >>> > >>>Looks like not only do I have to run rpcbind, rpc.statd, > >>>and rpc.lockd on the server I must run all three on the > >>>client as well. > >>> > >>>Suddenly passwd and adduser work just fine! :-) > >>> > >>>Now for the "sort of" statement. > >>> > >>>I added the necessary entries into the rc.conf of the > >>>exported filesystem but it failed to start up the > >>>services. I didn't see any mention of rpcbind in the > >>>boot messages but I did see this: > >>> > >>>rpc.statd: svc_tp_create: Could not register prog 100024 vers 1 on > >>>udp6 > >>>rpc.statd: svc_tp_create: Could not register prog 100024 vers 1 on > >>>udp > >>>rpc.statd: cannot create udp service > >>>Starting lockd. > >>>rpc.locd: unable to register (NLM_PROG, NLM_SM, udp) > >>> > >>>Also, I noticed that when the system is mounting > >>>filesystems it complains that the filesystem is read > >>>only and so creates a memory disk for /var !! No > >>>wonder I don't get the systems messages showing up in > >>>/var/log ! > >>> > >>>Progress! Now if I can just figure these things out... > >>> > >>>;-) > >>> > >>>Sean > >>> > >>>_______________________________________________ > >>>freebsd-ppc@freebsd.org mailing list > >>>http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > >>>To unsubscribe, send any mail to > >>>"freebsd-ppc-unsubscribe@freebsd.org" > >>> > >> > >>-------------------------------------------- > >>"Never trust a man who can count to 1024 on his fingers" > >>-------------------------------------------- > >> > >> > > -------------------------------------------- > "Never trust a man who can count to 1024 on his fingers" > -------------------------------------------- >