All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Hirst <rhirst@linuxcare.com>
To: Jim Buttafuoco <jim@buttafuoco.org>
Cc: PARISC-LINUX Mailing List <parisc-linux@thepuffingroup.com>
Subject: Re: [parisc-linux] .9 install problems on a 735
Date: Sat, 2 Jun 2001 19:16:35 +0100	[thread overview]
Message-ID: <20010602191635.D25745@linuxcare.com> (raw)
In-Reply-To: <200106021656.MAA18064@p2.buttafuoco.net>; from jim@buttafuoco.org on Sat, Jun 02, 2001 at 12:56:03PM -0400

On Sat, Jun 02, 2001 at 12:56:03PM -0400, Jim Buttafuoco wrote:
> I am trying to install the .9 CD image via NFS on my 735.  The system
> boots into the installer fine.  I partitioned my disk and then the
> installed downloaded some packages.  After the download was complete the
> screen is displays a message "Installing essential packages".  I have
> left it there for over an hour now.  Is this normal.  If not what can I
> do...

Hi Jim,
  That is not normal, 5 or 10 minutes on a slow machine at most, I'd
guess.

The installer runs a script called debootstrap which downloads the
packages and then unpacks and configures them.  Sounds line something
has hung in the process.

I had it hang on my 715/old, because of problems with the alignment
of locks in glibc 2.2.1.  The installer is based on glibc 2.2.1 at
the moment, although you would typically upgrade to glibc 2.2.3
(which is also on the CD), after install.  That problem is processor
specific, and I wouldn't have expected it to affect the 735.

The base install uses slightly dated packages, because we had to
freeze the base package set early to have any chance of making the
installer work in time for release.

To find at what point it has hung the easiest thing to do is to
invoke debootstrap from a shell, rather than have the installer
do it automatically.  That way you see all the output.

You may just be able to ctrl-c back the the start of the installer,
otherwise start again.  Get to the point where the installer has
mounted your nfs source for you (I selected nfs source, and then
cancel when it asked me to choose the directory to install from).
Now scroll down the menu to 'execute a shell'.

You can use 'mount' and 'ls' to check that your nfs mount is ok.
Now do something like:

  debootstrap sid /target file:/instmnt/debian

/target is where the partition you are installing to is mounted.
There may be one or two prompts you have to hit return on, but
you should see a fairly steady stream of messages until

  I: Successfully completed
  umount: /dev/pts: not found

IIRC, my 715/old hung on unpacking or setting up ncurses5.

There are plenty of error msgs/warnings in the output, because
of unmet dependencies, etc, but debootstrap loops round a
number of times until everything is unpacked and configured and
dependencies are satisfied.

Let us know where it hangs,

Richard

  reply	other threads:[~2001-06-02 18:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-02 16:56 [parisc-linux] .9 install problems on a 735 Jim Buttafuoco
2001-06-02 18:16 ` Richard Hirst [this message]
2001-06-03 19:20   ` Matthew Wilcox
2001-06-03 19:28     ` Richard Hirst
     [not found] <200106022112.RAA27697@p2.buttafuoco.net>
2001-06-03  8:00 ` Richard Hirst
     [not found] <200106022131.RAA28418@p2.buttafuoco.net>
2001-06-03  8:03 ` Richard Hirst
  -- strict thread matches above, loose matches on Subject: below --
2001-06-03 23:04 Jim Buttafuoco

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=20010602191635.D25745@linuxcare.com \
    --to=rhirst@linuxcare.com \
    --cc=jim@buttafuoco.org \
    --cc=parisc-linux@thepuffingroup.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.