Report forwarded to debian-devel@pixar.com:
Bug#2196; Package ytalk.   debian-devel@pixar.comDaniel Luhde-Thompson , Austin Donnelly  Subject: Bug#2196: ytalk `shell' option can't run dpkg Reply-To: Ian Jackson , debian-bugs@pixar.com Resent-From: Ian Jackson Resent-To: debian-devel@pixar.com Resent-CC: Daniel Luhde-Thompson , Austin Donnelly Resent-Date: Sun, 21 Jan 1996 22:48:02 GMT Resent-Message-ID: Resent-Sender: iwj10@cus.cam.ac.uk X-Debian-PR-Package: ytalk X-Debian-PR-Keywords: Received: via spool for debian-bugs; Sun, 21 Jan 1996 22:48:02 GMT Received: with rfc822 via encapsulated-mail; Sun, 21 Jan 1996 22:37:31 GMT Received: from pixar.com by mongo.pixar.com with smtp (Smail3.1.28.1 #15) id m0te8N6-00064IC; Sun, 21 Jan 96 14:36 PST Received: from artemis.chu.cam.ac.uk by pixar.com with SMTP id AA23035 (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sun, 21 Jan 1996 14:36:22 -0800 Received: from chiark.chu.cam.ac.uk by artemis.chu.cam.ac.uk with smtp (Smail3.1.29.1 #33) id m0te8My-0007uLC; Sun, 21 Jan 96 22:36 GMT Received: by chiark.chu.cam.ac.uk id m0te8Mr-0002ZfC (Debian /\oo/\ Smail3.1.29.1 #29.35); Sun, 21 Jan 96 22:36 GMT Message-Id: Date: Sun, 21 Jan 96 22:36 GMT From: Ian Jackson To: Debian bugs submission address Package: ytalk Version: 3.0.2-1 See the screenshot below. As you can see, the problem is intermittent. I can't run `strace' to see what's going wrong, because ytalk breaks that too. The code in dpkg that's failing amounts to c= fork(); if (c<0) bomb_out(); if (!c) { exec(); bomb_out(); } repeatedly { rc= waitpid(c,&status); error_check(); } and it's the waitpid that's failing with ECHILD. For what it's worth I'm using dpkg 1.0.11, and running ytalk in an xterm. dpkg runs fine in Emacs shell mode, Emacs terminal-emulator mode, telnet sessions, script and rlogin sessions. It even works from rsh, which doesn't provide it with a controlling terminal. I dread to think what ytalk is doing ... Ian. ---------------------------= YTalk version 3.0 (2) =--------------------------- -chiark:~> really dpkg -i things/debian/upl/hello-1.3-4.deb (Reading database ... 17439 files and directories currently installed.) Preparing to replace hello (using things/debian/upl/hello-1.3-4.deb) ... Unpacking replacement hello ... Setting up hello ... -chiark:~> really dpkg -i things/debian/upl/hello-1.3-4.deb (Reading database ... 17439 files and directories currently installed.) Preparing to replace hello (using things/debian/upl/hello-1.3-4.deb) ... Unpacking replacement hello ... dpkg: error processing things/debian/upl/hello-1.3-4.deb (--install): wait for dpkg-deb --fsys-tarfile failed: No child processes Errors were encountered while processing: things/debian/upl/hello-1.3-4.deb Processing was halted because there were too many errors. -chiark:~> ------------------------------= ijackson@chiark =------------------------------   Acknowledgement sent to Ian Jackson <ian@chiark.chu.cam.ac.uk>:
New bug report received and forwarded to list. Copy sent to Daniel Luhde-Thompson <dl10010@cam.ac.uk>, Austin Donnelly <and1000@cam.ac.uk>.   -t  From: iwj10@thor.cam.ac.uk (Ian Jackson) To: Ian Jackson Subject: Bug#2196: Acknowledgement (was: ytalk `shell' option can't run dpkg) In-Reply-To: References: Thank you for the problem report you have sent regarding Debian GNU/Linux. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers' mailing list for their attention; they will reply in due course. As you requested, your message was also forwarded to Daniel Luhde-Thompson , Austin Donnelly after having been assigned a bug report number. If you wish to submit further information on your problem, please send it to debian-bugs@pixar.com, but please ensure that the Subject line of your message starts with "Bug#2196" or "Re: Bug#2196" so that we can identify it as relating to the same problem. Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Ian Jackson (maintainer, debian-bugs)   From nobody@pixar.com Sun Jan 21 22:37:30 1996 Return-Path: Received: from mongo.pixar.com [138.72.50.60] by bootes.cus.cam.ac.uk with smtp (Smail-3.1.29.0 #36) id m0te8O9-000BzaC; Sun, 21 Jan 96 22:37 GMT Received: by mongo.pixar.com (Smail3.1.28.1 #15) id m0te8N6-00065FC; Sun, 21 Jan 96 14:36 PST Message-Id: Date: Sun, 21 Jan 96 14:36 PST From: nobody@pixar.com (SVR4 nobody uid) To: iwj10@cus.cam.ac.uk Errors-To: iwj10@cus.cam.ac.uk X-Debian-Bugs: This is an autoforward from debian-bugs XFrom chiark.chu.cam.ac.uk!ian Sun Jan 21 14:36:24 1996 XReturn-Path: XReceived: from pixar.com by mongo.pixar.com with smtp X (Smail3.1.28.1 #15) id m0te8N6-00064IC; Sun, 21 Jan 96 14:36 PST XReceived: from artemis.chu.cam.ac.uk by pixar.com with SMTP id AA23035 X (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sun, 21 Jan 1996 14:36:22 -0800 XReceived: from chiark.chu.cam.ac.uk by artemis.chu.cam.ac.uk with smtp X (Smail3.1.29.1 #33) id m0te8My-0007uLC; Sun, 21 Jan 96 22:36 GMT XReceived: by chiark.chu.cam.ac.uk X id m0te8Mr-0002ZfC X (Debian /\oo/\ Smail3.1.29.1 #29.35); Sun, 21 Jan 96 22:36 GMT XMessage-Id: XDate: Sun, 21 Jan 96 22:36 GMT XFrom: Ian Jackson XTo: Debian bugs submission address XX-Debian-Cc: Daniel Luhde-Thompson , X Austin Donnelly XSubject: ytalk `shell' option can't run dpkg X XPackage: ytalk XVersion: 3.0.2-1 X XSee the screenshot below. As you can see, the problem is Xintermittent. I can't run `strace' to see what's going wrong, because Xytalk breaks that too. X XThe code in dpkg that's failing amounts to X c= fork(); if (c<0) bomb_out(); X if (!c) { exec(); bomb_out(); } X repeatedly { rc= waitpid(c,&status); error_check(); } Xand it's the waitpid that's failing with ECHILD. X XFor what it's worth I'm using dpkg 1.0.11, and running ytalk in an Xxterm. dpkg runs fine in Emacs shell mode, Emacs terminal-emulator Xmode, telnet sessions, script and rlogin sessions. It even works from Xrsh, which doesn't provide it with a controlling terminal. I dread to Xthink what ytalk is doing ... X XIan. X X---------------------------= YTalk version 3.0 (2) =--------------------------- X-chiark:~> really dpkg -i things/debian/upl/hello-1.3-4.deb X(Reading database ... 17439 files and directories currently installed.) XPreparing to replace hello (using things/debian/upl/hello-1.3-4.deb) ... XUnpacking replacement hello ... XSetting up hello ... X X-chiark:~> really dpkg -i things/debian/upl/hello-1.3-4.deb X(Reading database ... 17439 files and directories currently installed.) XPreparing to replace hello (using things/debian/upl/hello-1.3-4.deb) ... XUnpacking replacement hello ... Xdpkg: error processing things/debian/upl/hello-1.3-4.deb (--install): X wait for dpkg-deb --fsys-tarfile failed: No child processes XErrors were encountered while processing: X things/debian/upl/hello-1.3-4.deb XProcessing was halted because there were too many errors. X-chiark:~> X X X------------------------------= ijackson@chiark =------------------------------ YReceived: with rfc822 via encapsulated-mail; Sun, 21 Jan 1996 22:37:31 GMT   Reply sent to Bdale Garbee <bdale@gag.com>:
You have marked bug as forwarded.   -t  From: owner@bugs.debian.org (Ian Jackson) To: Bdale Garbee Subject: Bug#2196: marked as forwarded (was: ytalk `shell' option can't run dpkg) Message-ID: In-Reply-To: <199703040629.XAA23358@chunks.gag.com> References: <199703040629.XAA23358@chunks.gag.com> Your message dated Mon, 3 Mar 1997 23:29:12 -0700 with message-id <199703040629.XAA23358@chunks.gag.com> and subject line ytalk bug report from a Debian GNU/Linux user has caused the Debian bug report #2196, regarding ytalk `shell' option can't run dpkg to be marked as having been forwarded to the upstream software author(s) ytalk@austin.eds.com. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Ian Jackson (maintainer, Debian bug tracking system) Received: with rfc822 via encapsulated-mail; Sun, 21 Jan 1996 22:37:31 GMT From chiark.chu.cam.ac.uk!ian Sun Jan 21 14:36:24 1996 Return-Path: Received: from pixar.com by mongo.pixar.com with smtp (Smail3.1.28.1 #15) id m0te8N6-00064IC; Sun, 21 Jan 96 14:36 PST Received: from artemis.chu.cam.ac.uk by pixar.com with SMTP id AA23035 (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sun, 21 Jan 1996 14:36:22 -0800 Received: from chiark.chu.cam.ac.uk by artemis.chu.cam.ac.uk with smtp (Smail3.1.29.1 #33) id m0te8My-0007uLC; Sun, 21 Jan 96 22:36 GMT Received: by chiark.chu.cam.ac.uk id m0te8Mr-0002ZfC (Debian /\oo/\ Smail3.1.29.1 #29.35); Sun, 21 Jan 96 22:36 GMT Message-Id: Date: Sun, 21 Jan 96 22:36 GMT From: Ian Jackson To: Debian bugs submission address X-Debian-Cc: Daniel Luhde-Thompson , Austin Donnelly Subject: ytalk `shell' option can't run dpkg Package: ytalk Version: 3.0.2-1 See the screenshot below. As you can see, the problem is intermittent. I can't run `strace' to see what's going wrong, because ytalk breaks that too. The code in dpkg that's failing amounts to c= fork(); if (c<0) bomb_out(); if (!c) { exec(); bomb_out(); } repeatedly { rc= waitpid(c,&status); error_check(); } and it's the waitpid that's failing with ECHILD. For what it's worth I'm using dpkg 1.0.11, and running ytalk in an xterm. dpkg runs fine in Emacs shell mode, Emacs terminal-emulator mode, telnet sessions, script and rlogin sessions. It even works from rsh, which doesn't provide it with a controlling terminal. I dread to think what ytalk is doing ... Ian. ---------------------------= YTalk version 3.0 (2) =--------------------------- -chiark:~> really dpkg -i things/debian/upl/hello-1.3-4.deb (Reading database ... 17439 files and directories currently installed.) Preparing to replace hello (using things/debian/upl/hello-1.3-4.deb) ... Unpacking replacement hello ... Setting up hello ... -chiark:~> really dpkg -i things/debian/upl/hello-1.3-4.deb (Reading database ... 17439 files and directories currently installed.) Preparing to replace hello (using things/debian/upl/hello-1.3-4.deb) ... Unpacking replacement hello ... dpkg: error processing things/debian/upl/hello-1.3-4.deb (--install): wait for dpkg-deb --fsys-tarfile failed: No child processes Errors were encountered while processing: things/debian/upl/hello-1.3-4.deb Processing was halted because there were too many errors. -chiark:~> ------------------------------= ijackson@chiark =------------------------------   Received: (at 2196-forwarded) by bugs.debian.org; 4 Mar 1997 06:36:24 +0000 Received: (qmail 9041 invoked from network); 4 Mar 1997 06:36:23 -0000 Received: from chunks.gag.com (bdale@192.133.104.9) by master.debian.org with SMTP; 4 Mar 1997 06:36:23 -0000 Received: (from bdale@localhost) by chunks.gag.com (8.8.5/8.8.5) id XAA23358; Mon, 3 Mar 1997 23:29:12 -0700 Date: Mon, 3 Mar 1997 23:29:12 -0700 From: Bdale Garbee Message-Id: <199703040629.XAA23358@chunks.gag.com> To: ytalk@austin.eds.com Subject: ytalk bug report from a Debian GNU/Linux user Cc: 2196-forwarded@bugs.debian.org Hi. The following bug report was submitted against ytalk 3.0.2 in January of 1996. I recently took over as maintainer of the ytalk package for Debian GNU/Linux, and am trying to resolve the open defects. Is there a newer version of ytalk around? If not, any interest in looking at this? If you would please preserve the CC on this message if you choose to reply, our defect tracking system will file a copy of your reply with the bug report. Bdale From chiark.chu.cam.ac.uk!ian Sun Jan 21 14:36:24 1996 Return-Path: Received: from pixar.com by mongo.pixar.com with smtp (Smail3.1.28.1 #15) id m0te8N6-00064IC; Sun, 21 Jan 96 14:36 PST Received: from artemis.chu.cam.ac.uk by pixar.com with SMTP id AA23035 (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sun, 21 Jan 1996 14:36:22 -0800 Received: from chiark.chu.cam.ac.uk by artemis.chu.cam.ac.uk with smtp (Smail3.1.29.1 #33) id m0te8My-0007uLC; Sun, 21 Jan 96 22:36 GMT Received: by chiark.chu.cam.ac.uk id m0te8Mr-0002ZfC (Debian /\oo/\ Smail3.1.29.1 #29.35); Sun, 21 Jan 96 22:36 GMT Message-Id: Date: Sun, 21 Jan 96 22:36 GMT From: Ian Jackson To: Debian bugs submission address X-Debian-Cc: Daniel Luhde-Thompson , Austin Donnelly Subject: ytalk `shell' option can't run dpkg Package: ytalk Version: 3.0.2-1 See the screenshot below. As you can see, the problem is intermittent. I can't run `strace' to see what's going wrong, because ytalk breaks that too. The code in dpkg that's failing amounts to c= fork(); if (c<0) bomb_out(); if (!c) { exec(); bomb_out(); } repeatedly { rc= waitpid(c,&status); error_check(); } and it's the waitpid that's failing with ECHILD. For what it's worth I'm using dpkg 1.0.11, and running ytalk in an xterm. dpkg runs fine in Emacs shell mode, Emacs terminal-emulator mode, telnet sessions, script and rlogin sessions. It even works from rsh, which doesn't provide it with a controlling terminal. I dread to think what ytalk is doing ... Ian. ---------------------------= YTalk version 3.0 (2) =--------------------------- -chiark:~> really dpkg -i things/debian/upl/hello-1.3-4.deb (Reading database ... 17439 files and directories currently installed.) Preparing to replace hello (using things/debian/upl/hello-1.3-4.deb) ... Unpacking replacement hello ... Setting up hello ... -chiark:~> really dpkg -i things/debian/upl/hello-1.3-4.deb (Reading database ... 17439 files and directories currently installed.) Preparing to replace hello (using things/debian/upl/hello-1.3-4.deb) ... Unpacking replacement hello ... dpkg: error processing things/debian/upl/hello-1.3-4.deb (--install): wait for dpkg-deb --fsys-tarfile failed: No child processes Errors were encountered while processing: things/debian/upl/hello-1.3-4.deb Processing was halted because there were too many errors. -chiark:~> ------------------------------= ijackson@chiark =-----------------------------   Forwarded-to-address changed from ytalk@austin.eds.com to Roger Espel Llima <espel@llaic.u-clermont1.fr>. Request was from Steve McIntyre <stevem@chiark.greenend.org.uk> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 24 Jan 1999 17:00:15 +0000 Received: (qmail 7819 invoked from network); 24 Jan 1999 17:00:14 -0000 Received: from sadcompscis.demon.co.uk (root@158.152.37.34) by master.debian.org with SMTP; 24 Jan 1999 17:00:14 -0000 Received: from hammer.mossbank.org.uk ([10.13.0.5]) by sadcompscis.demon.co.uk with smtp (ident steve using rfc1413) id m104StM-00011rC (Debian Smail-3.2.0.102 1998-Aug-2 #2); Sun, 24 Jan 1999 17:00:08 +0000 (GMT) Date: Sun, 24 Jan 1999 17:00:15 +0000 (GMT) From: Steve McIntyre X-Sender: steve@hammer.mossbank.org.uk Reply-To: Steve McIntyre To: control@bugs.debian.org Subject: Re-forward ytalk bugs to new upstream maintainer Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII forwarded 2196 Roger Espel Llima forwarded 2575 Roger Espel Llima forwarded 16334 Roger Espel Llima forwarded 16826 Roger Espel Llima forwarded 17913 Roger Espel Llima thanks -- Steve McIntyre, CURS CCE, Cambridge, UK. stevem@chiark.greenend.org.uk Use Debian GNU/Linux - upgrade your Windoze box today! http://www.debian.org/ "Can't keep my eyes from the circling sky, +------------------ "Tongue-tied & twisted, Just an earth-bound misfit, I..." |Finger for PGP key   Reply sent to Steve McIntyre <stevem@chiark.greenend.org.uk>:
You have taken responsibility.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Steve McIntyre Bcc: debian-bugs-closed@lists.debian.org Subject: Bug#2196: marked as done (ytalk `shell' option can't run dpkg) Message-ID: In-Reply-To: References: X-Debian-PR-Message: closed 2196 Your message dated Tue, 17 Aug 1999 07:54:12 +0100 (BST) with message-id and subject line ytalk_3.1.1-1_i386.changes INSTALLED (fwd) 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'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Ian Jackson (administrator, Debian bugs database) Received: with rfc822 via encapsulated-mail; Sun, 21 Jan 1996 22:37:31 GMT From chiark.chu.cam.ac.uk!ian Sun Jan 21 14:36:24 1996 Return-Path: Received: from pixar.com by mongo.pixar.com with smtp (Smail3.1.28.1 #15) id m0te8N6-00064IC; Sun, 21 Jan 96 14:36 PST Received: from artemis.chu.cam.ac.uk by pixar.com with SMTP id AA23035 (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sun, 21 Jan 1996 14:36:22 -0800 Received: from chiark.chu.cam.ac.uk by artemis.chu.cam.ac.uk with smtp (Smail3.1.29.1 #33) id m0te8My-0007uLC; Sun, 21 Jan 96 22:36 GMT Received: by chiark.chu.cam.ac.uk id m0te8Mr-0002ZfC (Debian /\oo/\ Smail3.1.29.1 #29.35); Sun, 21 Jan 96 22:36 GMT Message-Id: Date: Sun, 21 Jan 96 22:36 GMT From: Ian Jackson To: Debian bugs submission address X-Debian-Cc: Daniel Luhde-Thompson , Austin Donnelly Subject: ytalk `shell' option can't run dpkg Package: ytalk Version: 3.0.2-1 See the screenshot below. As you can see, the problem is intermittent. I can't run `strace' to see what's going wrong, because ytalk breaks that too. The code in dpkg that's failing amounts to c= fork(); if (c<0) bomb_out(); if (!c) { exec(); bomb_out(); } repeatedly { rc= waitpid(c,&status); error_check(); } and it's the waitpid that's failing with ECHILD. For what it's worth I'm using dpkg 1.0.11, and running ytalk in an xterm. dpkg runs fine in Emacs shell mode, Emacs terminal-emulator mode, telnet sessions, script and rlogin sessions. It even works from rsh, which doesn't provide it with a controlling terminal. I dread to think what ytalk is doing ... Ian. ---------------------------= YTalk version 3.0 (2) =--------------------------- -chiark:~> really dpkg -i things/debian/upl/hello-1.3-4.deb (Reading database ... 17439 files and directories currently installed.) Preparing to replace hello (using things/debian/upl/hello-1.3-4.deb) ... Unpacking replacement hello ... Setting up hello ... -chiark:~> really dpkg -i things/debian/upl/hello-1.3-4.deb (Reading database ... 17439 files and directories currently installed.) Preparing to replace hello (using things/debian/upl/hello-1.3-4.deb) ... Unpacking replacement hello ... dpkg: error processing things/debian/upl/hello-1.3-4.deb (--install): wait for dpkg-deb --fsys-tarfile failed: No child processes Errors were encountered while processing: things/debian/upl/hello-1.3-4.deb Processing was halted because there were too many errors. -chiark:~> ------------------------------= ijackson@chiark =------------------------------   Notification sent to Ian Jackson <ian@chiark.chu.cam.ac.uk>:
Bug acknowledged by developer.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Ian Jackson Subject: Bug#2196 acknowledged by developer (ytalk `shell' option can't run dpkg) Message-ID: In-Reply-To: References: X-Debian-PR-Message: they-closed 2196 This is an automatic notification regarding your bug report. It has been closed by one of the developers, namely Steve McIntyre . Their explanation is attached below. If this explanation is unsatisfactory and you haven't received a better one in a separate message then please contact the developer directly, or email submit@bugs.debian.org or me. Ian Jackson (administrator, Debian bugs database) Received: (at 2196-done) by bugs.debian.org; 17 Aug 1999 06:55:06 +0000 Received: (qmail 7516 invoked from network); 17 Aug 1999 06:55:05 -0000 Received: from finch-post-12.mail.demon.net (194.217.242.41) by master.debian.org with SMTP; 17 Aug 1999 06:55:05 -0000 Received: from sadcompscis.demon.co.uk ([158.152.37.34] helo=lump.mossbank.org.uk) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 11Gd9D-000H3n-0C; Tue, 17 Aug 1999 06:55:04 +0000 Received: from hammer.mossbank.org.uk [10.13.0.5] (mail) by lump.mossbank.org.uk with esmtp (Exim 2.05 #1 (Debian)) id 11Gd8D-0005pJ-00; Tue, 17 Aug 1999 07:54:01 +0100 Received: from steve by hammer.mossbank.org.uk with local-smtp (Exim 2.05 #1 (Debian)) id 11Gd8O-0006bj-00; Tue, 17 Aug 1999 07:54:12 +0100 Date: Tue, 17 Aug 1999 07:54:12 +0100 (BST) From: Steve McIntyre X-Sender: steve@hammer.mossbank.org.uk To: 42625-done@bugs.debian.org, 2196-done@bugs.debian.org Subject: ytalk_3.1.1-1_i386.changes INSTALLED (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII New upload fixes these bugs. -- Steve McIntyre, Cambridge, UK. stevem@chiark.greenend.org.uk CURS home page "Can't keep my eyes from the circling sky, +------------------ "Tongue-tied & twisted, Just an earth-bound misfit, I..." |Finger for PGP key ---------- Forwarded message ---------- Date: 16 Aug 1999 18:54:40 -0000 From: Debian Installer To: Steve McIntyre Subject: ytalk_3.1.1-1_i386.changes INSTALLED Installing: ytalk_3.1.1.orig.tar.gz to dists/potato/main/source/net/ytalk_3.1.1.orig.tar.gz replacing ytalk_3.1.1.orig.tar.gz ytalk_3.1.1-1.diff.gz to dists/potato/main/source/net/ytalk_3.1.1-1.diff.gz replacing ytalk_3.1.1-0.diff.gz ytalk_3.1.1-1.dsc to dists/potato/main/source/net/ytalk_3.1.1-1.dsc replacing ytalk_3.1.1-0.dsc ytalk_3.1.1-1_i386.deb to dists/potato/main/binary-i386/net/ytalk_3.1.1-1.deb replacing ytalk_3.1.1-0.deb If the override file requires editing, reply to this email. Thank you for your contribution to Debian GNU/Linux.   Received: (at 2196-done) by bugs.debian.org; 17 Aug 1999 06:55:06 +0000 Received: (qmail 7516 invoked from network); 17 Aug 1999 06:55:05 -0000 Received: from finch-post-12.mail.demon.net (194.217.242.41) by master.debian.org with SMTP; 17 Aug 1999 06:55:05 -0000 Received: from sadcompscis.demon.co.uk ([158.152.37.34] helo=lump.mossbank.org.uk) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 11Gd9D-000H3n-0C; Tue, 17 Aug 1999 06:55:04 +0000 Received: from hammer.mossbank.org.uk [10.13.0.5] (mail) by lump.mossbank.org.uk with esmtp (Exim 2.05 #1 (Debian)) id 11Gd8D-0005pJ-00; Tue, 17 Aug 1999 07:54:01 +0100 Received: from steve by hammer.mossbank.org.uk with local-smtp (Exim 2.05 #1 (Debian)) id 11Gd8O-0006bj-00; Tue, 17 Aug 1999 07:54:12 +0100 Date: Tue, 17 Aug 1999 07:54:12 +0100 (BST) From: Steve McIntyre X-Sender: steve@hammer.mossbank.org.uk To: 42625-done@bugs.debian.org, 2196-done@bugs.debian.org Subject: ytalk_3.1.1-1_i386.changes INSTALLED (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII New upload fixes these bugs. -- Steve McIntyre, Cambridge, UK. stevem@chiark.greenend.org.uk CURS home page "Can't keep my eyes from the circling sky, +------------------ "Tongue-tied & twisted, Just an earth-bound misfit, I..." |Finger for PGP key ---------- Forwarded message ---------- Date: 16 Aug 1999 18:54:40 -0000 From: Debian Installer To: Steve McIntyre Subject: ytalk_3.1.1-1_i386.changes INSTALLED Installing: ytalk_3.1.1.orig.tar.gz to dists/potato/main/source/net/ytalk_3.1.1.orig.tar.gz replacing ytalk_3.1.1.orig.tar.gz ytalk_3.1.1-1.diff.gz to dists/potato/main/source/net/ytalk_3.1.1-1.diff.gz replacing ytalk_3.1.1-0.diff.gz ytalk_3.1.1-1.dsc to dists/potato/main/source/net/ytalk_3.1.1-1.dsc replacing ytalk_3.1.1-0.dsc ytalk_3.1.1-1_i386.deb to dists/potato/main/binary-i386/net/ytalk_3.1.1-1.deb replacing ytalk_3.1.1-0.deb If the override file requires editing, reply to this email. Thank you for your contribution to Debian GNU/Linux.