Skip to content

dnsdist has a broken xml-manifest file #84

Description

@jfqd

After Installing dnsdist with pkgin in dnsdist a svcadm enable dnsdist leaves the service in maintenance state:

Could not expand method tokens in "/opt/local/bin/dnsdist -d -u dnsdist -g dnsdist -C %{config_file}": property "config_file" not found.

Running the following on the xml-manifest file is fixing it:

gsed -i -e 's/<property_group name="dnsdist" type="application">/<property_group name="application" type="application">/' /opt/local/lib/svc/manifest/dnsdist.xml
svccfg import /opt/local/lib/svc/manifest/dnsdist.xml
svcadm clear dnsdist

The property-group-name should be application instead of dnsdist.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions