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

Bug#385923: apt: -q still produces some output not suitable for logging



Package: apt
Version: 0.6.45
Severity: minor

apt-get -q still produces some progress reports that aren't suitable
for logging.  These are generally percentage completion indicators
which update the percentage complete in place on the screen (using
KDE's Konsole, if that matters).  Some of these are produced by
subprograms that apt-get invokes, I believe (e.g., apt-listchanges).

Some of the progress messages I noticed are
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done


-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Default-Release "testing";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "if dpkg -s apt-listbugs | grep -q '^Status: .* ok installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 || exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter key to continue.' 1>&2 ; read a < /dev/tty ); fi";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "test -f /var/run/zope.restart && invoke-rc.d zope restart ; rm -f /var/run/zope.restart";
DPkg::Post-Invoke:: "which dzhandle >/dev/null && dzhandle restart-pending-instances || true";
DPkg::Post-Invoke:: "if [ -x /usr/sbin/localepurge ] && [ $(ps w -p $PPID | grep -c remove) != 1 ]; then /usr/sbin/localepurge; else exit 0; fi";
Acquire "";
Acquire::ftp "";
Acquire::ftp::Passive "";
Acquire::ftp::Passive::st.cs.uiuc.edu "false";
DSelect "";
DSelect::Clean "auto";

-- /etc/apt/preferences --

Explanation: Try to prevent unstable from creeping in
Package: *
Pin: release a=unstable
Pin-Priority: 50

Explanation: Must match default unstable priority from apt.conf for security
Package: *
Pin: release a=stable
Pin-Priority: 990

-- /etc/apt/sources.list --

deb file:/var/cache/apt-build/repository apt-build main
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed throught the apt-cdrom tool.
# Proxy configuration is covered through environment variables or
#

### security ###
#deb http://debian.betterworld.us:3142/security.debian.org/ sarge/updates main contrib non-free
deb http://security.debian.org/ sarge/updates main contrib non-free

deb http://debian.betterworld.us:3142/secure-testing.debian.net/debian-secure-testing etch/security-updates main contrib non-free
deb-src http://debian.betterworld.us:3142/secure-testing.debian.net/debian-secure-testing etch/security-updates main contrib non-free

# There is also volatile, though it's not clear it adds much
# beyond testing.  Also, no servers in North America.

###testing###
deb http://debian.betterworld.us:3142/ftp.us.debian.org/debian testing main contrib non-free

# formerly recommended in mozilla notes
# they now direct you to Sun's site
deb ftp://ftp.tux.org/java/debian/ testing non-free

# and for some AV stuff (mplayer)
deb http://debian.betterworld.us:3142/www.debian-multimedia.org testing main
deb http://debian.betterworld.us:3142/www.debian-multimedia.org sid main
deb-src http://debian.betterworld.us:3142/www.debian-multimedia.org sid main


###Ximian/Helix###
#deb file:/usr/local/download/Helix woody main
#deb-src file:/usr/local/download/Helix woody main
#deb http://debian.betterworld.us:3142/red-carpet.ximian.com/debian stable main
#deb-src  http://debian.betterworld.us:3142/red-carpet.ximian.com/debian stable main

###unstable###
deb http://debian.betterworld.us:3142/ftp.us.debian.org/debian unstable main contrib non-free
deb-src http://debian.betterworld.us:3142/ftp.us.debian.org/debian unstable main contrib non-free

# squeak.  Note it unstable only.  See http://debian.betterworld.us:3142/minnow.cc.gatech.edu/squeak/3616
deb http://debian.betterworld.us:3142/box2.squeakfoundation.org/files/debian/ unstable main
deb-src http://debian.betterworld.us:3142/box2.squeakfoundation.org/files/debian/ unstable main

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (990, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27advncdfs
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages apt depends on:
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1                      1:4.1.1-5   GCC support library
ii  libstdc++6                   4.1.1-5     The GNU Standard C++ Library v3

Versions of packages apt recommends:
pn  debian-archive-keyring        <none>     (no description available)

-- no debconf information



Reply to: