Your message dated Tue, 30 Oct 2007 22:55:22 +0000
with message-id <[EMAIL PROTECTED]>
and subject line umask is now set
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)
--- Begin Message ---
Package: dpkg
Version: 1.13.25
Severity: normal
With the latest dpkg, permissio for the md5sums are too restrictive
-rw-r--r-- 1 root root 7,3K 2007-05-01 13:17 /var/lib/dpkg/info/binutils.list
-rw------- 1 root root 12K 2007-05-01 15:11 /var/lib/dpkg/info/binutils.md5sums
-rwxr-xr-x 1 root root 65 2007-04-30 11:42
/var/lib/dpkg/info/binutils.postinst*
-rwxr-xr-x 1 root root 62 2007-04-30 11:42 /var/lib/dpkg/info/binutils.postrm*
-rw-r--r-- 1 root root 70 2007-04-30 11:42 /var/lib/dpkg/info/binutils.shlibs
which causes reportbug to report :
There may be a problem with your installation of binutils;
the following files appear to be missing or changed:
debsums: can't open /var/lib/dpkg/info/binutils.md5sums (Permission non
accordée)
Thanks.
-- System Information:
Debian Release: sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.20.4-ben
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dpkg depends on:
ii coreutils 5.97-5.3 The GNU core utilities
ii libc6 2.5-4 GNU C Library: Shared libraries
dpkg recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.14.7
At least in 1.14.7, the umask is set at startup now. I have tested
this:
[EMAIL PROTECTED]:build> umask 077
[EMAIL PROTECTED]:build> dpkg -i ../test-packages/413151.deb
Selecting previously deselected package test-dpkg-413151.
(Reading database ... 206789 files and directories currently installed.)
Unpacking test-dpkg-413151 (from ../test-packages/413151.deb) ...
Setting up test-dpkg-413151 (1) ...
[EMAIL PROTECTED]:build> ll /root/test-dpkg-413151
-rw-r--r-- 1 root ian 29 Oct 30 22:51 /root/test-dpkg-413151
[EMAIL PROTECTED]:build> dpkg -I ../test-packages/413151.deb postinst
#!/bin/sh
date >/root/test-dpkg-413151
[EMAIL PROTECTED]:build> umask 002
[EMAIL PROTECTED]:build>
Ian.
--- End Message ---