Your message dated Wed, 30 May 2007 12:41:46 +0200
with message-id <[EMAIL PROTECTED]>
and subject line [pkg-wpa-devel] Bug#424130: wpasupplicant should not use 
non-existant group netdev
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: wpasupplicant
Version: 0.6.0~cvs20070224-2
Severity: minor

While booting (and any other start/restart of dbus) I get the following
message:
Starting system message bus: dbusUnknown group "netdev" in message bus
configuration file.

This is caused by
<policy group="netdev">
    <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
    <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
</policy>
in
/etc/dbus-1/system.d/wpa_supplicant.conf which gets installed by your
package.

According to #389243 and #385495 you just should add something like the
following to your postinst:
 case "$1" in
   configure)
         if ! getent group netdev > /dev/null; then
                 addgroup --quiet --system netdev
         fi

TIA
Evgeni

--
   ^^^    | Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | GPG/PGP-Key-ID: 0xAC15B50C
  >-|-<   | 0C04 F872 0963 ADC9 AA83 882B 24A0 1418 AC15 B50C
   / \    | http://www.die-welt.net - [EMAIL PROTECTED]

ihr seid krank. entweder ihr redet über linux oder ihr rasiert euch die
beine. (craven, teranetworks.de)

Attachment: pgplh3jrGnme6.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 0.6.0~cvs20070224-3

Evgeni Golov <[EMAIL PROTECTED]> writes:
> Severity: minor
>
> While booting (and any other start/restart of dbus) I get the following
> message:
> Starting system message bus: dbusUnknown group "netdev" in message bus
> configuration file.
>

Already fixed, thanks for your report!

Changes: 
 wpasupplicant (0.6.0~cvs20070224-3) unstable; urgency=low
 .
   * Add netdev group if it does not exist, since we provide a dbus
     configuration file that insists on using that group. (Closes: #418641)

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

--- End Message ---

Reply via email to