The officially official Devuan Forum!

You are not logged in.

#1 2020-01-30 03:05:24

Eaglet
Member
From: USSR
Registered: 2018-06-24
Posts: 56  
Website

Please fix problem with package dnscrypt-proxy

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

#2 2020-01-30 09:55:31

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: Please fix problem with package dnscrypt-proxy

Offline

#3 2020-01-30 12:06:30

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: Please fix problem with package dnscrypt-proxy

Wow. It's fixed. New version should appear in repo within a few hours.

Thanks for reporting.

Offline

#4 2020-01-31 05:19:42

Eaglet
Member
From: USSR
Registered: 2018-06-24
Posts: 56  
Website

Re: Please fix problem with package dnscrypt-proxy

fsmithred wrote:

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

#5 2020-02-01 03:28:23

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: Please fix problem with package dnscrypt-proxy

Done in 2.0.19+ds1-2+devuan4

Right now, it's still in ceres (unstable).

Offline

#6 2020-02-01 21:03:47

Eaglet
Member
From: USSR
Registered: 2018-06-24
Posts: 56  
Website

Re: Please fix problem with package dnscrypt-proxy

fsmithred wrote:

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

#7 2020-02-02 14:29:40

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: Please fix problem with package dnscrypt-proxy

It doesn't always happen in a few hours. Be patient. It's coming.

Offline

#8 2020-02-03 05:58:09

Eaglet
Member
From: USSR
Registered: 2018-06-24
Posts: 56  
Website

Re: Please fix problem with package dnscrypt-proxy

fsmithred wrote:

It doesn't always happen in a few hours. Be patient. It's coming.

Problem is solved. Big thanks!

Offline

Board footer