search for: pythonmodul

Displaying 4 results from an estimated 4 matches for "pythonmodul".

Did you mean: pythonmodule
2020 Mar 30
2
Some problems with Unbound under CentOS8
Hi Stephen, Many thanks for your answer. Unbound under OpenBSD is compiled with few options: Version 1.9.4 Configure line: --enable-allsymbols --with-ssl=/usr --with-libevent=/usr --with-libexpat=/usr --without-pythonmodule --with-chroot-dir=/var/unbound --with-pidfile= --with-rootkey-file=/var/unbound/db/root.key --with-conf-file=/var/unbound/etc/unbound.conf --with-username=_unbound --disable-shared --without-pthreads Linked libs: pluggable-libevent 1.4.15-stable (it uses kqueue), LibreSSL 3.0.2 Linked modules: dns...
2020 Mar 30
2
Some problems with Unbound under CentOS8
Good morning, I have detected two strange problems with unbound under CentOS8 (fully patched). I have tried same configuration in an OpenBSD host, and these problems do not appear. a/ Error mesage ?connection refused?. I am using this unbound server to resolv DNS records for our internal domain (Bind9 is configured to listen in localhost interface, port 5353 udp and in the same host where
2020 Mar 30
0
Some problems with Unbound under CentOS8
...t; options: > > Version 1.9.4 > > That may also be the difference. RHEL-8 is 1.7.3 so I don't know if that added features or config options which the 1.9.4 has in it. > Configure line: --enable-allsymbols --with-ssl=/usr --with-libevent=/usr > --with-libexpat=/usr --without-pythonmodule --with-chroot-dir=/var/unbound > --with-pidfile= --with-rootkey-file=/var/unbound/db/root.key > --with-conf-file=/var/unbound/etc/unbound.conf --with-username=_unbound > --disable-shared --without-pthreads > Linked libs: pluggable-libevent 1.4.15-stable (it uses kqueue), LibreSSL >...
2020 Mar 30
0
Some problems with Unbound under CentOS8
...--with-pthreads --with-ssl \ --disable-rpath --disable-static \ --enable-subnet --enable-ipsecmod \ --with-conf-file=%{_sysconfdir}/%{name}/unbound.conf \ --with-pidfile=%{_localstatedir}/run/%{name}/%{name}.pid \ %if %{with_python} --with-pythonmodule --with-pyunbound \ %endif --enable-sha2 --disable-gost --enable-ecdsa \ --with-rootkey-file=%{_sharedstatedir}/unbound/root.key Looking through the default configs, it seems this is the 'default' in many ways (getting the root items to get the latest keys etc need...