Gentoo Archives: gentoo-user

From: Pandu Poluan <pandu@××××××.info>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Init Scripts Not Starting
Date: Thu, 05 Jan 2012 19:18:20
Message-Id: CAA2qdGXQQuXUkrdqBrD8Wq8e7f+vNFeppek6vJC2bTOYL3HzXg@mail.gmail.com
In Reply to: Re: [gentoo-user] Init Scripts Not Starting by Pandu Poluan
1 On Jan 6, 2012 2:09 AM, "Pandu Poluan" <pandu@××××××.info> wrote:
2 >
3 >
4 > On Jan 4, 2012 9:56 PM, "Dan Cowsill" <danthehat@×××××.com> wrote:
5 > >
6
7 ----- >8 snippage
8
9 > >
10 >
11 > That's strange... it looks as if the /etc seen by rc during boot is
12 different from the /etc seen after entering runlevel default...
13 >
14
15 Try bind mounting root separately, e. g. :
16
17 mkdir -p /mnt/root
18 mount -o bind / /mnt/root
19
20 then compare the relevant subdirectories under /etc and /mnt/root/etc
21
22 Rgds,

Replies

Subject Author
Re: [gentoo-user] [SOLVED] Init Scripts Not Starting Dan Cowsill <danthehat@×××××.com>