From owner-freebsd-current@freebsd.org Wed May 24 14:40:19 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95D2CD7B94B for ; Wed, 24 May 2017 14:40:19 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-yw0-x234.google.com (mail-yw0-x234.google.com [IPv6:2607:f8b0:4002:c05::234]) (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 5644C186D for ; Wed, 24 May 2017 14:40:19 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-yw0-x234.google.com with SMTP id b68so90164065ywe.3 for ; Wed, 24 May 2017 07:40:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=atoxbIKQnBCV1y6jkCMFLKcswRVKGvh4IcpkEeAI/Ic=; b=JqLvHigr5UCDb3OIdOs9To5FREs1+laNQyZa731CPOcmgh18dmahjS09wBNo7YCxeQ owNq5WrnEFWdjR3u2hon0JwpsnLhwVZx54swWOkwL2nRIaiTS3NIHWpXZ49Ahn0tqHIn 7qyahklTS54NNx9E3CRCHLs/rhpBGap315Eenq4M/35ztuye/AN52G8E0fCJtm8lSPEq 0w24JQPqMgHoWwYNB4bBXCS5QPvgN1aMKOfIt6HjGkP8KgqRUoqqqI8LJh71xZyZKksU r2VWmMoRL3CaQ7Ub4S/STwQi9y8IKrCeicEh0UKAFGOrwvuNX2xEjMNWT7WAflMzfIAn jNOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=atoxbIKQnBCV1y6jkCMFLKcswRVKGvh4IcpkEeAI/Ic=; b=GAJhEqjPbp8Uapl1hxGKm1hUc9iyA5kMu8msuQhn15CnsD4RjEj5MVLtUCOj+zXbp4 uYEeQr6pITtbTjxWkj89QmgBOUVgUQ1H+nzNrqSjUfOmgSs3Or58bsKEcxAgbh79gyWt ZcQe7uxC4No44+8iq7rCqq2vgmOQJhndlx2NF1YM6LcO/hsYF3Vi5GORFXXAfhQtgbaB z3Vfhv4SDlsvos9kjlb1R9xSgXTrjsc0WO91ONFonx5m9KaDZXDN1AWBHhrMbKfMLOss YyThlRnD94+8pInUNSQHR8diARrfRAB8ExySMVHmBsQMLSlumdOjTe40hiZp5VsNDd59 CdDQ== X-Gm-Message-State: AODbwcB/ggNHemqrxeXFSUXwaxU31bCR3WvKjq3lB9hE7R4gfPX/HcUD nu9WnjTQxJlDYFyj3IWv6DZcHy90QsSS X-Received: by 10.129.4.137 with SMTP id 131mr25084168ywe.222.1495636818490; Wed, 24 May 2017 07:40:18 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.13.206.199 with HTTP; Wed, 24 May 2017 07:40:17 -0700 (PDT) In-Reply-To: <20170524124219.3410c416@hermann> References: <20170524124219.3410c416@hermann> From: Alan Somers Date: Wed, 24 May 2017 08:40:17 -0600 X-Google-Sender-Auth: q8WD66rln3busu-qndweisiVV7g Message-ID: Subject: Re: ino64: desastrous update - recommendations not working!!! To: "Hartmann, O." Cc: FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 24 May 2017 14:40:19 -0000 On Wed, May 24, 2017 at 4:42 AM, Hartmann, O. wrote: > On almost every CURRENT that has been updated according to UPDATING > entry 2017-05-23 regarding ino64, the recommended update process ends > up in a desaster or, if the old environemnt/kernel is intact, itr > doesn't work. > > Procedure: > > make -jX buildworld buildkernel [successful] > make installkernel [successful] > reboot > Booting single user mode as recommended withnthe newly installed kernel > BUMMER! > When it comes to the point to type in the full path of /bin/sh, /bin/sh > immediately fails with SIGNAL 12 Did you use a custom kernel config file without COMPAT_FREEBSD11?