[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom ["Troy Davis" <troy.davis@airbornedatasystems.com>] (fwd)
- To: rtl@rtlinux.org
- Subject: BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom ["Troy Davis" <troy.davis@airbornedatasystems.com>] (fwd)
- From: Der Herr Hofrat <der.herr@hofr.at>
- Date: Tue, 26 Jun 2001 07:50:52 +0200 (CEST)
>From owner-rtl Mon Jun 25 14:02:51 2001
Received: from smtp.america.net (smtp.america.net [199.170.121.14])
by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f5PK2oe06985
for <rtl@fsmlabs.com>; Mon, 25 Jun 2001 14:02:50 -0600
Received: from troy ([65.164.247.106])
by smtp.america.net (8.9.1/8.9.1) with SMTP id PAA15098
for <rtl@fsmlabs.com>; Mon, 25 Jun 2001 15:56:35 -0400 (EDT)
From: "Troy Davis" <troy.davis@airbornedatasystems.com>
To: <rtl@fsmlabs.com>
Subject: RE: [rtl] booting from flashdisk
Date: Mon, 25 Jun 2001 14:57:37 -0500
Message-ID: <JHEDINBALLCIHDOEAOMCGEPGCBAA.troy.davis@airbornedatasystems.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
Importance: Normal
In-Reply-To: <200106230635.f5N6Zvr12754@kanga.hofr.at>
The problem was libs were missing for bash so it could not execute the
scripts. ldd bash gave me the answer. Thank you :^)
Troy Davis
Airborne Data Systems, Inc.
-----Original Message-----
From: owner-rtl@fsmlabs.com [mailto:owner-rtl@fsmlabs.com]On Behalf Of
Der Herr Hofrat
Sent: Saturday, June 23, 2001 1:36 AM
To: rtl@fsmlabs.com
Cc: Rtl@Rtlinux.Org
Subject: Re: [rtl] booting from flashdisk
> Hello all-
> I have been fighting with the booting from a flash disk using initrd and
a
> ramdisk. I have now gotten to where it boots the kernel without any
> problems, and gets to init. However I get the following error:
>
> INIT: version 2.76 booting
> INIT: cannot execute "/etc/rc.d/rc.S"
> INIT: Entering runlevel:3
> INIT: cannot execute "/etc/rc.d/rc.M"
> INIT: No more processes left in this runlevel.
>
multiple posibilities
1) the rc sripts have the wrong permissions
2) the libs are not in place and its not finding the required libs
3) the scripts reference /bin/sh and the link is not set to the proper shell
4) the scripts are not accessible at this point (real root not set yet)
to check whats going on boot into a root-shell by passing the kernel a
boot: linux init /bin/bash (or what ever shell you have)
and then when you get to the prompt execute all the steps in /etc/inittab
manually , this will show where it is failing.
hofrat
----- End of forwarded message from owner-rtl@fsmlabs.com -----
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/
----- End of forwarded message from owner-rtl@fsmlabs.com -----