9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Ralph Moritz <ralmoritz@gmail.com>
To: 9fans@cse.psu.edu
Subject: [9fans] Init hangs
Date: Mon, 22 Sep 2008 11:35:41 +0000	[thread overview]
Message-ID: <loom.20080922T111157-634@post.gmane.org> (raw)

Hi 9fans!

I downloaded the ISO image dated 18 Sep 2008. The live CD worked beautifully,
so I decided to install under VMWare Workstation 6. Well done to the guys who
did the new(ish?) installer, IMHO it's a big improvement over the old one.

Anyway, after installing and rebooting, the kernel gets as far as running
init, which prints out

init: starting /bin/rc

and then hangs. I've taken a look at /sys/src/cmd/init.c and found that
this line gets printed from the following code near the bottom of main:

	for(;;){
		print("\ninit: starting /bin/rc\n");
		fexec(rcexec);
		manual = 1;
		cmd = 0;
		sleep(1000);
	}

What could have gone wrong? If exec had failed, an error message would have
been printed. The only thing I can think of is that perhaps /bin/rc is an
invalid image.

Is there a core dump file I can examine to find out what's going wrong? I'm
a noob, so please, put away the lighter and help me out :)

TIA,
Ralph




             reply	other threads:[~2008-09-22 11:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-22 11:35 Ralph Moritz [this message]
2008-09-22 11:46 ` Rodolfo kix García 
2008-09-22 11:42   ` erik quanstrom
2008-09-22 12:26     ` Ralph Moritz
2008-09-22 17:44   ` Lucio De Re
2008-09-23 14:34   ` Ralph Moritz
2008-09-24  8:37     ` yourfriendllc
2008-09-22 13:54 erik quanstrom
2008-09-22 14:00 ` Uriel
2008-09-22 15:57   ` erik quanstrom

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=loom.20080922T111157-634@post.gmane.org \
    --to=ralmoritz@gmail.com \
    --cc=9fans@cse.psu.edu \
    /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).