FS#64573 - [dnscrypt-proxy] relays.md is not setup as a absolute path

Attached to Project: Community Packages
Opened by safouane (saf1) - Tuesday, 19 November 2019, 16:54 GMT
Last edited by David Runge (dvzrv) - Tuesday, 19 November 2019, 21:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Every time I start dnscrypt-proxy I see this warning in the log:

/etc/dnscrypt-proxy/relays.md: open sf-bhuc4urdxx7hzu5k.tmp: read-only file system

I fixed it by setting the full path of 'relays.md' in the configuration file:

cache_file = '/var/cache/dnscrypt-proxy/relays.md'

As Capi Etheriel suggested [2] the paths are patched in PKGBUILD. Maybe we should fix relays.md as well.
Thanks.


Additional info:
* dnscrypt-proxy 2.0.33-1
* [1] https://github.com/DNSCrypt/dnscrypt-proxy/issues/1037
* [2] https://wiki.archlinux.org/index.php/Talk:Dnscrypt-proxy

Steps to reproduce:
# journalctl -fu dnscrypt-proxy
# systemctl restart dnscrypt-proxy
This task depends upon

Closed by  David Runge (dvzrv)
Tuesday, 19 November 2019, 21:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 2.0.33-2
Comment by David Runge (dvzrv) - Tuesday, 19 November 2019, 21:25 GMT
@saf1: Thanks for the report. I've updated the diff for the example configuration.

Loading...