Date: Fri, 7 Aug 2009 17:09:48 +0200 From: cpghost <cpghost@cordula.ws> To: Identry <jalmberg@identry.com> Cc: freebsd-questions@freebsd.org Subject: Re: Boot failure Message-ID: <20090807150948.GB2419@phenom.cordula.ws> In-Reply-To: <4d4e09680908070759v4f33ef46wa4bc41d8111ab3d@mail.gmail.com> 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> <4d4e09680908070759v4f33ef46wa4bc41d8111ab3d@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 07, 2009 at 10:59:13AM -0400, Identry wrote: > > Try this: > > > > # strings /boot/kernel/kernel ? ? | 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 So both are (probably) custom kernels. Just run a diff between: /usr/src/sys/$ARCH/conf/GENERIC and /usr/src/sys/$ARCH/conf/INET_ON (with ARCH being one of i386, amd64, etc...) GENERIC and INET_ON may be equal; then you're running GENERIC. If not, they you're running a customized kernel. -cpghost. -- Cordula's Web. http://www.cordula.ws/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090807150948.GB2419>