Your message dated Wed, 30 Jul 2008 23:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#489738: fixed in dbus 1.2.1-3
has caused the Debian Bug report #489738,
regarding dbus has problems with larger groups for policies ("Unknown group
"dev-usb" in message bus configuration file")
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.) -- 489738: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489738 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: dbus Version: 1.2.1-2 Severity: important Hello, in /etc/dbus-1/system.d/hal.conf the group (from /etc/group) "plugdev" gets the permission for the removal devices. We are using LDAP for the account data and don't want to configure every /etc/group on every machine. So I changed "plugdev" to the ldap group "dev-usb". Then I always get the error message: Unknown group "dev-usb" in message bus configuration file The group is there because "id" as a user shows me the group and "getent group dev-usb" shows my user in the group list. Here is the strace of a starting "dbus --system": execve("/usr/bin/dbus-daemon", ["dbus-daemon", "--system"], [/* 14 vars */]) = 0 brk(0) = 0x80045000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f6b000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=96082, ...}) = 0 mmap2(NULL, 96082, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f53000 close(3) = 0 ... time(NULL) = 1215424300 stat64("/etc/libnss-ldap.conf", {st_mode=S_IFREG|0644, st_size=4822, ...}) = 0 geteuid32() = 0 getsockname(4, {sa_family=AF_INET, sin_port=htons(47834), sin_addr=inet_addr("10.0.0.1")}, [16]) = 0 getpeername(4, {sa_family=AF_INET, sin_port=htons(389), sin_addr=inet_addr("10.0.0.2")}, [16]) = 0 time(NULL) = 1215424300 time(NULL) = 1215424300 write(4, "0\201\226\2\1\nc\201\220\4\33ou=Groups,ou=central"..., 153) = 153 gettimeofday({1215424300, 109335}, NULL) = 0 poll([{fd=4, events=POLLIN|POLLPRI|POLLERR|POLLHUP, revents=POLLIN}], 1, 120000) = 1 read(4, "0\2024\324\2\1\nd", 8) = 8 read(4, "\2024\315\4&cn=dev-usb,ou=Groups,ou=cen"..., 13520) = 2888 gettimeofday({1215424300, 111067}, NULL) = 0 poll([{fd=4, events=POLLIN|POLLPRI|POLLERR|POLLHUP, revents=POLLIN}], 1, 119998) = 1 read(4, "a08-a\4\tuser-25\4\006108-20\4\tuser"..., 10632) = 1448 gettimeofday({1215424300, 111216}, NULL) = 0 poll([{fd=4, events=POLLIN|POLLPRI|POLLERR|POLLHUP, revents=POLLIN}], 1, 119998) = 1 read(4, "\tuserk-3\4\nuser--401\4\006704-rl\4\t"..., 9184) = 1448 gettimeofday({1215424300, 111576}, NULL) = 0 poll([{fd=4, events=POLLIN|POLLPRI|POLLERR|POLLHUP, revents=POLLIN}], 1, 119997) = 1 read(4, "\005700-5\4\006625-r2\4\005700-6\4\7vn04-r2\4\5"..., 7736) = 1448 gettimeofday({1215424300, 111756}, NULL) = 0 poll([{fd=4, events=POLLIN|POLLPRI|POLLERR|POLLHUP, revents=POLLIN}], 1, 119997) = 1 read(4, "l2\4\nuser--ml3\4\007115-601\4\nuser--"..., 6288) = 1448 gettimeofday({1215424300, 111881}, NULL) = 0 poll([{fd=4, events=POLLIN|POLLPRI|POLLERR|POLLHUP, revents=POLLIN}], 1, 119997) = 1 read(4, "user--803\4\nuser--804\4\006111-20\4\6"..., 4840) = 1448 gettimeofday({1215424300, 112069}, NULL) = 0 poll([{fd=4, events=POLLIN|POLLPRI|POLLERR|POLLHUP, revents=POLLIN}], 1, 119997) = 1 read(4, "11-92\4\005503-0\4\006111-93\4\006111-94\4\00611"..., 3392) = 3392 gettimeofday({1215424300, 112266}, NULL) = 0 poll([{fd=4, events=POLLIN|POLLPRI|POLLERR|POLLHUP, revents=POLLIN}], 1, 119997) = 1 read(4, "0\f\2\1\ne\7\n", 8) = 8 read(4, "\1\0\4\0\4\0", 6) = 6 time(NULL) = 1215424300 time(NULL) = 1215424300 rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 8) = 0 write(2, "Unknown group \"dev-usb\" in messa"..., 58) = 58 open("/etc/passwd", O_RDONLY|0x80000 /* O_??? */) = 5 fstat64(5, {st_mode=S_IFREG|0644, st_size=1374, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb79c8000 ... As you see it read the group cn=dev-usb,ou=Groups,ou=central with the users but then it still writes "Unknown group \"dev-usb\" in messa"... If you need more details/information tell me. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages dbus depends on: ii adduser 3.108 add and remove users and groups ii debianutils 2.30 Miscellaneous utilities specific t ii libc6 2.7-12 GNU C Library: Shared libraries ii libdbus-1-3 1.2.1-2 simple interprocess messaging syst ii libexpat1 2.0.1-4 XML parsing C library - runtime li ii libselinux1 2.0.59-1 SELinux shared libraries ii lsb-base 3.2-12 Linux Standard Base 3.2 init scrip Versions of packages dbus recommends: ii dbus-x11 1.2.1-2 simple interprocess messaging syst -- no debconf information
--- End Message ---
--- Begin Message ---Source: dbus Source-Version: 1.2.1-3 We believe that the bug you reported is fixed in the latest version of dbus, which is due to be installed in the Debian FTP archive: dbus-1-doc_1.2.1-3_all.deb to pool/main/d/dbus/dbus-1-doc_1.2.1-3_all.deb dbus-x11_1.2.1-3_powerpc.deb to pool/main/d/dbus/dbus-x11_1.2.1-3_powerpc.deb dbus_1.2.1-3.diff.gz to pool/main/d/dbus/dbus_1.2.1-3.diff.gz dbus_1.2.1-3.dsc to pool/main/d/dbus/dbus_1.2.1-3.dsc dbus_1.2.1-3_powerpc.deb to pool/main/d/dbus/dbus_1.2.1-3_powerpc.deb libdbus-1-3_1.2.1-3_powerpc.deb to pool/main/d/dbus/libdbus-1-3_1.2.1-3_powerpc.deb libdbus-1-dev_1.2.1-3_powerpc.deb to pool/main/d/dbus/libdbus-1-dev_1.2.1-3_powerpc.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sjoerd Simons <[EMAIL PROTECTED]> (supplier of updated dbus package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 31 Jul 2008 00:04:21 +0100 Source: dbus Binary: dbus dbus-x11 libdbus-1-3 dbus-1-doc libdbus-1-dev Architecture: source all powerpc Version: 1.2.1-3 Distribution: unstable Urgency: low Maintainer: Utopia Maintenance Team <[EMAIL PROTECTED]> Changed-By: Sjoerd Simons <[EMAIL PROTECTED]> Description: dbus - simple interprocess messaging system dbus-1-doc - simple interprocess messaging system (documentation) dbus-x11 - simple interprocess messaging system (X11 deps) libdbus-1-3 - simple interprocess messaging system libdbus-1-dev - simple interprocess messaging system (development headers) Closes: 489738 Changes: dbus (1.2.1-3) unstable; urgency=low . * debian/patches/15_dbus_group_parsing.patch - Added. Fixes failure to parse /etc/group when it contains lines with more then 512 chars (Closes: #489738) (From upstream git) Checksums-Sha1: f77fdee04a6d73afe997dbfe6070ad986253e6e5 1536 dbus_1.2.1-3.dsc 872e42ff9684077ddb3dc9405ea4dec2e59d615f 27015 dbus_1.2.1-3.diff.gz 7f9d50e7931bb6e7ea0d853ced796bf242ee4a4a 1730252 dbus-1-doc_1.2.1-3_all.deb d43749f733d1606639cf94df5544e8b1024b0bad 246914 dbus_1.2.1-3_powerpc.deb 5cfafc8815fa6db84139e4531f8d8c37e4a26670 66646 dbus-x11_1.2.1-3_powerpc.deb 614397534dc7a500de21eadfd053d16e81a1c166 156404 libdbus-1-3_1.2.1-3_powerpc.deb f0f6bfd7bbf12e7ac3473ed2aea4ff023cb61714 242136 libdbus-1-dev_1.2.1-3_powerpc.deb Checksums-Sha256: d80d40dffcfd4518f10a9b13841582f49391dbce1a78430cf6f5dcb89de30591 1536 dbus_1.2.1-3.dsc e06ab934f65dac33afa5db56b1b0e770c9567b3d255d64aac3ed0c0236bda77d 27015 dbus_1.2.1-3.diff.gz c8bdc7e95136b4c04c9a6ef9cc2c252b979d322d5bdf70346e04f7149e1e3058 1730252 dbus-1-doc_1.2.1-3_all.deb 9aecc92cbdde00e75583a938012f3698c3e1841a8615d027d87af2bb2f68e164 246914 dbus_1.2.1-3_powerpc.deb 22c187b8d6b0eab650350811f9255b7e3c92f7e42f1380ba3107ca9152de7d9b 66646 dbus-x11_1.2.1-3_powerpc.deb 9847b792602a898fde8990e243dc9ce90a76a54c2df0b15bfd73da7f506d7c8c 156404 libdbus-1-3_1.2.1-3_powerpc.deb c985613cf841631000f8d9640823dd2872990e0124b857890bc3146ddf913c74 242136 libdbus-1-dev_1.2.1-3_powerpc.deb Files: e8d2a20fc15816151ccdd49ed91846e7 1536 devel optional dbus_1.2.1-3.dsc a042b356e7d6f92cd6ff7dcd80630a0c 27015 devel optional dbus_1.2.1-3.diff.gz 18b3fb1d9ae7763d7699acf366b4989a 1730252 doc optional dbus-1-doc_1.2.1-3_all.deb 7dd0aa44d304f9ff24f3d3737c36e579 246914 devel optional dbus_1.2.1-3_powerpc.deb 4712f6e2cde3091566ed02b5540e4c80 66646 x11 optional dbus-x11_1.2.1-3_powerpc.deb 77e6f6bb1075368d0c30f1f346e55281 156404 libs optional libdbus-1-3_1.2.1-3_powerpc.deb 48b3ec28045267e48a1f865470266dea 242136 libdevel optional libdbus-1-dev_1.2.1-3_powerpc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkiQ9g0ACgkQgTd+SodosdJazgCfQC3s+rSQFyP96UNkrEZ+QBB3 yAIAoI5VvN4SYd9Od1H1JZwMAJZx+4Dx =gdff -----END PGP SIGNATURE-----
--- End Message ---

