From owner-freebsd-questions Fri Oct 2 08:36:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17003 for freebsd-questions-outgoing; Fri, 2 Oct 1998 08:36:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA16970 for ; Fri, 2 Oct 1998 08:36:33 -0700 (PDT) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-136.laker.net [208.0.233.36]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id LAA12981; Fri, 2 Oct 1998 11:35:59 -0400 Message-Id: <199810021535.LAA12981@laker.net> From: "Steve Friedrich" To: "Danny" , "freebsd-questions@FreeBSD.ORG" Date: Fri, 02 Oct 1998 11:04:32 -0400 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="_=_=_=IMA.BOUNDARY.HTML_4862544=_=_=_" Subject: Re: make world problem Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --_=_=_=IMA.BOUNDARY.HTML_4862544=_=_=_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit --Original Message Text--- From: Danny Date: Fri, 2 Oct 1998 20:57:18 +0800 when I do the make world on a 2.2 stable FreeBSD system, I have the following error. Can you help me? ===> usr.sbin/ppp install -c -s -o root -g network -m 4554 ppp /usr/sbin *** Error code 67 Stop. *** Error code 1 It looks to me that it's trying to install a newly compiled version of ppp in /usr/sbin. This would happen during make installworld, rather than make buildworld. make installworld should be done in single user mode to prevent files not being replaced because they're in use... Unix systems measure "uptime" in years, Winblows measures it in minutes. --_=_=_=IMA.BOUNDARY.HTML_4862544=_=_=_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit --Original Message Text---
From: Danny
Date: Fri, 2 Oct 1998 20:57:18 +0800

when I do the make world on a 2.2 stable FreeBSD system, I have the following error.
Can you help me?


===> usr.sbin/ppp
install -c -s -o root -g network -m 4554 ppp /usr/sbin
*** Error code 67

Stop.
*** Error code 1

It looks to me that it's trying to install a newly compiled version of ppp in /usr/sbin. This would happen during make installworld, rather than make buildworld. make installworld should be done in single user mode to prevent files not being replaced because they're in use...
Unix systems measure "uptime" in years, Winblows measures it in minutes. --_=_=_=IMA.BOUNDARY.HTML_4862544=_=_=_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message