Re: Fwd: Bind się wywala po upgradzie :(
Arkadiusz Miśkiewicz
arekm at maven.pl
Tue Jul 14 20:14:15 CEST 2020
On 14/07/2020 16:05, Jacek Osiecki wrote:
> Cześć,
>
> byłem głupi i zrobiłem upgrade na starej maszynie.
> No i… był sobie bind i już po nim.
>
> Wywala się w taki oto sposób:
>
> Jul 14 15:15:02 mike named[28759]: found 12 CPUs, using 12 worker threads
> Jul 14 15:15:02 mike named[28759]: using 12 UDP listeners per interface
> Jul 14 15:15:02 mike named[28759]: using up to 21000 sockets
> Jul 14 15:15:02 mike named[28759]: loading configuration from '/etc/named.conf'
> Jul 14 15:15:02 mike named[28759]: reading built-in trust anchors from file '/etc/bind.keys'
> Jul 14 15:15:02 mike named[28759]: looking for GeoIP2 databases in '/usr/share/GeoIP'
> Jul 14 15:15:02 mike named[28759]: using default UDP/IPv4 port range: [1024, 65535]
> Jul 14 15:15:02 mike named[28759]: using default UDP/IPv6 port range: [1024, 65535]
> Jul 14 15:15:02 mike named[28759]: listening on IPv4 interface lo, 127.0.0.1#53
> Jul 14 15:15:02 mike named[28759]: udp.c:120: fatal error:
> Jul 14 15:15:02 mike named[28759]: RUNTIME_CHECK(res == 0) failed
Patrząc po kodzie
#ifdef SO_INCOMING_CPU
res = setsockopt(csock->fd, SOL_SOCKET, SO_INCOMING_CPU,
&(int){ 1 }, sizeof(int));
RUNTIME_CHECK(res == 0);
#endif
a to jest od kernela 4.4
Jaki masz kernel dla potwierdzenia?
--
Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )
More information about the pld-devel-pl
mailing list