From owner-freebsd-questions@FreeBSD.ORG Fri Aug 7 14:59:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBBF71065670 for ; Fri, 7 Aug 2009 14:59:15 +0000 (UTC) (envelope-from identry@gmail.com) Received: from mail-bw0-f218.google.com (mail-bw0-f218.google.com [209.85.218.218]) by mx1.freebsd.org (Postfix) with ESMTP id 413A98FC1A for ; Fri, 7 Aug 2009 14:59:14 +0000 (UTC) Received: by bwz18 with SMTP id 18so1468488bwz.7 for ; Fri, 07 Aug 2009 07:59:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=qCAkzPfKfyn423EDngNughVEgFiTGqfZo7s2NEd+wrY=; b=WL+85VMloBXaAlZTbFcJ0GzxLXfseBCLKEsOarsn3S+z8RZw5ErI2/3g8c8TzpBmqX eX66f/E6LfK3PocNZhlL1Ha9vlQ0pNZbO3aP0S9yGG5dagMUabJXBsQZovtqr22o4gzO 5fwemOrRlrp047uKOOk2KFwl+ckQLbIB73M2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=h84irSqHAwDdKgOiNRPzBoAVPgMcZGMpJGXLT6xF1qDj722fJI0/rf0jzRNpBy5Jnl jCPjbP8THG430Vv4cCCFma4M1uIMSD2qE1CDbLScunbYPVjfsvBYv32V30fULGAbJuPv j+LVYljg73AHCula4ubFiituMBfdfa38WEW44= MIME-Version: 1.0 Sender: identry@gmail.com Received: by 10.204.115.135 with SMTP id i7mr3230802bkq.178.1249657154029; Fri, 07 Aug 2009 07:59:14 -0700 (PDT) In-Reply-To: <20090807144348.GA2419@phenom.cordula.ws> References: <4d4e09680908061012q6ea8aeacm875c556eaea7a54f@mail.gmail.com> <4A7B1B41.7090507@unsane.co.uk> <4d4e09680908061733v21602321x252a7111a7648ad6@mail.gmail.com> <4A7C074C.9060303@unsane.co.uk> <4d4e09680908070731u546d6dfck6c9b9b1d66e1e6fa@mail.gmail.com> <20090807144348.GA2419@phenom.cordula.ws> Date: Fri, 7 Aug 2009 10:59:13 -0400 X-Google-Sender-Auth: 9c188f9def9af57f Message-ID: <4d4e09680908070759v4f33ef46wa4bc41d8111ab3d@mail.gmail.com> From: Identry To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Boot failure 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: Fri, 07 Aug 2009 14:59:16 -0000 > Try this: > > # strings /boot/kernel/kernel =A0 =A0 | grep ':/usr/obj/usr/src/sys/' > # strings /boot/kernel.old/kernel | grep ':/usr/obj/usr/src/sys/' $ strings kernel/kernel |grep ':/usr/obj/usr/src/sys' root@on.identry.com:/usr/obj/usr/src/sys/INET_ON $ strings kernel.old/kernel |grep ':/usr/obj/usr/src/sys' root@on.identry.com:/usr/obj/usr/src/sys/INET_ON