Re: vmd: silence error on missing optional config

2023-04-24 Thread Mike Larkin
On Mon, Apr 24, 2023 at 02:29:38PM +, Klemens Nanni wrote: > On Mon, Apr 24, 2023 at 01:46:17PM +, Klemens Nanni wrote: > > I have on vm.conf, vmd does not need it, but complains: > > Apr 23 17:12:50 atar vmd[79320]: failed to open /etc/vm.conf: No such file > > or directory > > > > We've

Re: vmd: silence error on missing optional config

2023-04-24 Thread Dave Voutila
Klemens Nanni writes: > On Mon, Apr 24, 2023 at 01:46:17PM +, Klemens Nanni wrote: >> I have on vm.conf, vmd does not need it, but complains: >> Apr 23 17:12:50 atar vmd[79320]: failed to open /etc/vm.conf: No such file >> or directory >> >> We've fixed the same for dhcpleased a year ago,

Re: vmd: silence error on missing optional config

2023-04-24 Thread Klemens Nanni
On Mon, Apr 24, 2023 at 01:46:17PM +, Klemens Nanni wrote: > I have on vm.conf, vmd does not need it, but complains: > Apr 23 17:12:50 atar vmd[79320]: failed to open /etc/vm.conf: No such file or > directory > > We've fixed the same for dhcpleased a year ago, port the diff from there. > > W

vmd: silence error on missing optional config

2023-04-24 Thread Klemens Nanni
I have on vm.conf, vmd does not need it, but complains: Apr 23 17:12:50 atar vmd[79320]: failed to open /etc/vm.conf: No such file or directory We've fixed the same for dhcpleased a year ago, port the diff from there. Works for me with good, with bad and without /etc/vm.conf. Feedback? OK? Ind