Your message dated Fri, 24 Oct 2008 01:58:42 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: [Pkg-utopia-maintainers] Bug#477759: Bug#477759: 
Bug#477759: dbus: postinst script notice
has caused the Debian Bug report #477759,
regarding dbus: postinst script notice
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.)


-- 
477759: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477759
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dbus
Version: 1.2.1-1
Severity: important
Tags: patch


The postinst script on configure stage try to adduser,
which is present on system, as such package installation failed.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-amd64-custom (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dbus depends on:
ii  adduser                       3.107      add and remove users and groups
ii  debianutils                   2.28.4     Miscellaneous utilities specific t
ii  libc6                         2.7-10     GNU C Library: Shared libraries
ii  libdbus-1-3                   1.2.1-1    simple interprocess messaging syst
ii  libexpat1                     1.95.8-4   XML parsing C library - runtime li
ii  libselinux1                   2.0.59-1   SELinux shared libraries
ii  lsb-base                      3.2-10     Linux Standard Base 3.2 init scrip

Versions of packages dbus recommends:
ii  dbus-x11                      1.2.1-1    simple interprocess messaging syst

-- no debconf information
--- dbus.postinst       2008-04-18 20:09:26.000000000 +0400
+++ /var/lib/dpkg/info/dbus.postinst    2008-04-18 20:11:19.000000000 +0400
@@ -9,13 +9,15 @@
 LAUNCHER=/usr/lib/dbus-1.0/dbus-daemon-launch-helper
 
 if [ "$1" = configure ]; then
-    adduser --system \
-            --home "$MESSAGEHOME" \
-            --no-create-home \
-            --disabled-password \
-            --group "$MESSAGEUSER"
+    if ! getent passwd messagebus &>/dev/null; then
+        adduser --system \
+                --home "$MESSAGEHOME" \
+                --no-create-home \
+                --disabled-password \
+                --group "$MESSAGEUSER"
 
-    chown "$MESSAGEUSER":"$MESSAGEUSER" "$MESSAGEHOME"
+        chown "$MESSAGEUSER":"$MESSAGEUSER" "$MESSAGEHOME"
+    fi
 
     if ! dpkg-statoverride --list "$LAUNCHER" >/dev/null 2>&1; then
             chown root:"$MESSAGEUSER" "$LAUNCHER"

--- End Message ---
--- Begin Message ---
Alexander Davydenko wrote:

> 
> ok, IMHO I dig in source of that issue. In my case adduser fails because
> of disagree the system id of `messagebus' user and FIRST_SYSTEM_UID, 
> FIRST_SYSTEM_GID 
> values of adduser.conf. It seems like messagebus user was created before
> FIRST_SYSTEM_UID value was changed to suit my needs.

I'm closing this bug report then.
This is a local modification by the user, and the subsequent failure of
dbus postinst has to be fixed by the user.

Cheers,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to