From: dhylands@gmail.com (Dave Hylands)
To: kernelnewbies@lists.kernelnewbies.org
Subject: inittab is not executing after my Linux box boots up
Date: Sun, 19 Jun 2011 10:52:52 -0700 [thread overview]
Message-ID: <BANLkTinNgEOOZT0HXtBUeRfAf1f+xpko-Q@mail.gmail.com> (raw)
In-Reply-To: <BANLkTinsCc_xpqiWOc-eOb1ro9ocv4fEvg@mail.gmail.com>
Hi Projish,
On Sun, Jun 19, 2011 at 8:24 AM, Prajosh Premdas
<premdas.prajosh@gmail.com> wrote:
> Hi
> Please find the entire boot sequence here
> RomBOOT
...snip...
> TCP cubic registered
> NET: Registered protocol family 17
> rtc-at91sam9 at91_rtt.0: hctosys: unable to read the hardware clock
> IP-Config: Guessing netmask 255.0.0.0
> IP-Config: Complete:
> ? ? ?device=eth0, addr=10.220.4.200, mask=255.0.0.0, gw=10.220.4.35,
> ? ? ?host=10.220.4.200, domain=, nis-domain=(none),
> ? ? ?bootserver=255.255.255.255, rootserver=10.0.0.1, rootpath=
> eth0: link up (100/Full)
> VFS: Mounted root (nfs filesystem) on device 0:12.
So it looks like your root file system was mounted successfully.
> Freeing init memory: 128K
All message from this point onwards come from init.
> Starting network...
> ip: RTNETLINK answers: File exists
> Starting dropbear sshd: generating rsa key... generating dsa key... OK
And since sshd is starting, it's actually processing stuff from your
root file system.
You may want to try disabling ssh. Generating the rsa key can take
several minutes, depending on how fast your target is. So it may look
like the system is hung, but it will actually continue to boot.
You may want save away the generated RSA key and include it in your
generated image so that this step is faster. For a given filesystem,
it only happens the first time, and once the generated key is stored,
ssh will just use the previously generated key. But if you're
constantly rebuilding your filesystem without any generated keys then
the first time you boot the new filesystem you'lll gget a long delay.
--
Dave Hylands
Shuswap, BC, Canada
http://www.davehylands.com
next prev parent reply other threads:[~2011-06-19 17:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-14 17:07 inittab is not executing after my Linux box boots up Prajosh Premdas
2011-06-14 17:19 ` Dave Hylands
2011-06-14 17:22 ` Prajosh Premdas
2011-06-15 6:40 ` Raseel Bhagat
2011-06-19 15:24 ` Prajosh Premdas
2011-06-19 15:53 ` Mulyadi Santosa
2011-06-19 17:52 ` Dave Hylands [this message]
2011-06-20 6:24 ` Prajosh Premdas
[not found] ` <BANLkTikR191M+gLTYVstGiNbR3-DNa58Dw@mail.gmail.com>
[not found] ` <BANLkTi=wQ3BHUtVKXu5_UH_x7oXFKvZdJw@mail.gmail.com>
2011-06-21 8:50 ` Prajosh Premdas
2011-06-21 9:31 ` Bernd Petrovitsch
2011-06-21 17:32 ` dinesh bhaskar
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=BANLkTinNgEOOZT0HXtBUeRfAf1f+xpko-Q@mail.gmail.com \
--to=dhylands@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).