From owner-freebsd-questions@freebsd.org Tue Jul 14 18:52:51 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E78C79A10B8 for ; Tue, 14 Jul 2015 18:52:51 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-oi0-x234.google.com (mail-oi0-x234.google.com [IPv6:2607:f8b0:4003:c06::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 975BDC92 for ; Tue, 14 Jul 2015 18:52:51 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: by oihq81 with SMTP id q81so12921098oih.2 for ; Tue, 14 Jul 2015 11:52:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=6N0u1MvGZ0s0SDoJPckaAqLXyyxZ7TD7jHnOLxhZI2o=; b=Ra9YHEej8lymlFjWZtjOw/ZASHSwjZgPjPuDVj1VpXnnxOJlzy4I6QOT/cCElhM5YJ GocG5ly+xMlrDVzYut3Vc7a64uHue8m3uX5M7c0f8yAcs404vAt1nQ/1mRkAQiZnhWMt Qb5nhFlhHMshtjwPTHi5EVTklo9B/BzukI0JhTJH7vjX53kQForSF8L5qbt+/8FHvmR2 JnEnJ7vUPv7fjjkFZRtgYrvyIbeIqg/aFnNPwJuX4V1QxRgtdo3la6mf1waGle8zFR0q wbcjGuerMBQsGVECCG8QrEmbjupS88DjeURAw0uLuCcQaoAqlmVW/770IhvnPx4rgk6H TVNA== MIME-Version: 1.0 X-Received: by 10.202.232.67 with SMTP id f64mr29713oih.63.1436899970475; Tue, 14 Jul 2015 11:52:50 -0700 (PDT) Sender: vrwmiller@gmail.com Received: by 10.202.8.142 with HTTP; Tue, 14 Jul 2015 11:52:50 -0700 (PDT) In-Reply-To: References: Date: Tue, 14 Jul 2015 14:52:50 -0400 X-Google-Sender-Auth: efd4h4gjHqPdc1e00dZrIekW_L4 Message-ID: Subject: Re: buildworld failing with freebsd-update server From: Rick Miller To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 18:52:52 -0000 On Sat, Jul 11, 2015 at 4:01 PM, Rick Miller wrote: > Hi all, > > I'm attempting to build a freebsd-update distribution based on the > instructions for building a FreeBSD Update Server[1], but buildworld is > failing during buildworld world0 and world1. The distribution being built > is amd64 10.0-RELEASE on an amd64 10.0-RELEASE-p18 node. > > Signs of trouble first appears in init.sh's STDOUT while executing > buildworld() world0. It errors citing the following error with no further > detail. If the command is executed manually substituting valid values for > the variables, it outputs the jail command usage implying incorrect syntax. > > "jail: /usr/bin/env -i > PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin > RELP=10.0-RELEASE BRANCH_OVERRIDE= TARGET=amd64 TARGET_ARCH=amd64 /bin/sh > -e: failed" > > Both buildworld errors are hyperlinked below: > > world0: http://hostileadmin.com/logs/buildworld_world0_error.txt > world1: http://hostileadmin.com/logs/buildworld_world1_error.txt > > > [1] > https://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-update-server/index.html > Resolved. Increasing total RAM from 16GB to 32GB proved successful in resolving the errors suggesting resources were constrained. -- Take care Rick Miller