Re: dhcp server null pointer in option_cache_dereference

2020-08-16 Thread Uwe Klaus
I had similar issues, see http://mail-index.netbsd.org/netbsd-users/2020/06/29/msg025383.html I switched to pkgsrc isc-dhcpd package and had no more issues so far. Regards, Uwe

Re: dhcp server null pointer in option_cache_dereference

2020-08-13 Thread Sad Clouds
On Wed, 12 Aug 2020 13:44:27 +0100 (BST) Stephen Borrill wrote: > On some machines newly upgraded to 9.0_STABLE, dhcp runs fine for, > say, 24 hours then starts logging the following. After this point, it > no longer handles any DHCP requests: > > Null pointer in option_cache_dereference: > /us

Re: dhcp server null pointer in option_cache_dereference

2020-08-12 Thread Christos Zoulas
In article , Stephen Borrill wrote: >On some machines newly upgraded to 9.0_STABLE, dhcp runs fine for, say, 24 >hours then starts logging the following. After this point, it no longer >handles any DHCP requests: > >Null pointer in option_cache_dereference: >/usr/src/external/mpl/dhcp/bin/serv

dhcp server null pointer in option_cache_dereference

2020-08-12 Thread Stephen Borrill
On some machines newly upgraded to 9.0_STABLE, dhcp runs fine for, say, 24 hours then starts logging the following. After this point, it no longer handles any DHCP requests: Null pointer in option_cache_dereference: /usr/src/external/mpl/dhcp/bin/server/../../dist/server/dhcp.c(4067) That 40