From owner-freebsd-stable@freebsd.org Sun Aug 23 20:53:49 2015 Return-Path: Delivered-To: freebsd-stable@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 D3C8C9C05D6 for ; Sun, 23 Aug 2015 20:53:49 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) (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 8FC6619CD for ; Sun, 23 Aug 2015 20:53:49 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: by wicja10 with SMTP id ja10so55756447wic.1 for ; Sun, 23 Aug 2015 13:53:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:cc:reply-to :in-reply-to; bh=OqkfL0STyrNavwd+smxwLd2fV2tWuCAX7GnLTrAjCtg=; b=YObUNr48a8dhsoKgNXeId5bXuiyRJKlsxo5Ua9Em40JcC2REZbJPpzDPSf2pTXx2OJ vTJ/tA9CmJIGW3t94ZFuWRDJB8KYOZNawAKxQqX3KUrbUiOutZlvvoEUYpmzMY+kRf3m oXIM3q2lZt3H2zPWU3dEjEUESiA5EybUur2CZSe7e2y6GJaqPK+d+8+drWmgY8xMv5v2 jruV506jBLkRCBzRqGOAzMaMh9khLt4v/QvMlgZUukrKFK4r/q9fUFaaVynFjcCeWmOe p1sQdomSUb94GxonHnsB4gu3K6vaRy+UBj5LiwUEc5DG+hMs6K1FWVRV0QKZxVSbIgaz V2ag== X-Gm-Message-State: ALoCoQmV0VVtA4mZoUaH0w3MbUzI3/Gkbj8yVQJN2N8CkmmJavI6/DOoh4l+1/2zLrwFvIh+YNNr X-Received: by 10.194.190.79 with SMTP id go15mr33049504wjc.80.1440363222552; Sun, 23 Aug 2015 13:53:42 -0700 (PDT) Received: from mech-as222.men.bris.ac.uk (mech-as222.men.bris.ac.uk. [137.222.170.4]) by smtp.gmail.com with ESMTPSA id q8sm9718274wik.24.2015.08.23.13.53.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 23 Aug 2015 13:53:41 -0700 (PDT) Received: from mech-as222.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as222.men.bris.ac.uk (8.15.2/8.15.2) with ESMTP id t7NKreEg008130; Sun, 23 Aug 2015 21:53:40 +0100 (BST) (envelope-from mexas@mech-as222.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as222.men.bris.ac.uk (8.15.2/8.15.2/Submit) id t7NKreDA008129; Sun, 23 Aug 2015 21:53:40 +0100 (BST) (envelope-from mexas) Date: Sun, 23 Aug 2015 21:53:40 +0100 (BST) From: Anton Shterenlikht Message-Id: <201508232053.t7NKreDA008129@mech-as222.men.bris.ac.uk> To: marcel@xcllnt.net, mexas@bris.ac.uk Subject: Re: ia64 regression from r285809 to 286952: kernel does not boot Cc: freebsd-stable@freebsd.org Reply-To: mexas@bris.ac.uk In-Reply-To: <4B79B13C-A31E-4825-BCAD-34C5876D470E@xcllnt.net> X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2015 20:53:49 -0000 >From marcel@xcllnt.net Sun Aug 23 20:40:48 2015 > >> On Aug 23, 2015, at 7:51 AM, Anton Shterenlikht = >wrote: >>=20 >> I'm not sure if ia64 list is still operational, so >> post here. >>=20 >> ia64 r285809 10-STABLE works fine. >> I updated to r286952, buildworld, buildkernel, installkernel, >> reboot, boot -s, and I get stuck with: >>=20 >> FreeBSD/ia64 EFI boot, Revision 3.0 >> (root@mech-cluster241.men.bris.ac.uk, Thu May 5 11:18:40 BST 2011) >> Loading /boot/defaults/loader.conf >> /boot/kernel/kernel text=3D0x11107f0 data=3D0xdfd68+0xa54f8 = >syms=3D[0x8+0xc2a78+0x8+0xb7965] >> - >> Hit [Enter] to boot immediately, or any other key for command prompt. >> Booting [/boot/kernel/kernel]... >> Entering /boot/kernel/kernel at 0x9ffc000000010500=E2=80=A6 > >Do you have options DDB in your kernel configuration? >If yes, can you boot without it? This is a GENERIC kernel, so no. Anton