public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
From: Ray Olszewski <ray@comarre.com>
To: linux-newbies <linux-newbie@vger.kernel.org>
Subject: Re: boot problem
Date: Mon, 02 May 2005 09:08:42 -0700	[thread overview]
Message-ID: <4276508A.5030409@comarre.com> (raw)
In-Reply-To: <42764699.7030100@arrakis.es>

Andrew wrote:
> Ray Olszewski wrote:
> 
>> It's difficult to say what your problem is from this sketchy a 
>> description, but the likely place to start tracking it down is by 
>> looking at your logs.
[...]
> I shall do as you describe. Meanwhile, please note my reply tp Joy's 
> suggestion: /sbin/init does not exist. Also, the kernel change made no 
> difference.

Don't bother with any of what I suggested until you deal with "the case 
of the missing init". That is your proximate problem .. though a problem 
that basic is a warning that something really major may have gone wrong 
in your upgrade.

init is the basic, core application that keeps everything running in 
userspace; after the kernel itself, it's the most essential thing a 
system runs. It's a program, and you can't "create" it the way you would 
a script; you need to (re-)install it from your Slackware install CD or 
floppy. (In Debian, init is in the package "sysvinit"; some Slacker will 
need to tell you the name of the corresponding Slackware package.)

First, though, please double-check the "does not exist" part. How did 
you check this? There are several ways, but any other then "ls -l 
/sbin/init*", done as root, might provide a false negative. And as part 
of the check, make sure the root filesystem that's being mounted is the 
drive and partition you expect it to be ("df" will check this for you) 
and that no other partition is being mounted on /sbin ("df" will tell 
you that too).

ALso ... this is a real long shot ... take a moment to make sure init 
isn't just in the wrong place. "find / -name init" (run as root) is the 
most reliable way to turn up a copy of init that was installed in an 
unusual location.

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  reply	other threads:[~2005-05-02 16:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-02 12:07 boot problem Andrew
2005-05-02 13:41 ` chuck gelm
2005-05-02 15:16 ` Ray Olszewski
2005-05-02 15:26   ` Andrew
2005-05-02 16:08     ` Ray Olszewski [this message]
2005-05-02 16:10     ` Andrew
     [not found] ` <4b0d6e0d05050206107fae523@mail.gmail.com>
2005-05-02 15:21   ` Andrew

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=4276508A.5030409@comarre.com \
    --to=ray@comarre.com \
    --cc=linux-newbie@vger.kernel.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