Your message dated Sun, 1 Aug 1999 16:43:53 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#42284: apt: apt-get -qy dselect-upgrade won't run in the
background
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: (at submit) by bugs.debian.org; 1 Aug 1999 12:39:56 +0000
Received: (qmail 12071 invoked from network); 1 Aug 1999 12:39:54 -0000
Received: from phobos.fachschaften.tu-muenchen.de ([EMAIL PROTECTED])
by master.debian.org with SMTP; 1 Aug 1999 12:39:54 -0000
Received: from geier by phobos.fachschaften.tu-muenchen.de with local (Exim
2.05 #1 (Debian))
id 11Auu7-0001nn-00; Sun, 1 Aug 1999 14:39:51 +0200
From: Simon Richter <[EMAIL PROTECTED]>
Subject: apt: apt-get -qy dselect-upgrade won't run in the background
To: [EMAIL PROTECTED]
X-Mailer: bug 3.1.7
Message-Id: <[EMAIL PROTECTED]>
Sender: Simon Richter <[EMAIL PROTECTED]>
Date: Sun, 1 Aug 1999 14:39:51 +0200
Package: apt
Version: 0.1.9
Hi,
I'm one of two administrators for a small Debian box. To keep each other
informed, we post small notes about package installations/removals to a
list; however, when one of us is doing some cleanup using dselect, the
changes are far too many to memorize, and so I use the following commands:
apt-get -qy dselect-upgrade >instlog 2>&1 & (sleep 1; tail -f instlog)
However, nothing happens then, and when I Ctrl-C tail, I get a message
stating that apt-get had been suspended because it expected tty input.
Running it in the foreground with output redirected works fine without
asking any questions, though.
Simon
-- System Information
Debian Release: 2.1
Kernel Version: Linux phobos 2.2.10 #1 Sat Jun 19 17:39:45 CEST 1999 i486
unknown
Versions of the packages apt depends on:
ii libc6 2.0.7.19981211 GNU C Library: shared libraries
ii libstdc++2.9 2.91.60-5 The GNU stdc++ library (egcs version)
--- Begin /etc/apt/sources.list (modified conffile)
deb ftp://ftp.de.debian.org/debian stable main contrib non-free non-US
deb http://security.debian.org/ stable updates
--- End /etc/apt/sources.list