On 2016/05/12 13:19, johnw wrote: > Hi, > > I noticed (doas dmesg -s) /etc/rc.d/dnscrypt_proxy start failed on boot, > But I can see the process is running and work as normal. > > My system and package is amd64 running on current (today) > > Any idea?
Please show: pgrep -lf dnscrypt rcctl get dnscrypt_proxy cat /var/run/rc.d/dnscrypt_proxy (if it exists) Common failures with this port are failing to follow the pkg-readme and set the upstream resolver, or having another process listening on port 53, but for those cases I wouldn't expect it to stay running.
