pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/56807: error-log libvitrd about dnsmasq binary libvirt-1.2.9nb41



>Number:         56807
>Category:       pkg
>Synopsis:       error-log libvitrd about dnsmasq binary libvirt-1.2.9nb41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 27 19:55:00 +0000 2022
>Originator:     Ronald
>Release:        NetBSD 9.2
>Organization:
VirtualizationZoo
>Environment:
NetBSD nbsddom0 9.2 NetBSD 9.2 (XEN3_DOM0) #0: Wed May 12 13:15:55 UTC 2021  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/xen/compile/XEN3_DOM0 amd64

>Description:
pkgsrc port libvirtd is checking dnsmasq binary on it's default 'baked in ' location /usr/sbin/dnsmasq. 

Is the path to dnsmasq baked in binary /usr/pkg/sbin/libvirtd

2022-04-27 18:01:58.717+0000: 132259912384512: error : dnsmasqCapsRefreshInternal:726 : Cannot check dnsmasq binary dnsmasq: No such file or directory


>How-To-Repeat:
pkg_add libvirt dnsmasq
>Fix:
After a dnsmasq symlink to /usr/sbin:

ln -s /usr/pkg/sbin/dnsmasq /usr/sbin/dnsmasq

The error message is changed in an info message:info : dnsmasqCapsSetFromBuffer:685 : dnsmasq version is 2.86, --bind-dynamic is present, SO_BINDTODEVICE is in use


Home | Main Index | Thread Index | Old Index