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

Bug#57318: marked as done (libc6 upgrade fails)



Your message dated Tue, 8 Feb 2000 05:53:44 -0800
with message-id <v04220802b4c5d040def3@[206.163.71.146]>
and subject line Bug#57318: libc6 upgrade fails
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Feb 2000 06:17:31 +0000
Received: (qmail 18412 invoked from network); 8 Feb 2000 06:17:29 -0000
Received: from cleo.murdoch.edu.au (134.115.224.60)
  by master.debian.org with SMTP; 8 Feb 2000 06:17:29 -0000
Received: from leia (esu32.murdoch.edu.au [134.115.225.2])
	by cleo.murdoch.edu.au (8.9.3/8.9.3) with SMTP id OAA09537
	for <submit@bugs.debian.org>; Tue, 8 Feb 2000 14:17:23 +0800 (WST)
From: "Stephen Kelly" <steve@cleo.murdoch.edu.au>
To: <submit@bugs.debian.org>
Subject: libc6 upgrade fails
Date: Tue, 8 Feb 2000 14:12:50 +0800
Message-ID: <NDBBKOFIILFGLGBGGKHDKENFCPAA.steve@cleo.murdoch.edu.au>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Importance: Normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

package: libc6

version: 2.1.3-1

When i try to upgrade libc6 through dselect the package fails.

Here is the transcript:

Configuring packages ...
Setting up libc6 (2.1.3-1) ...
Current default timezone: 'Australia/Perth'.
   Local time is now:      Tue Feb  8 14:10:12 WST 2000.
   Universal Time is now:  Tue Feb  8 06:10:12 UTC 2000.
Run 'tzconfig' if you wish to change it.
/etc/init.d/devpts.sh: line 66: syntax error: unexpected end of file
dpkg: error processing libc6 (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 libc6
E: Sub-process /usr/bin/dpkg returned an error code (1)

I am running a frozen potato system. Output from uname -a shows
Linux <host> 2.2.13 #4 SMP <compile time>
libc version is libc-2.1.3.so

The contents of devpts.sh is as follows.

#! /bin/sh
set -e

. /etc/default/devpts

[ `uname -s` = "Linux" ] || exit 0

make_devptmx()
{
    [ -c /dev/ptmx ] || mknod --mode=666 /dev/ptmx c 5 2
}

make_devpts()
{
    [ -d /dev/pts ] || mkdir --mode=755 /dev/pts
{

mount_devpts_fs()
{
    mount -t devpts devpts /dev/pts -ogid=${TTYGRP},mode=${TTYMODE}
}

devfs=$(grep -c devfs /proc/filesystems || true)
devpts=$(grep -c devpts /proc/filesystems || true)
devpts_mounted=$(mount | grep -c devpts || true)

release=$(uname -r)
tail=${release#*.*.}
major_release=${release%.${tail}}
minor_release=${tail%%[-.]*}

if [ $devfs -eq 1 ]; then
    solution=devfs
elif [ $devpts -eq 1 ]; then
    solution=devpts
else
    solution=none
fi
case ${major_release} in
    2.[23456789] | 3.*)
	# Have 
	case $solution in
	    devfs)
		:
	    ;;
	    devpts)
		# devpts
		# create /dev/ptmx and /dev/pts dir.
		make_devptmx
		make_devpts
		# mount devpts fs on /dev/pts
		# maybe mountall.sh mounted it already, so check.
		if [ $devpts_mounted -lt 1 ]
		then
		    mount_devpts_fs
		fi
	    ;;
	    none)
		:
	    ;;
	esac
    ;;
    *)
    ;;
esac

I hope this is enough information.

regards,

Steve Kelly


- ---------------------------------------------------
*** Stephen Kelly      | Ph(08) 9360 6638
*** Webmaster, TLC     | Fx(08) 9310 4929
*** Murdoch University | Mb 041 986 9804
*** Perth, WA 6150     | steve@cleo.murdoch.edu.au
- ---------------------------------------------------

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.1i for non-commercial use <http://www.pgpi.com/>

iQA/AwUBOJ9DYwVmzRD46DmXEQIj/QCgvs085fLbdslLyKZmbVaJiwvHNfUAni6f
jpN7jdXrIhduqY25lGVNhZeI
=xb6R
-----END PGP SIGNATURE-----

---------------------------------------
Received: (at 57318-done) by bugs.debian.org; 8 Feb 2000 13:58:05 +0000
Received: (qmail 5139 invoked from network); 8 Feb 2000 13:58:04 -0000
Received: from cerberus.espy.org (mail@206.163.71.145)
  by master.debian.org with SMTP; 8 Feb 2000 13:58:04 -0000
Received: from hercules.espy.org ([206.163.71.146]) [::ffff:206.163.71.146] 
	by cerberus.espy.org with esmtp (Exim 3.12 #1 (Debian GNU/Linux))
	id 12IB9X-0004Yr-00; Tue, 08 Feb 2000 05:58:03 -0800
Mime-Version: 1.0
X-Sender: jk@mail.espy.org
Message-Id: <v04220802b4c5d040def3@[206.163.71.146]>
In-Reply-To: <NDBBKOFIILFGLGBGGKHDKENFCPAA.steve@cleo.murdoch.edu.au>
References: <NDBBKOFIILFGLGBGGKHDKENFCPAA.steve@cleo.murdoch.edu.au>
Date: Tue, 8 Feb 2000 05:53:44 -0800
To: 57318-done@bugs.debian.org
From: Joel Klecker <jk@espy.org>
Subject: Re: Bug#57318: libc6 upgrade fails
Content-Type: text/plain; charset="us-ascii"

>Configuring packages ...
>Setting up libc6 (2.1.3-1) ...
>Current default timezone: 'Australia/Perth'.
>   Local time is now:      Tue Feb  8 14:10:12 WST 2000.
>   Universal Time is now:  Tue Feb  8 06:10:12 UTC 2000.
>Run 'tzconfig' if you wish to change it.
>/etc/init.d/devpts.sh: line 66: syntax error: unexpected end of file
>dpkg: error processing libc6 (--configure):
> subprocess post-installation script returned error exit status 2
>Errors were encountered while processing:
> libc6
>E: Sub-process /usr/bin/dpkg returned an error code (1)

You needed to answer I when dpkg asked you about the conffile, please cp
/etc/init.d/devpts.sh.dpkg-dist /etc/init.d/devpts.sh and try again.
-- 
Joel Klecker (aka Espy)                    Debian GNU/Linux Developer
<URL:mailto:jk@espy.org>                 <URL:mailto:espy@debian.org>
<URL:http://web.espy.org/>               <URL:http://www.debian.org/>


Reply to: