From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 13:55:14 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A407106567D for ; Sat, 7 Aug 2010 13:55:14 +0000 (UTC) (envelope-from lgroups@waagmeester.co.za) Received: from mail.bushveldgrain.co.za (mail.bushveldgrain.co.za [196.25.181.10]) by mx1.freebsd.org (Postfix) with ESMTP id 8DFD08FC13 for ; Sat, 7 Aug 2010 13:55:13 +0000 (UTC) Received: from localhost (mail.bushveldgrain.co.za [127.0.0.1]) by mail.bushveldgrain.co.za (Postfix) with ESMTP id 18BAE66212 for ; Sat, 7 Aug 2010 15:26:43 +0200 (SAST) X-Virus-Scanned: amavisd-new at example.com Received: from mail.bushveldgrain.co.za ([127.0.0.1]) by localhost (mail.bushveldgrain.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xuJNtma6e29y for ; Sat, 7 Aug 2010 15:26:40 +0200 (SAST) Received: from penguin.coert.local (unknown [196.1.1.41]) by mail.bushveldgrain.co.za (Postfix) with ESMTP id 690EB660BB for ; Sat, 7 Aug 2010 15:26:37 +0200 (SAST) Message-ID: <4C5D5F00.4040806@waagmeester.co.za> Date: Sat, 07 Aug 2010 15:26:24 +0200 From: Coert Waagmeester User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 To: FreeBSD questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: freebsd-update-server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2010 13:55:14 -0000 Hello all, I am setting up my own freebsd-update-server. Everything seems to be working so far, but how can I also get the patches to build together with everything? Here is the output of scripts/init.sh # sh scripts/init.sh i386 8.1-RELEASE | tee init.log Sat Aug 7 14:59:24 SAST 2010 Starting fetch for FreeBSD/i386 8.1-RELEASE /usr/packages/freebsdupdateserver/work/8.1-RELEASE/i386/iso.img 645 MB 47 MBps Sat Aug 7 14:59:35 SAST 2010 Verifying disc1 hash for FreeBSD/i386 8.1-RELEASE Sat Aug 7 14:59:46 SAST 2010 Extracting components for FreeBSD/i386 8.1-RELEASE Sat Aug 7 15:01:50 SAST 2010 Constructing world+src image for FreeBSD/i386 8.1-RELEASE Sat Aug 7 15:05:37 SAST 2010 Extracting world+src for FreeBSD/i386 8.1-RELEASE ########################## Here is my problem ls: /usr/packages/freebsdupdateserver/patches/8.1-RELEASE: No such file or directory ########################## Sat Aug 7 13:07:18 UTC 2010 Building world for FreeBSD/i386 8.1-RELEASE Sat Aug 7 15:07:26 SAST 2010 Moving components into staging area for FreeBSD/i386 8.1-RELEASE mv: rename /R/stage/trees to /R/trees/world: No such file or directory Sat Aug 7 15:07:26 SAST 2010 Identifying extra documentation for FreeBSD/i386 8.1-RELEASE Documentation not built from src: Sat Aug 7 15:07:44 SAST 2010 Extracting extra docs for FreeBSD/i386 8.1-RELEASE tar: could not chdir to '/R/trees/world' Sat Aug 7 15:07:44 SAST 2010 Indexing release for FreeBSD/i386 8.1-RELEASE ^C # Is ftp://ftp.freebsd.org/pub/FreeBSD/ERRATA/patches/ the right place to get them? And then just place them in patches/8.1-RELEASE/ ? Kind regards, Coert Waagmeester