From owner-freebsd-questions Wed Mar 12 3:57:55 2003 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 8B3D837B401 for ; Wed, 12 Mar 2003 03:57:53 -0800 (PST) Received: from mail.uk.alink.co.za (mail.alink.co.za [213.253.1.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id A170743FB1 for ; Wed, 12 Mar 2003 03:57:52 -0800 (PST) (envelope-from george@alink.co.za) Received: from [195.8.70.199] (helo=spoem) by mail.uk.alink.co.za with smtp (Exim 3.36 #5) id 18t4rn-000OiW-00 for freebsd-questions@freebsd.org; Wed, 12 Mar 2003 11:57:51 +0000 Message-ID: <031701c2e88e$cf9fed80$c74608c3@spoem> From: "George Barnett" To: Subject: uucp Date: Wed, 12 Mar 2003 11:59:17 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-Mimeole: Produced By Microsoft MimeOLE V5.50.4920.2300 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 Hi, I'm trying to do an installworld and I'm receiving the following error: -------------------------------------------------------------- >>> Making hierarchy -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 hierarchy cd /usr/src/etc; make distrib-dirs set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`; while [ $# -gt 0 ] ; do for dir in /usr/share/locale /usr/share/nls /usr/local/share/nls; do test -d /${dir} && cd /${dir}; test -L "$2" && rm -rf "$2"; test \! -L "$1" && test -d "$1" && mv "$1" "$2"; done; shift; shift; done mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / mtree: line 57: unknown user uucp *** Error code 1 Stop in /usr/src/etc. *** Error code 1 Now, I can either go and add the user UUCP.. or I could try figure out why make is ignoring this: foo# grep UUCP /etc/make.conf NOUUCP=true # do not build uucp related programs Any ideas on where to start? Please cc me in on replies.. thanks :) --george -------------------------------- George Barnett eml: george@alink.co.za gsm: +44 778 884 7205 #include alink diary project - life in london -- www.alink.co.za -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message