Closed camachat closed 5 years ago
Here is the patch to fix the problem. knot-resolver.diff.txt
Can you please open a pull request?
Had same issue - found same resolution. Must add -f 1
to executable options.
Pull request has been created: https://github.com/Homebrew/homebrew-core/pull/36020
Thanks!
Got this error:
> cat /usr/local/var/log/kresd.log [system] error: standard input is not a terminal or pipe; use '-f 1' if you want non-interactive mode. Commands can be simply added to your configuration file or sent over the tty/$PID control socket.
I think '-f 1' is needed to be added into "ProgramArguments".