From owner-freebsd-stable@FreeBSD.ORG Fri Jul 31 14:42:26 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BE8F106564A for ; Fri, 31 Jul 2009 14:42:26 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mail.digiware.nl (mail.ip6.digiware.nl [IPv6:2001:4cb8:1:106::2]) by mx1.freebsd.org (Postfix) with ESMTP id C55F08FC08 for ; Fri, 31 Jul 2009 14:42:25 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from localhost (localhost.digiware.nl [127.0.0.1]) by mail.digiware.nl (Postfix) with ESMTP id 9A02C153434; Fri, 31 Jul 2009 16:42:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from mail.digiware.nl ([127.0.0.1]) by localhost (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OH7TBSB1M47s; Fri, 31 Jul 2009 16:42:22 +0200 (CEST) Received: from [192.168.10.67] (opteron [192.168.10.67]) by mail.digiware.nl (Postfix) with ESMTP id 976CF153433; Fri, 31 Jul 2009 16:42:22 +0200 (CEST) Message-ID: <4A730346.3070301@digiware.nl> Date: Fri, 31 Jul 2009 16:44:22 +0200 From: Willem Jan Withagen Organization: Digiware User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Helge.Oldach@atosorigin.com References: <4A72B8E4.6060509@withagen.nl> <4A72BAAB.4080502@yandex.ru><4A72BF07.7080603@digiware.nl> <4A72DE53.7090509@withagen.nl> In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org, bu7cher@yandex.ru Subject: Re: Upgrading from 6.4 to 7.2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 31 Jul 2009 14:42:26 -0000 Helge.Oldach@atosorigin.com wrote: > Willem, > > Willem Jan Withagen wrote on Friday, July 31, 2009 2:07 PM: >> Willem Jan Withagen wrote: >>> Andrey V. Elsukov wrote: >>>> Willem Jan Withagen wrote: >>>>> With a 6.4 of last night.... >>>>> >>>>> So I guess 6.4 -> 7.2 needs to go via 7.0 ?? >>>> It is already fixed. http://svn.freebsd.org/changeset/base/195987 >>>> >>> cvsupped last night at 1:00 +1 So the apha-particle strikes again. ;) >>> >>> >>> I'll update, and rerun. >> We'll I got 1 step further. >> >> Kernel is build, but refuses to install, > > > >> ===> accf_http (install) install -o root -g wheel -m 555 accf_http.ko >> /boot/kernel install -o root -g wheel -m 555 accf_http.ko.symbols >> /boot/kernel kldxref /boot/kernel kldxref: file isn't >> dynamically-linked kldxref: file isn't dynamically-linked kldxref: file >> isn't dynamically-linked > > Are you sure the kernel does not install? I have recently source-upgraded > a bunch of systems straight from 6-STABLE to 7-STABLE, constantly > observed this error, but kernel and modules did install properly, and the > machines booted up as smoothly as expected. Most of them with gmirror, > BTW. Well the server is in a colo, so I'm sort of hesistant to try just that while I'm not standing next to it.... So one of the suggestions I like is, to actually build with geom hard fixed in the kernel. But I can not trivially find the option to include in the kernelconfig --WjW