Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 18:50:22 +0300
From:      Slawa Olhovchenkov <slw@zxy.spb.ru>
To:        Christian Kratzer <ck@cksoft.de>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: freebsd-update to 10.2-RELEASE broken ?
Message-ID:  <20150817155022.GD3158@zxy.spb.ru>
In-Reply-To: <alpine.BSF.2.20.1508161911450.49345@noc1.cksoft.de>
References:  <alpine.BSF.2.20.1508161911450.49345@noc1.cksoft.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 16, 2015 at 07:16:03PM +0200, Christian Kratzer wrote:

> Hi,
> 
> I have been trying to update several of my FreeBSD 10.1 amd64 VM to 10.2-RELEASE with freebsd-update and have been failing with an incorrect hash error.
> 
> This is what happens with a plain vanilla 10.1-RELEASE vm when I try to update to 10.2-RELEASE
> 
> Fetching 2356 files... 068eb594e5f6b97554750a8321892e4c229a6f26455f40e4d8e4e7a79577c673 has incorrect hash.
> root@test10:~ck #
> --snipp--
> 
> I get the is on all kinds of VM with different patchlevels of 10.1-RELEASE.  Some of them have /usr/src, some of them don't.
> 
> The hash seems to be different every time round.
> 
> Could this be an issue with one of the mirrors ?
> 
> Has anybody had success yet with an update to 10.2-RELEASE using freebsd-update ?

This is like update.FreeBSD.org in some time give random files.
For examle:

=============
Applying patches... done.
Fetching 10832 files... 136fcae80caaf0143057e16e29a946b62232686b54efd56a2848a4e7547017f7 has incorrect hash.
[00:09:19] ====>> Error: Fail to upgrade system

# gzip -cd /poudriere/jails/i386/var/db/freebsd-update/136fcae80caaf0143057e16e29a946b62232686b54efd56a2848a4e7547017f7.gz > 136fcae80caaf0143057e16e29a946b62232686b54efd56a2848a4e7547017f7.bad
# fetch http://update.FreeBSD.org/10.2-RELEASE/i386/f/136fcae80caaf0143057e16e29a946b62232686b54efd56a2848a4e7547017f7.gz
# gzip -cd 136fcae80caaf0143057e16e29a946b62232686b54efd56a2848a4e7547017f7.gz > 136fcae80caaf0143057e16e29a946b62232686b54efd56a2848a4e7547017f7.god
# ls -ltr 136fcae80caaf0143057e16e29a946b62232686b54efd56a2848a4e7547017f7*
-rw-r--r--  1 root  wheel   713 Aug 13 03:24 136fcae80caaf0143057e16e29a946b62232686b54efd56a2848a4e7547017f7.gz
-rw-r--r--  1 root  wheel  4960 Aug 17 18:37 136fcae80caaf0143057e16e29a946b62232686b54efd56a2848a4e7547017f7.bad
-rw-r--r--  1 root  wheel  1278 Aug 17 18:38 136fcae80caaf0143057e16e29a946b62232686b54efd56a2848a4e7547017f7.god
# cat 136fcae80caaf0143057e16e29a946b62232686b54efd56a2848a4e7547017f7.god
/*
 * Copyright 2013 Eukr'ea Electromatique <denis@eukrea.com>
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#include "imx25-eukrea-mbimxsd25-baseboard.dts"

/ {
        model = "Eukrea MBIMXSD25 with the DVI-VGA Display";
[...]
# cat 136fcae80caaf0143057e16e29a946b62232686b54efd56a2848a4e7547017f7.bad
/*
 * Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 * Copyright (C) 2009 Simon Guinot <sguinot@lacie.com>
 *
 * This file is licensed under the terms of the GNU General Public
 * License version 2. This program is licensed "as is" without any
 * warranty of any kind, whether express or implied.
 */

/dts-v1/;

#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include "orion5x-mv88f5182.dtsi"

/ {
        model = "LaCie d2 Network";
        compatible = "lacie,d2-network", "marvell,orion5x-88f5182", "marvell,orion5x";
[...]
==============

secteam?
admins?
webmaster?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150817155022.GD3158>