You are not logged in.
Hello, friends!
I resolve problem in installation package "dnscrypt-proxy". This package contains an incorrect command to start the /etc/init.d/dnscrypt-proxy service in the executable file:
cmd="/usr/sbin/dnscrypt-proxy -c /etc/dnscrypt-proxy/dnscrypt-proxy.toml"
The service launch command should be:
cmd="/usr/sbin/dnscrypt-proxy -config /etc/dnscrypt-proxy/dnscrypt-proxy.toml"
========================================================
Developers, please fix this problem. Without fixing this problem in the "dnscrypt-proxy" installation package, this package is not installed using the "apt" package installer.
Offline
I filed a bug report for you.
https://bugs.devuan.org/cgi/bugreport.cgi?bug=384
Offline
Wow. It's fixed. New version should appear in repo within a few hours.
Thanks for reporting.
Offline
Wow. It's fixed. New version should appear in repo within a few hours.
Thanks for reporting.
Thanks you!
Please fix another problem with package "dnscrypt-proxy". Please add the following lines to the start service script of the /etc/init.d/dnscrypt-proxy:
if [ ! -d /var/cache/dnscrypt-proxy/ ]; then
mkdir /var/cache/dnscrypt-proxy
fi
This is fix the problem with downloading source public-resolvers from https://download.dnscrypt.info
Developers, please add these changes to the "dnscrypt-proxy" installation package.
Last edited by Eaglet (2020-01-31 05:20:07)
Offline
Done in 2.0.19+ds1-2+devuan4
Right now, it's still in ceres (unstable).
Offline
Done in 2.0.19+ds1-2+devuan4
Right now, it's still in ceres (unstable).
This error includes Devuan Beowulf 3!!! In testing the distribution!!!
Last edited by Eaglet (2020-02-01 21:04:12)
Offline
It doesn't always happen in a few hours. Be patient. It's coming.
Offline