Comment 6 for bug 1652476

Revision history for this message
Tilman Baumann (tilmanbaumann) wrote :

This wasn't exactly the section of postinst that was causing the issue.

I have a workaround for it in debian/rules:
override_dh_installinit: dh_installinit --name dirsrv-admin -- defaults 15 85
vs
override_dh_installinit: dh_installinit --name dirsrv-admin --no-start -- defaults 15 85

And a PPA that contains this exact workaround.
https://launchpad.net/~tilmanbaumann/+archive/ubuntu/389-admin-fix-1652476/

If actually setting up the service at install time is not the plan, then this would I guess be the ticket.
There is a adm.conf in the debian directory. But it doesn't seem to be used. Incomplete implementation?