From owner-freebsd-questions@FreeBSD.ORG Thu Nov 22 14:42:34 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E56CA69 for ; Thu, 22 Nov 2012 14:42:34 +0000 (UTC) (envelope-from david.i.noel@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0D8608FC08 for ; Thu, 22 Nov 2012 14:42:33 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id 16so10474253obc.13 for ; Thu, 22 Nov 2012 06:42:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=zkWSMwxzAC+gARNcBs9CgTT4PV4rERRmTD5iM+eVKvs=; b=bkYd5JfQ6TdbanmlxdGg25ep5HzgwN202EBnco/oczCXylQxB0geNeo1oSFpY7/W1d l5N5ZgjAASuH1XAMbeCVeEKdq/KBess3tcyH3R0wO14OoHch6JEe4hMY40hOA0IzRl5b KKQLLHKevtL1Ma63EQYhoOVTj2ckNZlHHxdfn8NlZASa7UxtA1V2kaoulbfnADkKsQmx myfqj6mTsiBR1rdXpm9Ia+djjiFlnNFjACG7id5w1d59v4eU5qElm8DEB7C9bqNTCxPM q3eD4753BBhh2FJeNl+cqpW5l49vQlCUaIfEpK8Mbb2d3RofDAq8EcuACO75VoTeaxPE /6Ig== MIME-Version: 1.0 Received: by 10.182.18.139 with SMTP id w11mr598702obd.8.1353595353441; Thu, 22 Nov 2012 06:42:33 -0800 (PST) Received: by 10.76.172.98 with HTTP; Thu, 22 Nov 2012 06:42:33 -0800 (PST) In-Reply-To: <20121122143427.Horde.1trLKUlCcOxQrinj2q3yujA@webmail.df.eu> References: <20121122143427.Horde.1trLKUlCcOxQrinj2q3yujA@webmail.df.eu> Date: Thu, 22 Nov 2012 08:42:33 -0600 Message-ID: Subject: Re: installworld strangeness From: David Noel To: Markus Hoenicka Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: David.I.Noel@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2012 14:42:34 -0000 On 11/22/12, Markus Hoenicka wrote: > David Noel was heard to say: > >> I tried upgrading to 9.1 also but ran into a wall there as well: >> >> ===> usr.sbin/lpr/filters.ru (install) >> install -o root -g wheel -m 444 >> /usr/src9.1/usr.sbin/lpr/filters.ru/bjc-240.sh.sample >> /usr/libexec/lpr/ru >> ===> usr.sbin/lpr/filters.ru/koi2alt (install) >> install -s -o root -g wheel -m 555 koi2alt /usr/libexec/lpr/ru >> strip: could not create temporary file to hold stripped copy of >> /usr/libexec/lpr/ru/koi2alt >> *** [_proginstall] Error code 70 >> >> Stop in /usr/src9.1/usr.sbin/lpr/filters.ru/koi2alt. >> *** [realinstall] Error code 1 >> >> Stop in /usr/src9.1/usr.sbin/lpr/filters.ru. >> *** [realinstall] Error code 1 >> >> Stop in /usr/src9.1/usr.sbin/lpr. >> *** [realinstall] Error code 1 >> >> Stop in /usr/src9.1/usr.sbin. >> *** [realinstall] Error code 1 >> >> Stop in /usr/src9.1. >> *** [reinstall] Error code 1 >> >> Stop in /usr/src9.1. >> *** [installworld] Error code 1 >> >> Stop in /usr/src9.1. >> *** [installworld] Error code 1 >> >> Stop in /usr/src9.1. >> >> Google points me to information that suggests the failure is caused by >> a lack of disk space, but that doesn't seem applicable to my case as I >> have plenty. >> >> Could anyone offer insight into either of these errors? > > > Total disk space may not be an issue here, but I faintly recall that > the default disk layout before 8.2 created too small a root partition. > Rebuilding a kernel on 8.1 required more disk space on / than the > default 500 MB. If that hits you here as well, you may need to resize > partitions. > > regards, > Markus > > -- > Markus Hoenicka > http://www.mhoenicka.de > AQ score 38 > I have 1GB allocated for / and there's plenty of space for the kernel -- it installs with no trouble. Would installworld be affected by my / allocation?