Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756640AbZJGTIs (ORCPT ); Wed, 7 Oct 2009 15:08:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753757AbZJGTIr (ORCPT ); Wed, 7 Oct 2009 15:08:47 -0400 Received: from mail-fx0-f227.google.com ([209.85.220.227]:45114 "EHLO mail-fx0-f227.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753671AbZJGTIq (ORCPT ); Wed, 7 Oct 2009 15:08:46 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=WFh1rchZgDUrrV735S+MgHI8xf4NczhU1iO46eSOqtMSnrwooKZ/SquNT84scyTaX+ SngUSvRGkKugW01W8KxcdwioTIpd3aAaWK+Bn2cjXmiNx8QwpG20YiE3P0MK7Allf7Bl DMacBL/23QT2w7AsQ3o9cd3EQPX4daVkuYuKk= Message-ID: <4ACCE72B.3010906@gmail.com> Date: Wed, 07 Oct 2009 12:08:27 -0700 From: "Justin P. Mattock" User-Agent: Spicebird/0.7.1 (X11; 2009022519) MIME-Version: 1.0 To: rostedt@goodmis.org CC: Jason Baron , Ingo Molnar , Peter Zijlstra , Li Zefan , Frederic Weisbecker , Linux Kernel Mailing List Subject: Re: system gets stuck in a lock during boot References: <1251096925.7538.121.camel@twins> <4A9251EB.8040805@gmail.com> <20090825085919.GB14003@elte.hu> <4A94803A.5060408@gmail.com> <20090826073351.GE23435@elte.hu> <4A9549E5.5020002@gmail.com> <20091002211211.GA2633@redhat.com> <1254792249.13160.213.camel@gandalf.stny.rr.com> <20091006203225.GC2631@redhat.com> <1254880921.1696.112.camel@gandalf.stny.rr.com> <4ACC001D.4050105@gmail.com> <1254920429.1696.127.camel@gandalf.stny.rr.com> <4ACCAB54.4010408@gmail.com> <1254928298.1696.166.camel@gandalf.stny.rr.com> <4ACCB934.7070805@gmail.com> <1254931582.1696.171.camel@gandalf.stny.rr.com> <4ACCE1BA.5000307@gmail.com> <1254941730.1696.177.camel@gandalf.stny.rr.com> In-Reply-To: <1254941730.1696.177.camel@gandalf.stny.rr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1258 Lines: 43 Steven Rostedt wrote: > On Wed, 2009-10-07 at 11:45 -0700, Justin P. Mattock wrote: > > >>> >>> >> yep like I said I owe you guys an apology, for >> my mistake(thanks for taking the time). >> > > Well, thank you for reporting it. If nobody reports any problems, we > just assume everything is OK, and as people curse us out and look for > alternatives, we will be sipping our mai-tais in ignorant bliss. > > -- Steve > > agree, my main concern when reporting is to make sure that it's a real issue, and not a mistake like this one. Anyways, a mai-tais sure does sound good (sign me up!!) >> From what it looks like init was looking for libselinux >> in /lib instead of /lib64. >> after adjusting the Makefile and adding: >> LDFLAGS = -s -L/lib64 -lselinux -lsepol >> LIBDIR=/lib64 >> the system boots right up. >> (sh*t built everything to point to lib64(xserver and all).., and >> forgot the modify init.c to do the same). >> >> Justin P. Mattock >> >> > > > Justin P. mattock -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/