From owner-freebsd-stable@freebsd.org Wed Sep 2 17:30:27 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 4E1749C8BDE for ; Wed, 2 Sep 2015 17:30:27 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) (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 E182ED0F for ; Wed, 2 Sep 2015 17:30:26 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: by wicmc4 with SMTP id mc4so73684841wic.0 for ; Wed, 02 Sep 2015 10:30:19 -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=oTodXewfcHgMZ7lTHTeX2fgPR2rr71PR6HhQx3yiimY=; b=k66wMLKWh3jMvqEZv4lu2GvhOtZUQpm1tWPJoQy0a+IlTYzVCC8M5f6q5PmrS2GR8O +CoNmkMkof7K9ROs5tEs56k3f86ood8rlE6AD5oIM30/0o/k1Jd1/4WAb0wWuoMh1n1i 4kxEC0SeHvDZhNf+x9yLxIhcq3kEiExIH/tLYEOIAXv3TzGYxE24Em0pzwR+HzXhtIbY XtNu6Q19/ZlXKCZnz6U9hVo4Fn5Hj23hcARfRfotdoe+D5+AQWQFC2xc6IBvsAWAs6MJ 7ymBPcVMiiENbmLiTR+zhwpKyjsERSEE8SbWn/2N9w+kqUMx3xS4KnQ0UNKivpbCHQKQ qnxg== X-Gm-Message-State: ALoCoQnBm6rtNG8f52V51U8aFlimLWXrf4TNwbdagaWEsCE8Jpt1xzP2Tgjm8GQbkHWBmv7ECjRq X-Received: by 10.194.203.3 with SMTP id km3mr39532407wjc.114.1441215018845; Wed, 02 Sep 2015 10:30:18 -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 v8sm33465796wjr.15.2015.09.02.10.30.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Sep 2015 10:30:18 -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 t82HUH4n050665; Wed, 2 Sep 2015 18:30:17 +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 t82HUGjg050664; Wed, 2 Sep 2015 18:30:16 +0100 (BST) (envelope-from mexas) Date: Wed, 2 Sep 2015 18:30:16 +0100 (BST) From: Anton Shterenlikht Message-Id: <201509021730.t82HUGjg050664@mech-as222.men.bris.ac.uk> To: marcel@xcllnt.net, mexas@bris.ac.uk Subject: Re: ia64 stable/10 r286316: hang at Entering /boot/kernel/kernel Cc: freebsd-stable@freebsd.org, kostikbel@gmail.com Reply-To: mexas@bris.ac.uk In-Reply-To: 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: Wed, 02 Sep 2015 17:30:27 -0000 The kernel limits I have in /boot/loader.conf are following this PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=156900 #kern.dfldsiz=536748032 # default soft limit for process data #kern.dflssiz=536748032 # default soft limit for stack # hard limits #kern.maxdsiz=536748032 # hard limit for process data #kern.maxssiz=536748032 # hard limit for stack #kern.maxtsiz=536748032 # hard limit for text size If I leave these in, then with Marcel's patch I get to mountroot> prompt, and then panic. If I remove these, then I can boot. If I try booting with -s, then I get to a hang at "Entering /boot/kernel": /boot/kernel.old/kernel text=0x1110710 data=0xdfce8+0xa54f8 syms=[0x8+0xc29e8+0x8+0xb78f6] ?[37m?[44mBooting...?[m Entering /boot/kernel.old/kernel at 0x9ffc000000010500... *********************************************************** * ROM Version : 04.29 * ROM Date : 11/30/2007 * BMC Version : 04.04 Is it worth investigating what limit value will boot? Anton