Your message dated Wed, 27 Feb 2002 21:53:00 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#122950: shouldn't lock status database area
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; 8 Dec 2001 15:55:13 +0000
>From [EMAIL PROTECTED] Sat Dec 08 09:55:13 2001
Return-path: <[EMAIL PROTECTED]>
Received: from 80-24-13-86.uc.nombres.ttd.es (getyouriso.dyndns.org)
[80.24.13.86]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16Cjof-0004qc-00; Sat, 08 Dec 2001 09:55:08 -0600
Received: from aragorn ([192.168.0.3] helo=192.168.0.1)
by getyouriso.dyndns.org with smtp (Exim 3.12 #1 (Debian))
id 16CjpZ-0003G3-00
for <[EMAIL PROTECTED]>; Sat, 08 Dec 2001 16:56:01 +0100
Date: Sat, 8 Dec 2001 15:40:59 +0100
From: Robert Millan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: shouldn't lock status database area
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Mailer: Balsa 1.0.pre5
Delivered-To: [EMAIL PROTECTED]
Package: apt
Severity: minor
IMO, APT shouldn't lock status database area
while fetching packages but only when it's running
dpkg to install them.
Excuse me if i'm wrong, but I don't think there
might be any problems on installing packages
manually with dpkg while APT is fetching for a
dist-upgrade.
Regards,
--
----------------------------------------------------
Robert Millan Debian GNU/Hurd user
zeratul2 wanadoo es http://getyouriso.dyndns.org/
----------------------------------------------------
GPG ID C8D6942C
237F 8688 C2E5 BC64 E152 97B4 FB28 D41B C8D6 942C
----------------------------------------------------
Free Dmitry Sklyarov! http://www.freesklyarov.org
----------------------------------------------------
Join us in civil disobedience and distribute DeCSS!!
----------------------------------------------------
/* efdtt.c Author: Charles M. Hannum <[EMAIL PROTECTED]> */
/* Length: 434 bytes (excluding unnecessary newlines) */
/* Usage is: cat title-key scrambled.vob | efdtt >clear.vob */
/* title-key can be read from the DVD by css-auth. (see livid.org) */
#define m(i)(x[i]^s[i+84])<<
unsigned char x[5],y,s[2048];main(n){for(read(0,x,5);read(0,s,n=2048);write(1,s
,n))if(s[y=s[13]%8+20]/16%4==1){int i=m(1)17^256+m(0)8,k=m(2)0,j=m(4)17^m(3)9^k
*2-k%8^8,a=0,c=26;for(s[y]-=16;--c;j*=2)a=a*2^i&1,i=i/2^j&1<<24;for(j=127;++j<n
;c=c>y)c+=y=i^i/8^i>>4^i>>12,i=i>>8^y<<17,a^=a>>14,y=a^a*8^a<<6,a=a>>8^y<<9,k=s
[j],k="7Wo~'G_\216"[k&7]+2^"cr3sfw6v;*k+>/n."[k>>4]*2^k*257/8,s[j]=k^(k&k*2&34)
*6^c+~y;}}
---------------------------------------
Received: (at 122950-done) by bugs.debian.org; 28 Feb 2002 04:53:02 +0000
>From [EMAIL PROTECTED] Wed Feb 27 22:53:02 2002
Return-path: <[EMAIL PROTECTED]>
Received: from crack-ext.ab.videon.ca [206.75.216.33]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 16gIYv-0007zJ-00; Wed, 27 Feb 2002 22:53:01 -0600
Received: (qmail 24161 invoked from network); 28 Feb 2002 04:53:00 -0000
Received: from unknown (HELO wakko.debian.net) ([24.86.210.128])
(envelope-sender <[EMAIL PROTECTED]>)
by crack-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 28 Feb 2002 04:53:00 -0000
Received: from localhost
([127.0.0.1] helo=wakko.debian.net ident=jgg)
by wakko.debian.net with smtp (Exim 3.16 #1 (Debian))
id 16gIYu-0008Q9-00; Wed, 27 Feb 2002 21:53:00 -0700
Date: Wed, 27 Feb 2002 21:53:00 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Robert Millan <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#122950: shouldn't lock status database area
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
On Sat, 8 Dec 2001, Robert Millan wrote:
> Excuse me if i'm wrong, but I don't think there
> might be any problems on installing packages
> manually with dpkg while APT is fetching for a
> dist-upgrade.
There is, when APT goes to invoke dpkg after finishing the download it may
very well do Very Bad things since the state of the system has changed.
If you think you will need to use dpkg while downloading use the -d
option which does not lock the database (and does not install things
either...)
Jason