From owner-freebsd-questions@FreeBSD.ORG Wed Apr 5 15:03:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0413D16A420 for ; Wed, 5 Apr 2006 15:03:38 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214B243D48 for ; Wed, 5 Apr 2006 15:03:33 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k35F3N9I023540 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 5 Apr 2006 18:03:24 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.4/8.13.4) with ESMTP id k35F4E7b036025; Wed, 5 Apr 2006 18:04:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.4/8.13.4/Submit) id k35F4Dbl036020; Wed, 5 Apr 2006 18:04:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 5 Apr 2006 18:04:13 +0300 From: Giorgos Keramidas To: dharam paul Message-ID: <20060405150413.GB24887@gothmog.pc> References: <20060329143401.54946.qmail@web8909.mail.in.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060329143401.54946.qmail@web8909.mail.in.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.372, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Free BSD Upgrade Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2006 15:03:38 -0000 On 2006-03-29 15:34, dharam paul wrote: > Hallo all! > I am very new to FreeBSD. > I installed freebsd 5.4 > I upgraded to source of RELENG_6_0 while I fetched in > the ports of current release by use of '*default tag=. > > I followed following steps after downloading above > with CVSUP: (Please pardon me , I am from windows > background for my language > I backed up my kernel, > > #cd /usr/src/sys/i386/conf > #cp GENERIC GENERIC1.BAK > > next > > #cd /usr/ports > #make installworld > #make buildworld > #make buildkernel KERNCONF=GENERIC > #make install kernel KERNCONF=GENERIC I'm sure these are not the commands you used. There is no 'installworld' target in /usr/ports. It is _wrong_ to run `make installworld' _before_ you have completed the normal sequence of build & install. There is no `install kernel' target in /usr/ports. [snip stuff about mergemaster, mixed with etc/master.passwd problems] If you ask me, I think you have probably screwed things up a bit :( Restore from a backup and start over, this time following the instructions of `/usr/src/UPDATING', *VERY* carefully.