Re: [Dnsmasq-discuss] Failure of dnsmasq v2.81 in docker (qemu emulated armhf hardware)

2020-04-19 Thread Simon Kelley
On 19/04/2020 06:19, Dominik wrote: > On Wed, 2020-04-15 at 21:34 +0200, Dominik wrote: >> A possible solution seems to be what Petr Gotthard suggested >> (dnsmasq-discuss /Thu Mar 19 13:16:11 GMT 2020/): >> >>> +#ifdef NETLINK_NO_ENOBUFS >>>setsockopt(daemon->netlinkfd, SOL_NETLINK, >>>

Re: [Dnsmasq-discuss] Failure of dnsmasq v2.81 in docker (qemu emulated armhf hardware)

2020-04-19 Thread Geert Stappers
On Sun, Apr 19, 2020 at 07:19:10AM +0200, Dominik wrote: > On Wed, 2020-04-15 at 21:34 +0200, Dominik wrote: > > A possible solution seems to be what Petr Gotthard suggested > > (dnsmasq-discuss /Thu Mar 19 13:16:11 GMT 2020/): > > > > > +#ifdef NETLINK_NO_ENOBUFS > > >

Re: [Dnsmasq-discuss] Failure of dnsmasq v2.81 in docker (qemu emulated armhf hardware)

2020-04-18 Thread Dominik
On Wed, 2020-04-15 at 21:34 +0200, Dominik wrote: > A possible solution seems to be what Petr Gotthard suggested > (dnsmasq-discuss /Thu Mar 19 13:16:11 GMT 2020/): > > > +#ifdef NETLINK_NO_ENOBUFS > >setsockopt(daemon->netlinkfd, SOL_NETLINK, > > NETLINK_NO_ENOBUFS, , sizeof(opt)) == -1

[Dnsmasq-discuss] Failure of dnsmasq v2.81 in docker (qemu emulated armhf hardware)

2020-04-15 Thread Dominik
Hey Simon, we've observed that since http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=1627d577af03cdf747285e79fa747b6aaae8033f dnsmasq wouldn't build any longer in our docker environment. Even when your further commit