Hi

on a fresh Install (i backported asterisk 1:1.4.3~dfsg-1 to etch)
the asterisk user is still not created.

Problem is, the script /usr/share/asterisk/bin/asterisk_fix
has no executable bit set and asterisk-config.postinst
does check this:

    configure)
        if [ -x /usr/share/asterisk/bin/asterisk_fix ]; then
                /usr/share/asterisk/bin/asterisk_fix
        fi

Depending on this bug the asterisk.postinst fails while starting
asterisk cause of the not existing user (and group)

As quick workaround the following works:

chmod +x /usr/share/asterisk/bin/asterisk_fix
dpkg-reconfigure asterisk-config


And a chmod +x asterisk_fix in your source package and
rebuilding it should fix the package.

Regards, Matthias
-- 
   Matthias Wamser, System Engineering, mailto: [EMAIL PROTECTED]
   ILK Internet GmbH, Am Sandfeld 15 a, D-76149 Karlsruhe
   Tel: +49 (0) 721 9100 0, http://www.ilk.net
   Geschaeftsfuehrer Matthias Felger, AG Mannheim, HRB 107037


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to