Package: aptitude
Version: 0.6.4-1.2
Severity: minor
Aptitude is an awesome tool, but one thing that annoys me is a bunch of
progress messages that can't be eliminated even at the highest 'quiet'
setting:
/--------
| # aptitude -q9 update
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Reading extended state information...
| Initializing package states...
| Writing extended state information...
| Deleting obsolete downloaded files
\--------
I have cron jobs that run aptitude several times (in different chroots,
for diskless clients), and all the clutter gets in the way of easily
seeing which packages are to be upgraded.
In case it's relevant, my scripts look something like
/--------
| for d in $clients
| do
| chroot $d aptitute -q2 update
| chroot $d aptitute -q2 -d -y full-upgrade
| done
\--------
so that the downloading is done at night when bandwidth is cheap, but
the email from cron alerts me when I have stuff to install.
-- Package-specific info:
aptitude 0.6.4 compiled at Oct 29 2011 20:08:13
Compiler: g++ 4.6.2
Compiled against:
apt version 4.10.1
NCurses version 5.9
libsigc++ version: 2.2.9
Ept support enabled.
Gtk+ support disabled.
Qt support disabled.
Current library versions:
NCurses version: ncurses 5.9.20110404
cwidget version: 0.5.16
Apt version: 4.10.1
linux-vdso.so.1 => (0x00007fff579ff000)
libapt-pkg.so.4.10 => /usr/lib/libapt-pkg.so.4.10 (0x000000381a000000)
libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5
(0x0000003820800000)
libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5
(0x0000003829800000)
libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0x000000381c000000)
libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0x00007f868a1c2000)
libept.so.1 => /usr/lib/libept.so.1 (0x00007f8689f65000)
libxapian.so.22 => /usr/lib/libxapian.so.22 (0x00007f8689b68000)
libz.so.1 => /usr/lib/libz.so.1 (0x0000003819c00000)
libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x0000003831200000)
libboost_iostreams.so.1.46.1 => /usr/lib/libboost_iostreams.so.1.46.1
(0x0000003823800000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x0000003819800000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(0x000000381cc00000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x0000003819000000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1
(0x000000381c400000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x0000003818c00000)
libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x0000003830e00000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x0000003819400000)
libuuid.so.1 => /lib/libuuid.so.1 (0x00007f8689960000)
libbz2.so.1.0 => /lib/x86_64-linux-gnu/libbz2.so.1.0
(0x0000003829c00000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f8689757000)
/lib64/ld-linux-x86-64.so.2 (0x0000003818800000)
Terminal: eterm-color
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:
aptitude linkage:
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (900, 'testing'), (900, 'stable'), (400, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.1.1-balti (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages aptitude depends on:
ii apt [libapt-pkg4.10] 0.8.15.9
ii libboost-iostreams1.46.1 1.46.1-8
ii libc6 2.13-26
ii libcwidget3 0.5.16-3.1
ii libept1 1.0.5
ii libgcc1 1:4.6.2-12
ii libncursesw5 5.9-4
ii libsigc++-2.0-0c2a 2.2.9-1.1
ii libsqlite3-0 3.7.9-2
ii libstdc++6 4.6.2-12
ii libtinfo5 5.9-4
ii libxapian22 1.2.8-1
ii zlib1g 1:1.2.3.4.dfsg-3
Versions of packages aptitude recommends:
ii apt-xapian-index <none>
ii aptitude-doc-en [aptitude-doc] 0.6.4-1.2
ii libparse-debianchangelog-perl 1.2.0-1
ii sensible-utils 0.0.6
Versions of packages aptitude suggests:
pn debtags <none>
pn tasksel <none>
-- Configuration Files:
/etc/cron.daily/aptitude changed:
bak=/var/backups
if test -f /var/lib/aptitude/pkgstates && cd $bak ; then
if ! cmp -s aptitude.pkgstates.0 /var/lib/aptitude/pkgstates ; then
cp -p /var/lib/aptitude/pkgstates aptitude.pkgstates
savelog -c 7 aptitude.pkgstates > /dev/null
fi
fi
-- no debconf information
_______________________________________________
Aptitude-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/aptitude-devel