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

Bug#43659: marked as done (libc6: devpts.sh doesn't test if devpts is already mounted)



Your message dated Thu, 7 Oct 1999 20:43:57 +0200
with message-id <19991007204357.A23414@k6.resI.insa-lyon.fr>
and subject line Bug closed by gnome-panel 1.0.52
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; 28 Aug 1999 15:24:18 +0000
Received: (qmail 13346 invoked from network); 28 Aug 1999 15:24:16 -0000
Received: from mueamc-wan137.citykom.de (HELO khms.westfalen.de) (mail@195.202.35.137)
  by master.debian.org with SMTP; 28 Aug 1999 15:24:16 -0000
Received: from kai by khms.westfalen.de with local (Exim 3.02 #1)
	id 11KkKo-0000aL-00 (Debian); Sat, 28 Aug 1999 17:24:02 +0200
From:  <kai@khms.westfalen.de>
Subject: libc6: devpts.sh doesn't test if devpts is already mounted
To: submit@bugs.debian.org
X-Mailer: bug 3.2.2
Message-Id: <E11KkKo-0000aL-00@khms.westfalen.de>
Sender: Kai Henningsen <kai@qualify.domain.khms.westfalen.de>
Date: Sat, 28 Aug 1999 17:24:02 +0200

Package: libc6
Version: 2.1.2-0pre10
Severity: important

Subject says it all.

-- System Information
Debian Release: potato
Kernel Version: Linux khms.westfalen.de 2.2.7-kai.31 #13 Mit Aug 18 18:43:51 CEST 1999 i586 unknown

Versions of the packages libc6 depends on:
ii  ldso            1.9.11-2       The Linux dynamic linker, library and utilit

--- Begin /etc/init.d/devpts.sh (modified conffile)
#! /bin/sh -vx
. /etc/default/devpts
[ `uname -s` = "Linux" ] || exit 0
make_devptmx()
{
    if [ ! -c /dev/ptmx ]; then
	mknod /dev/ptmx c 5 2
	chmod 666 /dev/ptmx
    fi
}
mount_devpts()
{
    if [ ! -d /dev/pts ]; then
	mkdir /dev/pts
	chmod 755 /dev/pts
    fi
    mount -t devpts devpts /dev/pts \
    -ogid=${TTYGRP},mode=${TTYMODE} > /dev/null 2>&1
}
release=`uname -r`
tail=${release#*.*.}
major_release=${release%.${tail}}
minor_release=${tail%%[-.]*}
case ${major_release} in
    2.[23456789] | 3.*)
	devpts=$(grep -c devpts /proc/filesystems)
	if [ $devpts -eq 1 ]
	then
	    make_devptmx
	    mount_devpts
	fi
    ;;
    2.1)
	if [ ${minor_release} -gt 115 ]
	then
	    devpts=$(grep -c devpts /proc/filesystems)
	    if [ $devpts -eq 1 ]
	    then
		make_devptmx
		mount_devpts
	    fi
	fi
    ;;
esac
exit 0

--- End /etc/init.d/devpts.sh
---------------------------------------
Received: (at 43659-done) by bugs.debian.org; 7 Oct 1999 18:44:05 +0000
Received: (qmail 29485 invoked from network); 7 Oct 1999 18:44:05 -0000
Received: from i511.resi.insa-lyon.fr (HELO k6.resI.insa-lyon.fr) (134.214.164.9)
  by master.debian.org with SMTP; 7 Oct 1999 18:44:05 -0000
Received: by k6.resI.insa-lyon.fr (Postfix, from userid 1001)
	id 313324046; Thu,  7 Oct 1999 20:43:57 +0200 (CEST)
Message-ID: <19991007204357.A23414@k6.resI.insa-lyon.fr>
Date: Thu, 7 Oct 1999 20:43:57 +0200
From: Raphael Hertzog <rhertzog@hrnet.fr>
To: 43659-done@bugs.debian.org
Cc: 41852-done@bugs.debian.org
Subject: Bug closed by gnome-panel 1.0.52
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-15
Content-Transfer-Encoding: 8bit
X-Mailer: Mutt 0.93i

According to the Gnome BTS this bug was fixed with
gnome-core 1.0.52 :
http://bugs.gnome.org/db/25/2523.html

Cheers,
-- 
Raphaël Hertzog >> 0C4CABF1 >> http://tux.u-strasbg.fr/~raphael/
<pub> CD Debian : http://tux.u-strasbg.fr/~raphael/debian/#cd </pub>


Reply to: