From owner-freebsd-questions Thu Aug 8 6: 5: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B81DB37B400 for ; Thu, 8 Aug 2002 06:04:59 -0700 (PDT) Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9202843E70 for ; Thu, 8 Aug 2002 06:04:58 -0700 (PDT) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id g78D4qB28964; Thu, 8 Aug 2002 08:04:53 -0500 (CDT) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20020808080450.02d62db8@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 08 Aug 2002 08:04:50 -0500 To: Desmond Lee , Kent Stewart From: "Jack L. Stone" Subject: RE: still can't upgrade using make install world Cc: freebsd-questions In-Reply-To: References: <3D521957.1060001@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 12:53 AM 8.8.2002 -0700, Desmond Lee wrote: > >Hi Kent > >>Did you use vipw or edit it in. If you used an ordinary editor, you >>have to update the password database. I did a man passwd and it listed >>pwd_mkdb. I never try to get that involved and simply use vipw. > >Kent man... you rock. I've done pwd_mkdb on the /etc/master.passwd file, but >when i do 'make installworld' nothing happened. But, when i did 'vipw -d >etc/' and then just saved the master.passwd file, it sais something like >updating the db and then when i did the 'make installworld' stuff started to >happen. > >>Well, that only works on smmsp after you finish the installworld. If >>it is dying before then, you have to use the version in /usr/obj to do >>the addition. > >What do you mean when you say "use the version in /usr/obj". You mean >execute 'mergemaster -p' in the /usr/obj dir if the 'make installworld' >doesn't even start up? Just want to clarify so i don't miss potential >important info. > >Just for sanity check, the /etc/make.conf file i used is just a blank file. >I did this because matt said something like: > >"That is actually one of the few files that you can just copy out of >/etc/defaults to /etc and not come to grief. If you look at >/etc/defaults/make.conf, you'll see that all the entries are actually >commented out: they're just there to document what's available. It >also means that you could just create an empty file for /etc/make.conf >without ill effects, but it's more usual to put some local >configuration in there." > >Um... so am i potentially messing stuff up? The reason i ask is because >another person said: > >"It is a VERY important file as it affects your "makes"..... >hmmm...."make.conf" is an apt name." > >which i didn't really quite understand. So, my make.conf is empty right now, >but it should really have stuff specific to my pc? > The "make.conf" file is used to override the /etc/defaults/make.conf to run specific things that are thus "commented back in" and take effect (the same as with the rc.conf vs the ../defaults/rc.conf). Although many others may have different config opinions or needs, for example, here is a make.conf file I have been using, with a couple commented back out, but kept as reminders for later: ========================================================= sageame@sage-one$ more make.conf CPUTYPE=i686 CFLAGS= -O -pipe COPTFLAGS= -O -pipe NOPROFILE= true USA_RESIDENT= YES # NO_OPENSSH= true # Use to avoid any clobber from the aborted update # OPENSSH_OVERWRITE_BASE= true # Use to make it update from the ports ========================================================= Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message