From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 2 11:30:16 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23B1C106566C for ; Thu, 2 Aug 2012 11:30:16 +0000 (UTC) (envelope-from psychosensor@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id D6C188FC17 for ; Thu, 2 Aug 2012 11:30:15 +0000 (UTC) Received: by yhfs35 with SMTP id s35so10000382yhf.13 for ; Thu, 02 Aug 2012 04:30:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1M956bNYi5m7iGoQQ/PTVRusmhv14oHXE/t1NJlamm0=; b=j3zhw4P6d7gwGrjJ28FuCgFFHU1iyp5m+sV5Ppkvg9h6WZ9yJ7SElRLSZr4DZvUQa5 R+tLOak0xfWtrneGkzJ3v5B+pNK1tiWVMI6F4WvvfcfuXHUF6HE5jtEZwTON2cXnleD8 7kN132aUQw0bq00s66ZYKSV+DZKOeUGtGfDsFVPiF4rW/+z0rHu81kcbt3OAVeAQzsEi V9eMkr1a9/hZjlOpMVIl6Il0TpnoXmHJO7BEgJjvg4dE3XaSe13PVWzSFH8jTgP4x/f2 qdnhwECjdU05+Et9tTm8l5xjC+KSgFC9m5CbUEmRReOCBj8EgGmC5MXrSioNVxIyaa3P 0e8Q== MIME-Version: 1.0 Received: by 10.236.138.138 with SMTP id a10mr19844792yhj.39.1343907014417; Thu, 02 Aug 2012 04:30:14 -0700 (PDT) Received: by 10.100.212.9 with HTTP; Thu, 2 Aug 2012 04:30:14 -0700 (PDT) Date: Thu, 2 Aug 2012 14:30:14 +0300 Message-ID: From: Sergey Listopad To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: How to debug loader(8) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2012 11:30:16 -0000 Hi. I have as issue with booting FreeBSD on retro server. loader(8) stuck during the boot (more details http://docs.freebsd.org/cgi/mid.cgi?CAO_2TxM4_7YpPV9iTXeX6S7w4T1zqiZJa0ewe5KKiusdmNiVnw) How can I debug why loader(8) is stuck. What information may be helpful? Thanks. -- S.Listopad