From owner-freebsd-stable@FreeBSD.ORG Fri Dec 12 08:29:39 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 413E7D6C for ; Fri, 12 Dec 2014 08:29:39 +0000 (UTC) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02A9D313 for ; Fri, 12 Dec 2014 08:29:39 +0000 (UTC) Received: by mail-oi0-f53.google.com with SMTP id x69so4810322oia.26 for ; Fri, 12 Dec 2014 00:29:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=r+ZXJAlIEG5nBoXuR2NPu9wQ/XyqmowcYkf3QM1lrOA=; b=OBxyPXUZPw2rUty+2jAg3XdgOeXamcBtEdr6COseFYVFObM5zntLDooT04zHOHvZik Wsfp/g1zzrNgEpJtdIzqM9d4AwHbQpdkGl3cYywrOsN/k+xtRpLWutmE/XdUTeCX0E5w 4O1aq6i0jhkcEeeQ44UG64JhxdtHbl0smiuzKL3LRFGJdpJ6gp7QcKLOfhojuAHhitPI gTEEL5aKn/254um90N7FLh7FtYujVmvUrX65qeym293i84F7xyIjB6STTpEEKa+d+jo0 6PRBrNWih3oSqhkyNf5p7nmJvU+eQ/Va+T18pcZ2T3N6jLuZ7ybWaBBfh6r6ckbmzYQJ UBpg== X-Received: by 10.60.134.20 with SMTP id pg20mr9381317oeb.36.1418372978157; Fri, 12 Dec 2014 00:29:38 -0800 (PST) MIME-Version: 1.0 Sender: royce.williams@gmail.com Received: by 10.202.198.133 with HTTP; Fri, 12 Dec 2014 00:29:16 -0800 (PST) In-Reply-To: <201412120815.sBC8F2XQ087105@mech-as221.men.bris.ac.uk> References: <201412120815.sBC8F2XQ087105@mech-as221.men.bris.ac.uk> From: Royce Williams Date: Thu, 11 Dec 2014 23:29:16 -0900 X-Google-Sender-Auth: FKwjf0TpaU0hjE154D5Lq_qfg-U Message-ID: Subject: Re: freebsd-update: Installing updates...install: ///usr/src/contrib/tzdata/zone1970.tab: No such file or directory To: mexas@bris.ac.uk Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2014 08:29:39 -0000 On Thu, Dec 11, 2014 at 11:15 PM, Anton Shterenlikht wrote: > I'm trying to update from 10.0-RELEASE-p12 amd64 to > 10.0-RELEASE-p13. > > I get: > > # freebsd-update fetch > Looking up update.FreeBSD.org mirrors... 5 mirrors found. > Fetching metadata signature for 10.0-RELEASE from update4.freebsd.org... done. > Fetching metadata index... done. > Inspecting system... done. > Preparing to download files... done. > > The following files will be added as part of updating to 10.0-RELEASE-p13: > /usr/src/contrib/tzdata/zone1970.tab > # freebsd-update install > Installing updates...install: ///usr/src/contrib/tzdata/zone1970.tab: No such file or directory > done. > # You can create the missing directory path: # mkdir -p /usr/src/contrib/tzdata/ freebsd-update does not always create the paths itself. Royce