All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Justin P. Mattock" <justinmattock@gmail.com>
To: rostedt@goodmis.org
Cc: Jason Baron <jbaron@redhat.com>, Ingo Molnar <mingo@elte.hu>,
	Peter Zijlstra <peterz@infradead.org>,
	Li Zefan <lizf@cn.fujitsu.com>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: system gets stuck in a lock during boot
Date: Wed, 07 Oct 2009 11:45:14 -0700	[thread overview]
Message-ID: <4ACCE1BA.5000307@gmail.com> (raw)
In-Reply-To: <1254931582.1696.171.camel@gandalf.stny.rr.com>

Steven Rostedt wrote:
> On Wed, 2009-10-07 at 08:52 -0700, Justin P. Mattock wrote:
>
>    
>>>
>>>        
>> What I think is happening is while building
>> sysvinit with the SELinux patch, sysvinit is looking
>> in /lib for libselinux(but could be wrong) but libselinux is in
>> /lib64.
>> (here's my excuse as a newbie:)
>>    part of a pain when building an x86_64 multilib is building
>> everything to point to lib64(pure64 with the soft link
>> lib64 ->  lib makes life so much easier).
>>
>> I'm going to look at that patch and see how it tells
>> -lselinux -lsepol to find the libs.
>> (if this is the case then I must admit I am a real
>> newbie, and apologize for the confusion).
>>      
>
> Justin,
>
> Just being able to monkey around with the init code on top of SELinux
> already qualifies you to be well beyond a newbie ;-)
>
> -- Steve
>
>
>
>    
yep like I said I owe you guys an apology, for
my mistake(thanks for taking the time).

 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


  parent reply	other threads:[~2009-10-07 18:46 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-13 15:42 system gets stuck in a lock during boot Justin P. Mattock
2009-08-18 10:49 ` Frederic Weisbecker
2009-08-18 16:09   ` Steven Rostedt
2009-08-18 16:24     ` Justin Mattock
2009-08-18 19:57       ` Steven Rostedt
2009-08-18 20:06         ` Justin P. Mattock
2009-08-18 23:29       ` Steven Rostedt
2009-08-18 23:55         ` Justin P. Mattock
2009-08-19  0:23         ` Justin P. Mattock
2009-08-19  0:31           ` Steven Rostedt
2009-08-19  1:18             ` Justin P. Mattock
2009-08-19  1:10           ` Li Zefan
2009-08-20  5:51             ` Justin P. Mattock
2009-08-22  7:48             ` Justin P. Mattock
2009-08-24  2:41               ` Li Zefan
2009-08-24  3:07                 ` Justin P. Mattock
2009-08-24  5:58                 ` Peter Zijlstra
2009-08-24  6:13                   ` Li Zefan
2009-08-24  6:49                     ` Justin P. Mattock
2009-08-24  6:55                     ` Peter Zijlstra
2009-08-24  7:54                       ` Justin P. Mattock
2009-08-24  8:40                       ` Justin P. Mattock
2009-08-24 19:19                         ` Justin Mattock
2009-08-25  5:50                           ` Peter Zijlstra
2009-08-25  6:04                             ` Li Zefan
2009-08-25  6:21                               ` Peter Zijlstra
2009-08-25  8:59                           ` Ingo Molnar
2009-08-26  0:22                             ` Justin P. Mattock
2009-08-26  7:33                               ` Ingo Molnar
2009-08-26 14:42                                 ` Justin P. Mattock
2009-09-07 21:49                                   ` Justin Mattock
2009-10-02 21:12                                     ` Jason Baron
2009-10-04 17:41                                       ` Ingo Molnar
2009-10-05  0:10                                         ` Justin Mattock
2009-10-06  1:00                                           ` Justin P. Mattock
2009-10-06  1:18                                             ` Steven Rostedt
2009-10-06  2:01                                               ` Justin P. Mattock
2009-10-06 14:31                                             ` Jason Baron
2009-10-06 15:12                                               ` Justin P. Mattock
2009-10-06  1:24                                       ` Steven Rostedt
2009-10-06 20:32                                         ` Jason Baron
2009-10-06 22:30                                           ` Justin P. Mattock
2009-10-07  2:02                                           ` Steven Rostedt
2009-10-07  2:42                                             ` Justin P. Mattock
2009-10-07 13:00                                               ` Steven Rostedt
2009-10-07 14:53                                                 ` Justin P. Mattock
2009-10-07 15:11                                                   ` Steven Rostedt
2009-10-07 15:52                                                     ` Justin P. Mattock
2009-10-07 16:06                                                       ` Steven Rostedt
2009-10-07 17:47                                                         ` Justin P. Mattock
2009-10-07 18:45                                                         ` Justin P. Mattock [this message]
2009-10-07 18:55                                                           ` Steven Rostedt
2009-10-07 19:08                                                             ` Justin P. Mattock
2009-10-12 10:17                                                               ` Ingo Molnar
2009-10-12 18:16                                                                 ` Justin P. Mattock
2009-10-07 14:30                                             ` Jason Baron
2009-10-07 14:40                                               ` Mathieu Desnoyers
2009-10-07 14:55                                                 ` Steven Rostedt
2009-10-07 15:05                                                   ` Mathieu Desnoyers
2009-10-07 15:14                                                     ` Steven Rostedt
2009-08-24 19:42               ` Steven Rostedt
2009-08-24 23:34                 ` Justin Mattock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ACCE1BA.5000307@gmail.com \
    --to=justinmattock@gmail.com \
    --cc=fweisbec@gmail.com \
    --cc=jbaron@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizf@cn.fujitsu.com \
    --cc=mingo@elte.hu \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.