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

Bug#183088: marked as done (apt: no way mentioned to spit out apt's current configuration)



Your message dated Mon, 3 Mar 2003 17:04:40 -0500
with message-id <20030303220440.GD15956@alcor.net>
and subject line Bug#183088: apt: no way mentioned to spit out apt's current configuration
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 am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Mar 2003 06:40:54 +0000
>From jidanni@dman.ddts.net Sun Mar 02 00:40:53 2003
Return-path: <jidanni@dman.ddts.net>
Received: from smtp2.apol.com.tw [203.79.224.63] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18pN9Y-0006nZ-00; Sun, 02 Mar 2003 00:40:53 -0600
Received: from jidanni.org (TC210-203-44-101.3-16.pl.ebtnet.net [210.203.44.101])
	by smtp2.apol.com.tw (8.9.3/8.9.3) with ESMTP id OAA10767679
	for <submit@bugs.debian.org>; Sun, 2 Mar 2003 14:40:42 +0800 (CST)
Received: from jidanni by jidanni.org with local (Exim 3.36 #1 (Debian))
	id 18pFoo-0000gS-00; Sun, 02 Mar 2003 06:50:58 +0800
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Dan Jacobson <jidanni@dman.ddts.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt: no way mentioned to spit out apt's current configuration
X-Mailer: reportbug 2.10
Date: Sun, 02 Mar 2003 06:50:58 +0800
Message-Id: <[🔎] E18pFoo-0000gS-00@jidanni.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-0.1 required=4.0
	tests=DATE_IN_PAST_06_12,HAS_PACKAGE,SPAM_PHRASE_01_02
	version=2.44
X-Spam-Level: 

Package: apt
Version: 0.5.4
Severity: wishlist
File: /usr/share/man/man5/apt.conf.5.gz

looking thru many apt man pages, we see we can set config variables
with -o, e.g.  apt-cache -o APT::Cache::AllVersions=no show gnucap

however, how are we to find out the current state of all these
variables? the man pages are mum. the best hint we get is on the
apt.conf man page where we are told to see
/usr/share/doc/apt/examples/configure-index.gz
but that is neither complete or the current state.

[Note, don't tell the user to read the source code please.]

the apt.conf man page casually mentions
  DEBUG OPTIONS
	 Most  of  the  options  in the debug section are not interesting to the

etc. but doesn't tell one how to spit out the current -o variables state.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.20-k7 #1 Tue Jan 14 00:29:06 EST 2003 i686
Locale: LANG=zh_TW.Big5, LC_CTYPE=zh_TW.Big5

Versions of packages apt depends on:
ii  libc6                        2.3.1-10    GNU C Library: Shared libraries an
ii  libstdc++2.10-glibc2.2       1:2.95.4-15 The GNU stdc++ library

-- no debconf information


---------------------------------------
Received: (at 183088-done) by bugs.debian.org; 3 Mar 2003 22:04:42 +0000
>From mdz@csh.rit.edu Mon Mar 03 16:04:41 2003
Return-path: <mdz@csh.rit.edu>
Received: from smtp01.mrf.mail.rcn.net [207.172.4.60] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18py37-00065h-00; Mon, 03 Mar 2003 16:04:41 -0600
Received: from 216-15-124-77.c3-0.smr-ubr3.sbo-smr.ma.cable.rcn.com ([216.15.124.77] helo=mizar.alcor.net)
	by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #4)
	id 18py37-0006zR-00; Mon, 03 Mar 2003 17:04:41 -0500
Received: from mdz by mizar.alcor.net with local (Exim 3.36 #1 (Debian))
	id 18py36-0007Cf-00; Mon, 03 Mar 2003 17:04:40 -0500
Date: Mon, 3 Mar 2003 17:04:40 -0500
From: Matt Zimmerman <mdz@debian.org>
To: Dan Jacobson <jidanni@dman.ddts.net>, 183088-done@bugs.debian.org
Subject: Re: Bug#183088: apt: no way mentioned to spit out apt's current configuration
Message-ID: <20030303220440.GD15956@alcor.net>
References: <[🔎] E18pFoo-0000gS-00@jidanni.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] E18pFoo-0000gS-00@jidanni.org>
User-Agent: Mutt/1.5.3i
Sender: Matt Zimmerman <mdz@alcor.net>
Delivered-To: 183088-done@bugs.debian.org
X-Spam-Status: No, hits=-5.2 required=4.0
	tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,
	      SIGNATURE_SHORT_DENSE,SPAM_PHRASE_01_02,USER_AGENT,
	      USER_AGENT_MUTT
	version=2.44
X-Spam-Level: 

On Sun, Mar 02, 2003 at 06:50:58AM +0800, Dan Jacobson wrote:

> Package: apt
> Version: 0.5.4
> Severity: wishlist
> File: /usr/share/man/man5/apt.conf.5.gz
> 
> looking thru many apt man pages, we see we can set config variables
> with -o, e.g.  apt-cache -o APT::Cache::AllVersions=no show gnucap
> 
> however, how are we to find out the current state of all these
> variables? the man pages are mum. the best hint we get is on the
> apt.conf man page where we are told to see
> /usr/share/doc/apt/examples/configure-index.gz
> but that is neither complete or the current state.

There is in fact an entire man page devoted to exactly this, and it is
referenced in the apt.conf page's SEE ALSO section.  man apt-config.

-- 
 - mdz



Reply to: