Your message dated Wed, 2 Jul 2008 08:24:45 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Re: dpkg parses its command-line arguments after the huge
files, too
has caused the Debian Bug report #360275,
regarding dpkg: Please parse command-line arguments before huge files
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
360275: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=360275
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apt
Version: 0.6.43.3
Severity: minor
apt-cache asdf takes >3s to say "invalid operation", or 0.5s the
second time. Why not parse the commandline arguments earlier?
--- End Message ---
--- Begin Message ---
Hi,
On Thu, 2006-06-08 at 10:25:48 -0400, Justin Pryzby wrote:
> # 360275 is a duplicate of 246144 which is "wontfix"
> retitle 360275 dpkg: Please parse command-line arguments before huge files
> reassign 360275 dpkg
> found 360275 1.13.19
> thanks
>
> $ time dpkg --assert-working-epoch
>
> real 0m1.449s
> user 0m0.505s
> sys 0m0.041s
This command requires reading the status file. The commands that do
not need that information do not read it.
$ time dpkg --print-architecture
i386
real 0m0.007s
user 0m0.000s
sys 0m0.004s
Thus closing this bug report.
regards,
guillem
--- End Message ---