From owner-freebsd-questions@FreeBSD.ORG Fri Apr 29 14:35:22 2005 Return-Path: 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 7464E16A4CE for ; Fri, 29 Apr 2005 14:35:22 +0000 (GMT) Received: from arbornet.org (m-net.arbornet.org [64.9.205.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0138343D3F for ; Fri, 29 Apr 2005 14:35:22 +0000 (GMT) (envelope-from caleb@m-net.arbornet.org) Received: from m-net.arbornet.org (caleb@localhost [127.0.0.1]) by arbornet.org (8.12.3p2/8.12.3) with ESMTP id j3TEcrAr097985 for ; Fri, 29 Apr 2005 10:38:53 -0400 (EDT) (envelope-from caleb@m-net.arbornet.org) Received: from localhost (caleb@localhost)j3TEcoO1097972 for ; Fri, 29 Apr 2005 10:38:52 -0400 (EDT) Date: Fri, 29 Apr 2005 10:38:50 -0400 (EDT) From: Brett Wiggins To: freebsd-questions@freebsd.org Message-ID: <20050429101314.T92761-100000@m-net.arbornet.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: make installworld problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 14:35:22 -0000 Hello, I am having some problems with CVSup, I am following the instructions in "Absolute BSD" - Michael Lucas Chapter 6. I follow the instructions in the book and everything works up untill "make installworld". The steps I took are as follows; - Installed CVSup # cd /usr/ports/net/cvsup # make all install clean - selected supfile # cp /usr/share/examples/cvsup/stable-supfile /usr/src -edited the supfile to update to the latest STABLE version, -upgrade all ports and doc's - executed cvsup I was not using X and the supfile said to use the following command and not "cvsp-supfile" # cvsup -g -L 2 stable-supfile The upgrade of the system source code completed without any errors. - Building the new FreeBSD # cd /usr/src # make buildworld This command completed without any errors - Updating the kernel # make buildkernel KERNCONF=GENERIC no errors - installing the system # make installkernel no errors I then rebooted the system, everything seemed to work fine. Once the system rebooted I logged in as root. The book I am reading that in order to install the rest of the system, I need to drop down to single-user mode. I ran the following; # shutdown now I then went to install the userland programs with the following; # cd /usr/src # make installworld This is where I hit a brick wall. I get the following ouput - required proxy user is missing - error code 1 - see /usr/src/UPDATING I open the said file but am not sure what I am looking for. I went all the way down to 2002 but found no mention of proxy or user. I have tried to do the CVSup again and not run # shutdown now but I still get the same result. What have I done wrong? Have I left anything out? I hope that I have provided you with enough information. Thanks, Brett ======================================= You take the blue pill and the story ends. You wake in your bed and you believe whatever you want to believe. You take the red pill and you stay in wonderland, and I show you how deep the rabbit hole goes.... ======================================