Re: [PATCH v1] virdnsmasq: fix runtime search for executable

2022-01-10 Thread Olaf Hering
Mon, 10 Jan 2022 16:46:49 +0100 Michal Prívozník : > Huh, so my patches turned out to be similar to yours. They appear to work for me, no more error reported. I do not use dnsmasq, no idea if it actually works with or without this series. Olaf pgpxlbaPXiGzU.pgp Description: Digitale Signatur

Re: [PATCH v1] virdnsmasq: fix runtime search for executable

2022-01-10 Thread Michal Prívozník
On 1/10/22 16:21, Michal Prívozník wrote: > Yeah, this is a real problem. I think I have a small, non-intrusive > patch. Let me post it. > Huh, so my patches turned out to be similar to yours. https://listman.redhat.com/archives/libvir-list/2022-January/msg00386.html Let me know if you want

Re: [PATCH v1] virdnsmasq: fix runtime search for executable

2022-01-10 Thread Michal Prívozník
On 1/10/22 14:29, Olaf Hering wrote: > Tue, 17 Aug 2021 15:13:05 +0200 Pavel Hrdina : > >> On Wed, Aug 11, 2021 at 11:47:13AM +0200, Olaf Hering wrote: >>> dnsmasq is an optional binary which does not neccessary exist during build. >>> >>> Signed-off-by: Olaf Hering >>> --- >>>

Re: [PATCH v1] virdnsmasq: fix runtime search for executable

2022-01-10 Thread Olaf Hering
Tue, 17 Aug 2021 15:13:05 +0200 Pavel Hrdina : > On Wed, Aug 11, 2021 at 11:47:13AM +0200, Olaf Hering wrote: > > dnsmasq is an optional binary which does not neccessary exist during build. > > > > Signed-off-by: Olaf Hering > > --- > > src/util/virdnsmasq.c | 28 +++- >

Re: [PATCH v1] virdnsmasq: fix runtime search for executable

2021-08-23 Thread Olaf Hering
Am Tue, 17 Aug 2021 15:13:05 +0200 schrieb Pavel Hrdina : > Is there any error or incorrect behavior that you are trying to fix? Some code paths call stat(DNSMASQ), which this patch tries to address. Olaf pgp3ccuQnabCb.pgp Description: Digitale Signatur von OpenPGP

Re: [PATCH v1] virdnsmasq: fix runtime search for executable

2021-08-17 Thread Pavel Hrdina
On Wed, Aug 11, 2021 at 11:47:13AM +0200, Olaf Hering wrote: > dnsmasq is an optional binary which does not neccessary exist during build. > > Signed-off-by: Olaf Hering > --- > src/util/virdnsmasq.c | 28 +++- > 1 file changed, 23 insertions(+), 5 deletions(-) Is there

[PATCH v1] virdnsmasq: fix runtime search for executable

2021-08-11 Thread Olaf Hering
dnsmasq is an optional binary which does not neccessary exist during build. Signed-off-by: Olaf Hering --- src/util/virdnsmasq.c | 28 +++- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/src/util/virdnsmasq.c b/src/util/virdnsmasq.c index