DJ Lucas <[EMAIL PROTECTED]> wrote:
| mess-mate wrote:
| >Hi anybody know where/how bash is loaded at INIT ??
| >or for what scripts INIT is looking before 'mountkernfs' ?
| >best regards
| 
| Is this still the same reoccurring problem?  If so it probably should have 
not jumped topics 
| and still belongs on LFS-Support...anyway.  First thing you need to do is 
figure out which 

Didn't find anything about thos problem in the lfs archives :(

| script has the problem.  I'm not sure I understood the question correctly, so 
if this is too 
| simplified just ignore the rest of this message.
| 
| The scripts run in sequential order....first all the symlinks in 
/etc/rc.d/rcsysinit.d/.  
| The K scripts are run first in alphanumerical order, then the S scripts, 
again in 
| alphanumerical order.  Next is passed to the default runlevel (3 by default 
LFS) so that the 
| scripts linked to in /etc/rc.d/rc3.d/ are run.  The real scripts reside in 
| /etc/rc.d/init.d/.
| 
| If this is still the same problem, there is a little something in contrib to 
help you 
| identify where the problem is.  If using version 3.2.1 of the 
lfs-bootscripts, do the 
| following from your sources directory:
| 
| cp /etc/sysconfig/rc /etc/sysconfig/rc.backup &&
| cp /etc/rc.d/init.d/rc /etc/rc.d/init.d/rc.backup &&
| cp lfs-bootscripts-3.2.1/contrib/init.d/rc-Interactive \
|     /etc/rc.d/init.d/rc &&
| cp lfs-bootscripts-3.2.1/contrib/sysconfig/rc-Interactive \
|     /etc/sysconfig/rc &&
| chown root:root /etc/rc.d/init.d/rc /etc/sysconfig/rc &&
| chmod 754 /etc/rc.d/init.d/rc &&
| chmod 640 /etc/sysconfig/rc
| 
| Now reboot and press "I" when prompted, this will definitely identify the 
problem script, 
| assuming you don't have a read-only root partition. The alternate rc script 
will echo the 
| script name in interactive mode before executing it.  Once the failing script 
is identified, 
...snip..

Thanks for your help.
But the error occur just after 'version 2.86 booting'
so the interactive mode can't help.
After INIT Net ... and version 2.86 booting there are 3 consecutive
errors like this:
[: ==: unexpected operator.
Ok if it is a bash message of a config error, but to find out where
to search i've to know what script(s) is(are) executed just after
'version 2.86 booting ' on the boot process,
and before the execution of the /etc/rc.d/rcsysinit.d/ scripts.

Best regards


mess-mate                               
--
There is a great discovery still to be made in Literature: that of
paying literary men by the quantity they do NOT write.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to