Your message dated Wed, 30 Nov 2011 22:59:11 +0800
with message-id
<can3vercp5ywhokxn6rapv2dc-ch_wvvh9vw1mxumx9wf-2p...@mail.gmail.com>
and subject line Re: Duplicated of 557580
has caused the Debian Bug report #569479,
regarding preferences.d ignored
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.)
--
569479: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569479
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aptitude
Version: 0.6.1.5-2
Odd, apt-get checks preferences.d but aptitude seemingly doesn't:
# touch /etc/apt/preferences.d/bla
$ strace apt-get -s install -q -y 2>&1|grep /preferences
stat64("/etc/apt/preferences", 0xbfa0d154) = -1 ENOENT (No such file or
directory)
stat64("/etc/apt/preferences.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/apt/preferences.d/",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4
stat64("/etc/apt/preferences.d/bla", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat64("/etc/apt/preferences.d/bla", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
open("/etc/apt/preferences.d/bla", O_RDONLY) = 4
$ strace aptitude -s install -q -y 2>&1|grep /preferences
stat64("/etc/apt/preferences", 0xbfe44784) = -1 ENOENT (No such file or
directory)
stat64("/etc/apt/preferences", 0xbfe44a34) = -1 ENOENT (No such file or
directory)
--- End Message ---
--- Begin Message ---
Version: 0.6.3-3.2
Raúl Sánchez Siles <[email protected]> wrote:
> Don't you think this is a dupe of <http://bugs.debian.org/cgi-
> bin/bugreport.cgi?bug=557580> ?
Agreed, and that was fixed by patch in NMU 0.6.3-3.2.
--- End Message ---