From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 12:41:57 2012 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 995DB106564A for ; Mon, 20 Aug 2012 12:41:57 +0000 (UTC) (envelope-from piloyder@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6001A8FC0C for ; Mon, 20 Aug 2012 12:41:57 +0000 (UTC) Received: by ialo14 with SMTP id o14so3243880ial.13 for ; Mon, 20 Aug 2012 05:41:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mGDXIyqtAjIXGc5/R3P75DzhSdigvIOLw2vn8aXbung=; b=iMsEK0UYGvGFzT6w2ZR4yYt1i+U3oAgtbC2pIlhaBaUmpyRPSlr64dhNSoyr3VlYv0 HvzFUogCvA39k2Aqvg4CiuSK7Mz2pp7R00Z2P9eNXW1xYuxNNQL/FYUrhVBBukNaCSwT 1alnlzMWqN3sWfYZmBgVHiN3OedPy7PIRvxjzHXXobcgol7XzV6XoWybsULoENS1TGaC a377jFo/812BNN2H0TrIfuYfppAAA73yN663o7YkG3kVNkRmw8W/m65SOXzrA4W0FXPV LWm0u+SZuASSlnABMynm3+e8gWMxvBJ9HB0DTsphw1Q3MU8pZtw+bpBK5QVtTQ/6VdNR 9dcw== MIME-Version: 1.0 Received: by 10.42.109.194 with SMTP id m2mr7894987icp.48.1345466516601; Mon, 20 Aug 2012 05:41:56 -0700 (PDT) Received: by 10.43.45.2 with HTTP; Mon, 20 Aug 2012 05:41:56 -0700 (PDT) In-Reply-To: <20120820142755.573029da.freebsd@edvax.de> References: <20120820142755.573029da.freebsd@edvax.de> Date: Mon, 20 Aug 2012 16:41:56 +0400 Message-ID: From: Denis To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Cc: questions@freebsd.org Subject: Re: freebsd-update fetch trying to update custom kernel 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: Mon, 20 Aug 2012 12:41:57 -0000 > Then why not follow my suggestion of _letting_ freebsd-update > update the kernel, but _use_ a different one instead which it > won't touch? In /boot/loader.conf: > > kernel="mykernel" > bootfile="/boot/mykernel/kernel" > > Now freebsd-update can happily alter the default kernel without > affecting yours. Note that this implies that _you_ have to take > care of kernel changes and recompiling if needed. > > I know, it's just a workaround and doesn't address the problem > directly, but it should get you away from any related trouble. Yes, I saw your advice, and will follow it. The main idea - may be I missed something and there will be an easy fix to my problem. I want to make sure that the problem exists, and I'm not the only person faced with this error. And also I have a small hope that problem will be fixed by freebsd team :-). Best regards, Denis