Package: destar
Severity: important

# apt-get install destar
[...]
Setting up destar (0.0.167-1) ...
chown: `asterisk': invalid user
dpkg: error processing destar (--configure):
 subprocess post-installation script returned error exit status 1


In destar.postinst" starting from line 64:

case "$1" in
    configure)
        # here we should create the destar user and chown
        # /var/{log,run}/destar to it.
        chown asterisk /var/run/destar/
        ^^^^^^^^^^^^^^

Package asterisk (where user asterisk might exist) is not present as
it is not required:

# apt-cache depends destar
destar
  Depends: python
  Depends: python
  Recommends: asterisk
  Recommends: <python-pysqlite>
  Recommends: sqlite

regards,
-mika-


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

Reply via email to