[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#351244: marked as done (installation-reports: AMD64 install fails after package selection w/ termwrap not found)



Your message dated Sun, 05 Feb 2006 04:17:37 +0100
with message-id <200602050417.38184.aragorn@tiscali.nl>
and subject line Bug#351244: installation-reports: AMD64 install fails after package selection     w/ termwrap not found
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
>From cmetzler@speakeasy.net Fri Feb 03 05:54:42 2006
Received: (at submit) by bugs.debian.org; 3 Feb 2006 13:54:42 +0000
Return-path: <cmetzler@speakeasy.net>
Received: from webmail4.speakeasy.net ([69.17.117.51] helo=webmail4.sea5.speakeasy.net)
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1F51Oc-00045i-EF
	for submit@bugs.debian.org; Fri, 03 Feb 2006 05:54:42 -0800
Received: (qmail 3958 invoked from network); 3 Feb 2006 13:54:11 -0000
Received: from localhost (HELO webmail4) ([127.0.0.1])
          (envelope-sender <cmetzler@speakeasy.net>)
          by localhost (qmail-ldap-1.03) with SMTP
          for <submit@bugs.debian.org>; 3 Feb 2006 13:54:11 -0000
Received: from 66.92.172.198 (unverified [66.92.172.198])
          by webmail4 (VisualMail 4.0)
          with WEBMAIL id 7809;
          Fri, 03 Feb 2006 13:54:11 +0000
From: cmetzler@speakeasy.net
To: "Debian Bug Tracking System" <submit@bugs.debian.org>
Importance: Normal
Sensitivity: Normal
Message-ID: <[🔎] W747041630078091138974851@webmail4>
X-Mailer: Mintersoft VisualMail, Build 4.0.111601
X-Originating-IP: [66.92.172.198]
Date: Fri, 03 Feb 2006 13:54:11 +0000
Subject: installation-reports: AMD64 install fails after package selection 
    w/ termwrap not found
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-5.4 required=4.0 tests=BAYES_01,HAS_PACKAGE,
	NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02


Package: installation-reports
Severity: important



(severity "important" as a compromise -- I'd mark it "grave" if I
thought all current installs would run into this, but I have no
idea at all whether that's true, and in fact suspect it isn't since
I'd expect some other reports by now.)


Boot method: Etch Netinstall CD
Image version: 2006-01-11 snapshot (I know, it's three weeks
        old, but I successfully used this snapshot to install
        on this same machine several times previously)
Date: 2006-02-02 2200 ET (-0500)

Machine: homebuilt
Processor: AMD64 3800 Venice
Memory: 2 GB Corsair CAS2
Partitions: (table not available, since I can't send this from
        that machine; but heavily partitioned, with /, swap,
        and /tmp as primary partitions, and six other partitions
        including /var, /usr, /home, and /root32 for a 32-bit
        chroot as logical partitions on a 250 GB SATA 3GB/s
        drive)

Output of lspci and lspci -n:  not available, since I can't
        send this from that machine.  Cards installed on
        that machine are nVidia 6800GS on PCI-E, and
        Creative SB Live 5.1 on PCI.

Drive configuration:
IDE0 -- LiteOn DVD-ROM master, WD 1200JB 120GB HD slave
IDE1 -- WD 1200JB 120GB HD master, WD 800JB 80GB HD slave
SATA -- WD 2500KS 250GB HD

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:    [O]
Configure network HW:   [O]
Config network:         [O]
Detect CD:              [O]
Load installer modules: [O]
Detect hard drives:     [O]
Partition hard drives:  [O]
Create file systems:    [O]
Mount partitions:       [O]
Install base system:    [O]
Install boot loader:    [E]
Reboot:                 [E]


Comments/Problems:

Problem #1 came on the reboot -- the Grub menu came up fine,
but booting the kernel failed with a Grub error 17. This I had
to solve by going to the Grub command line.  The problem ended
up being that when menu.lst was written and Grub was installed,
the SATA drive (on which the operating system was installed)
was identified as (hd3) (the three IDE drives got (hd0) through
(hd2)), so the "root" line in Grub's menu.lst identified the
root partition as (hd3,0). However, when actually run during the
reboot, the SATA drive got associated with (hd0), with the IDE
drives going to (hd1) through (hd3).  As a result, it couldn't
find the kernel, since menu.lst specified it as being on (hd3)
and it wasn't; it was on (hd0) at that point.  So I had to specify
root, kernel and initrd by hand from the Grub command line.
Booting then worked.

Problem #2 was a showstopper: during the second half of the install,
after using what looks like the current incarnation of tasksel to pick
stuff to install, I got configuration questions about those packages
(e.g. exim configuration stuff). Then, at the point where it'd
presumably start installing and configuring all the packages it had
fetched, my screen flooded with a zillion instances of:

/bin/sh: /usr/sbin/termwrap: No such file or directory
/bin/sh: line 0: exec: /usr/sbin/termwrap: cannot execute: No such file
or directory

followed by one instance of:
INIT: Id "1" respawning too fast: disabled for 5 minutes.

after which the console just sat there.

According to apt-file, termwrap is in base-config; and according
to the most recent version of base-config in the etch mirrors,
base-config is in the process of being phased-out and termwrap
isn't in it anymore.  But something still is calling it . . .

Advice on how to proceed with install much appreciated.

-c






--- End Message ---
--- Begin Message ---
>From aragorn@tiscali.nl Sat Feb 04 19:18:09 2006
Received: (at 351244-done) by bugs.debian.org; 5 Feb 2006 03:18:10 +0000
Return-path: <aragorn@tiscali.nl>
Received: from smtp13.wxs.nl ([195.121.247.4])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1F5aPh-0000ww-Pn
	for 351244-done@bugs.debian.org; Sat, 04 Feb 2006 19:18:09 -0800
Received: from strider.fjphome.nl (ip545593b6.speed.planet.nl [84.85.147.182])
 by smtp13.wxs.nl (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004))
 with ESMTP id <0IU700KTO2HEQO@smtp13.wxs.nl> for 351244-done@bugs.debian.org;
 Sun, 05 Feb 2006 04:17:38 +0100 (CET)
Date: Sun, 05 Feb 2006 04:17:37 +0100
From: Frans Pop <aragorn@tiscali.nl>
Subject: Re: Bug#351244: installation-reports: AMD64 install fails after
 package selection     w/ termwrap not found
In-reply-to: <[🔎] W766720335157611139108092@webmail2>
To: 351244-done@bugs.debian.org
Cc: cmetzler@speakeasy.net
Reply-to: 351244@bugs.debian.org
Message-id: <200602050417.38184.aragorn@tiscali.nl>
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-transfer-encoding: 7BIT
Content-disposition: inline
User-Agent: KMail/1.7.2
References: <[🔎] W766720335157611139108092@webmail2>
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_01,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

On Sunday 05 February 2006 03:54, cmetzler@speakeasy.net wrote:
> http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/
>iso-cd/debian-testing-amd64-netinst.iso
>
> on 2006-01-11.
  ^^^^^^^^^^^^^

That image is probably just too old! If you are going to use daily built 
images and run into problems, please try downloading the current image 
before reporting errors!!!!!!
They are not called daily builds for nothing. Things change.

Also please check the status page we maintain for daily builds:
http://wiki.debian.org/DebianInstallerToday

> > FYI: I tested an installation using current daily AMD64 netboot image
> > (installing testing) and had no problems.
>
> I've downloaded the same and am about to try it.

Better just download the _current_ daily netinst image.

Closing this report. Feel free to file a new one based on the new image.

--- End Message ---

Reply to: