Skip to content

dnsdist has a broken xml-manifest file #84

@jfqd

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions