From unknown Fri Mar 29 06:19:50 2024 X-Loop: owner@bugs.devuan.org Subject: bug#406: apt-2.0.0: Runs very, very slow after update to version 2.0 Reply-To: Klaus Ethgen , 406@bugs.devuan.org Resent-From: Klaus Ethgen Resent-To: devuan-bugs@lists.dyne.org Resent-CC: devuan-dev@lists.dyne.org X-Loop: owner@bugs.devuan.org Resent-Date: Sun, 03 May 2020 20:33:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.devuan.org X-Devuan-PR-Message: followup 406 X-Devuan-PR-Package: daptup X-Devuan-PR-Keywords: debian References: <20200407174843.GA5826@zeus.ad.home.arpa> <20200309181647.GA23948@ikki.ethgen.ch> <20200416201205.GC28224@ikki.ethgen.ch> <20200503172029.GA19683@zeus.ad.home.arpa> <20200309181647.GA23948@ikki.ethgen.ch> Received: via spool by 406-submit@bugs.devuan.org id=B406.158853780426628 (code B ref 406); Sun, 03 May 2020 20:33:01 +0000 Received: (at 406) by bugs.devuan.org; 3 May 2020 20:30:04 +0000 Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for (single-drop); Sun, 03 May 2020 20:30:04 +0000 (UTC) Received: from tschil.ethgen.ch (tschil.ethgen.ch [5.9.7.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 01918F609D4 for <406@bugs.devuan.org>; Sun, 3 May 2020 22:18:29 +0200 (CEST) Received: from [192.168.17.4] (helo=ikki.ket) by tschil.ethgen.ch with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jVL4H-0007L1-9C; Sun, 03 May 2020 22:18:29 +0200 Received: from klaus by ikki.ket with local (Exim 4.93) (envelope-from ) id 1jVL4G-0007QL-Sn; Sun, 03 May 2020 22:18:28 +0200 Date: Sun, 3 May 2020 21:18:28 +0100 From: Klaus Ethgen To: Andreas Messer Cc: 406@bugs.devuan.org Message-ID: <20200503201828.GC15118@ikki.ethgen.ch> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vmttodhTwj0NAgWp" Content-Disposition: inline In-Reply-To: <20200503172029.GA19683@zeus.ad.home.arpa> OpenPGP: id=79D0B06F4E20AF1C; url=http://www.ethgen.ch/~klaus/79D0B06F4E20AF1C.txt; preference=signencrypt X-Spam-Status: No, score=-2.1 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_MED,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org --vmttodhTwj0NAgWp Content-Type: multipart/mixed; boundary="g7w8+K/95kPelPD2" Content-Disposition: inline --g7w8+K/95kPelPD2 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Maybe the daptup.conf would be of some help. Gru=DF Klaus --=20 Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen Fingerprint: 85D4 CA42 952C 949B 1753 62B3 79D0 B06F 4E20 AF1C --g7w8+K/95kPelPD2 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: attachment; filename="daptup.conf" # configuraton file for daptup # By default Daptup gathers and shows the information on each invocation of # 'apt-get/aptitude/cupt update'. Use this option to switch this off. # Possible values: "n" - no, "y" - yes. DAPTUP_HOOK_ENABLED=y # Daptup usually show changes just when it has built new lists. But there is # a possibility to not show changes after updating the lists. Show changes in # the '--post' call? # Possible values: "n" - no, "y" - yes. # If this option is disabled, administrator is supposed to run 'daptup --last' # at some time after the update manually to see changes. DAPTUP_SHOW_CHANGES_IN_POST=y # Daptup has the ability to find installed packages that have version prepared # by package maintainer a lot of time ago and have more recent install # candidate ("outdated" packages). Enable this check? # Possible values: "n" - no, "y" - yes. DAPTUP_CHECK_FOR_OUTDATED_PACKAGES=y # This option contains list of packages that will be watched by daptup though # these packages are not installed on your system. The list is empty by # default. Each entry must match whole package name. For example, if you want # to track changes of gnash, pytagsfs and warsow packages, you should write # # DAPTUP_PACKAGES_WATCH_FOR="gnash pytagsfs warsow" # # It is also possible to write any regular expressions in each item, except # start of line ('^') and end of line ('$') characters. For example: # # DAPTUP_PACKAGES_WATCH_FOR="xfce4-.*-plugin" # # line will watch for changes in all the xfce4 panel plugins. DAPTUP_PACKAGES_WATCH_FOR="" # If we check for "outdated" packages, what minimal age (in days) must package to have # to be treated as "outdated"? DAPTUP_MINIMAL_DAY_COUNT_TREATING_OUTDATED=90 # Use colored output? # Possible values: "n" - no, "y" - yes. DAPTUP_USE_COLOR=y # When daptup builds a list of available packages, include short descriptions # to the output? # Possible values: "n" - no, "y" - yes. DAPTUP_NEW_INCLUDE_DESCRIPTION=y # Option that disables column output (passes "--disable-columns" to aptitude) # disabled by default because this option can be processed only by newer # versions of aptitude. # Possible values: "n" - no, "y" - yes. # If aptitude is not installed, option changes nothing and non-column output is # used. DAPTUP_DISABLE_COLUMNS=n # Format string which daptup passes to aptitude when calling for changes in # new packages, see aptitude reference manual for detailed documentation. # This option doesn't work if aptitude is not installed. DAPTUP_NEW_DISPLAY_FORMAT="%10p - %80d" # Maximum width of line that aptitude can use for output of changes in new # packages. # This option doesn't work if aptitude is not installed. DAPTUP_NEW_DISPLAY_WIDTH=120 # Format string which daptup passes to aptitude when calling for changes in # watched packages, see aptitude reference manual for detailed documentation. # This option doesn't work if aptitude is not installed. DAPTUP_WATCH_DISPLAY_FORMAT="%p %V" # Maximum width of line that aptitude can use for output of changes in watched # packages. # This option doesn't work if aptitude is not installed. DAPTUP_WATCH_DISPLAY_WIDTH=50 --g7w8+K/95kPelPD2-- --vmttodhTwj0NAgWp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: Charset: ISO-8859-1 iQGzBAABCgAdFiEEMWF28vh4/UMJJLQEpnwKsYAZ9qwFAl6vJxQACgkQpnwKsYAZ 9qzFxQwAoHXJrUbavcmQ7/98Ns8a+YwjZxu70JIZ1PzI4UUC3PmkOLIGHVJ7l5Ii BrdyoZM/L9uDb+Jp1LFtD5bIlU10hsAnC0USwan1CcKVQLb2Lg8RkNZ/nYwHxpnz w1+YOurntJ14t4qVmVRDvr7X4CcFJPHlJziJ+hWfm4mx6n3nDXo7T+alRz6MjYir RgJk5xvLQ+tI2IJbmtoojQf3Mriey7VDWQkFruQKIK0c3MvwK6Ci0d/CqWmImQlz FL0a8LTi7LpKgb0iXBS5cmwFIpYJSVz0PxyGdyHYZs7QoaGBHywUMQLKyR6NBtfQ 8BWb0OFE5y00cW88RlAYIR3x2NQFXWMmvP+l146vktoEC5OhG7i26JA9WoRgACcK VcrinxzLf0mIXLRr/tB5BXuHL8WeP2BDae/qTadI09NzkWog8q3vWAaJkFH1PtxA sgyiEXO+Dj1R79x5S4kuvBwEdEvGrM5eIwRSgxyhDdQI2LU8e8g3viZ8l819UG5b mUzzINyi =wYtN -----END PGP SIGNATURE----- --vmttodhTwj0NAgWp--