Your message dated Sun, 03 May 2015 10:53:37 +0200
with message-id <[email protected]>
and subject line Re:  open-iscsi: Missing md5sums in 
/var/lib/dpkg/info/open-iscsi.md5sums
has caused the Debian Bug report #696711,
regarding open-iscsi: Missing md5sums in /var/lib/dpkg/info/open-iscsi.md5sums
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.)


-- 
696711: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696711
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: open-iscsi
Version: 2.0.873-3
Severity: normal

Hello open-iscsi maintainers,

Playing with debsums on a pre-wheezy box, it seems that open-iscsi is missing 
md5sums
on config files under /etc/init.d/ and /etc/iscsi/*.

It would be appreciated if those could be added. In time for wheezy would be 
nice.

Thanks,

@+,

        Fab

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages open-iscsi depends on:
ii  libc6  2.13-37
ii  udev   175-7

open-iscsi recommends no packages.

open-iscsi suggests no packages.

-- Configuration Files:
/etc/iscsi/initiatorname.iscsi [Errno 13] Permission non accordée: 
u'/etc/iscsi/initiatorname.iscsi'

-- no debconf information

--- End Message ---
--- Begin Message ---
Control: tags -1 wontfix

I've recently started co-maintaining this package and have been going
through the list of bugs. The issue reported here is not a bug:
conffiles typically don't have their md5sums in a separate file, but as
part of the package control file.

With regards to your comment:

> I report this bug because out off 485 packages installed on this wheezy 
> box, open-iscsi is one of the 5 packages not providing checksums on 
> files under /etc.

I don't know how you got this number - on a Wheezy box with > 3000
packages installed, I have only a couple of packages with files in /etc
in the md5sums file (33 files in 14 packages). For a Jessie box with a
similar set of packages, I get exactly the same number (33 files in 14
packages), and for a Squeeze box with more than 2500 packages it's also
comparable (29 files in 13 packages) And those are mostly exceptions,
such as sysv-rc with /etc/init.d/README (not a configuration file).

Note that this is a good thing: if you include configuration files in
/var/lib/dpkg/info/*.md5sums, running debsums to verify the installed
package's integrity will complain - and it should not, because
configuration files are supposed to be editable.

That said, you can query the md5sums of configuration files, just use:

dpkg-query -W -f='${Conffiles}\n' open-iscsi

If you want to automatically check if there were modifications, you can
do (as root, because you don't have permissions to all files as a user):

dpkg-query -W -f='${Conffiles}\n' open-iscsi | \
    awk '{printf("%s  %s\n", $2, $1);}' | \
    md5sum -c

(Note that this will always fail for /etc/iscsi/initiatorname.iscsi,
because the name there is generated upon starting the daemon for the
first time, the file in the package just has Generated=Yes or so.)

Closing this bug.

Christian

--- End Message ---

Reply via email to