3.8.5 is now in RC

The next version of RC was published (for Turris 1.x and Omnia too)

It contains just a fix for unbound dependencies, so it should fix the issue on old Turris routers.

1 Like

On old Turris (also in 3.8.4) I noticed this error in syslog:

2017-11-07T14:03:34+01:00 debug dnsmasq-script[5545]: [1510059814] unbound-control[6263:0] warning: control-enable is ‘no’ in the config file.
2017-11-07T14:03:34+01:00 debug dnsmasq-script[5545]: error: Error setting up SSL_CTX client key and cert
2017-11-07T14:03:34+01:00 debug dnsmasq-script[5545]: 3078968392:error:02001002:lib(2):func(1):reason(2):NA:0:fopen(’/etc/unbound/unbound_control.pem’,‘r’)
2017-11-07T14:03:34+01:00 debug dnsmasq-script[5545]: 3078968392:error:20074002:lib(32):func(116):reason(2):NA:0:
2017-11-07T14:03:34+01:00 debug dnsmasq-script[5545]: 3078968392:error:140DC002:lib(20):func(220):reason(2):NA:0:
2017-11-07T14:03:34+01:00 debug dnsmasq-script[5545]: [1510059814] unbound-control[6264:0] warning: control-enable is ‘no’ in the config file.
2017-11-07T14:03:34+01:00 debug dnsmasq-script[5545]: error: Error setting up SSL_CTX client key and cert
2017-11-07T14:03:34+01:00 debug dnsmasq-script[5545]: 3080135752:error:02001002:lib(2):func(1):reason(2):NA:0:fopen(’/etc/unbound/unbound_control.pem’,‘r’)
2017-11-07T14:03:34+01:00 debug dnsmasq-script[5545]: 3080135752:error:20074002:lib(32):func(116):reason(2):NA:0:
2017-11-07T14:03:34+01:00 debug dnsmasq-script[5545]: 3080135752:error:140DC002:lib(20):func(220):reason(2):NA:0:

I know that dnsmasq is used for DHCP(v4) server, but I couldn’t find any related informations to these errors.
Noticed I miss .key, .pem for unbound_server and unbound_control.

The warning: control-enable is ‘no’ in the config file is definitely harmless, but dont know about others.
Even I searched it on the internet, but I find only this. Honestly everything seems to be working, but I want to be sure. :wink: