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 )
_______________________________________________
pld-devel-pl mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl