[Bug 1939255] Re: dhclient triggers systemd-resolved start limit when processing more than 5 interfaces at once

2022-04-18 Thread Dmitry Teselkin
Hi. It seems this issue may occur not only when receiving addresses on multiple interfaces, but also when dhcp requests on multiple interfaces times out and the hook script was called with 'reason' == FAIL. Found on Ubuntu 20.04.3 LTS, systemd is 245.4-4ubuntu3.15. ** Attachment added: "DHCPDISC

[Bug 1570472] Re: Set systemd as default service provider

2016-07-26 Thread Dmitry Teselkin
@nacc, I've tested puppet 3.8 from your ppa, and found one issue with it. It looks like 'defaultfor' works well only when it compares values for facts. :exists doesn't look like a fact, and defaultfor works incorrectly. I fixed it by adding fact :runs_on_systemd and testing its value instead, see

[Bug 1057024] Re: kvm kernel module always loaded, without setting /dev/kvm permissions

2016-01-26 Thread Dmitry Teselkin
It looks like the bug still exists in 'trusty', qemu-kvm 2.0, however, it's not clear why. Aftre installation /dev/kvm have wrong permissions: --- crw--- 1 root root 10, 232 Jan 20 02:09 /dev/kvm --- Reinstalling qemu-system-common fixes the problem. I did a simple research, and here is wha