Are the instructions above not working for you?
Some helpful questions which might illustrate your problem better for me to comprehend:
- What commands did you run?
- Were there any error messages? if so please paste them along with the commands which prompted those errors…
- Does the log in
journalctl
report anything about theinadyn
service?sudo journalctl snap.inadyn.daemon.service
- Have you tried restarting the
inadyn
service usingsystemctl
?sudo systemctl restart snap.inadyn.daemon.service
Note that unless you install inadyn
unconfined by using devmode then it will currently fail with:
Not allowed to change owner of /var/snap/inadyn/<number>, aborting.
Where <number>
is the current revision of the snap, such as 8
. This is due to apparmor and seccomp preventing chown
. There is a thread about that.