From owner-freebsd-current@FreeBSD.ORG Mon Mar 23 05:49:09 2015 Return-Path: Delivered-To: freebsd-current@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 B9CA2C9; Mon, 23 Mar 2015 05:49:09 +0000 (UTC) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (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 488EBFAC; Mon, 23 Mar 2015 05:49:09 +0000 (UTC) Received: by wegp1 with SMTP id p1so128795461weg.1; Sun, 22 Mar 2015 22:49:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=OkEhVE97Mfzy2Od6MfmXHlGw5ZxcMGyDBc6HcUgnO3c=; b=lTXY0h8F1frQEzQxPVLFQGc+0zCagSOEj6UAXFpSvdrS8HzYlAJ6Rl5NQ38P4PBwEe LQASoG8fmKVLKNLczHKsbYVDbHYjOYKJPNmoiDVm/WJIBaHyffgp9HFftuIQcRv6ZYTZ epTqEDCpyM97P+ujIPJjIUsRn0l8w8MfcKNn1sy3NoqCeGDjDGVnb+WRcFgEM35u+MuF 8Q4BsECgdI2YFzjzGQdmHFEWQEhp3RaE5M/jvXfMniMf69FVyKipk+oBI/IuXhA/j6ju rCqwq4kP9O4yAnZcWd1mh55FARu/Zx5RzHVQ3e+bioaY6HILLhZwNsP6TC64hwOAIH30 puAg== X-Received: by 10.194.85.46 with SMTP id e14mr176267161wjz.110.1427089747621; Sun, 22 Mar 2015 22:49:07 -0700 (PDT) Received: from laptop.minsk.domain (minsk.nivalnetwork.com. [86.57.144.74]) by mx.google.com with ESMTPSA id at4sm17805847wjc.16.2015.03.22.22.49.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Mar 2015 22:49:06 -0700 (PDT) Date: Mon, 23 Mar 2015 08:47:38 +0300 From: "Sergey V. Dyatko" To: dteske@freebsd.org Subject: bsdinstall and current (possible stable) snapshots Message-ID: <20150323084738.70f7db7b@laptop.minsk.domain> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2015 05:49:09 -0000 Hi Devin, Recently I'm trying to install FreeBSD CURRENT from bootonly image ( FreeBSD-11.0-CURRENT-amd64-20150302-r279514-bootonly.iso) on IBM HS22 blade via bladecenter's kvm but I faced with problem on checksum stage, bootonly doesn't contain base, kernel,etc distributions but it contain manifest file. On mirrors we have pub/FreeBSD/snapshots/${ARCH}/11.0-CURRENT/*txz and MANIFEST, sha256 sums from _local_ manifest doesn't match sha256 sums for fetched files. I suppose it will be fine with RELEASE bootonly iso but not with stable/current. there is 2 ways how we can handle it: 1) download remote MANIFEST if spotted checksum mismatch and trying to use it 2) allow user to continue installation with 'broken' distributions I had to first put 10.1 then update it to HEAD :( What do you think ? -- wbr, tiger