Hello.
I was hit by the very same error, and have found at least one possible explanation, why it hits some people and not others.

My fix is simply to allow the udevcontrol call to fail, just as all the other calls may fail:

 if [ -x /sbin/udevcontrol ];
 then /sbin/udevcontrol reload_rules || true;
 fi

In my case I have a full "udev" installation (because that is demanded by, I think, the GNOME suite), but udev is not active because I for certain reasons need to run a somewhat old kernel. So with the 2.5.3-3 update that call is invoked but fails. The output from installation process it looks as if it is a problem with the system group, but it isn't - the "addgroup" call already has a "|| true" tagged on, so it makes some noise but does not cause the postinst script to fail.

best regards
--
Peder Chr. Nørgaard             Senior System Developer, M. Sc.
Ericsson Denmark A/S, Telebit Division
Skanderborgvej 232              tel: +45 30 91 84 31
DK-8260 Viby J, Denmark         fax: +45 89 38 51 01
        e-mail: [EMAIL PROTECTED]
(old e-mail 2000-2003: [EMAIL PROTECTED])
         (old e-mail 1992-2000: [EMAIL PROTECTED])
----------------------------------------------------------------
This communication is confidential and intended solely for the
addressee(s). Any unauthorized review, use, disclosure or distribution
is prohibited. If you believe this message has been sent to you in
error, please notify the sender by replying to this transmission and
delete the message without disclosing it. Thank you.

E-mail including attachments is susceptible to data corruption,
interruption, unauthorized amendment, tampering and viruses, and we
only send and receive e-mails on the basis that we are not liable for
any such corruption, interception, amendment, tampering or viruses or
any consequences thereof.

Reply via email to