[systemd-devel] Systemd-resolved: --set-domains limited to 32 domains

2020-04-14 Thread Tarun Chinmai Sekar
Hello Systemd-devel, I'm building a small project that runs a dns proxy that listens on a tun device, and I would like to redirect dns queries for some domains to be redirected to this proxy. I am currently running sytemd-237 on ubuntu 18.04. I am seeing a limitation where systemd-resolved doesn't

[systemd-devel] Not able to get valgrind profiling output after starting systemd-udevd.service through valgrind.

2020-04-14 Thread Amit anand
Hi, I am trying to run systemd-udevd.service through valgrind for debugging some memory corruption issue in file https://github.com/systemd/systemd/blob//src/basic/hashmap.c file.. OS info : 64 bit Ubuntu OS. This is run as guest vm. RAM memory /swap size : 4GB RAM and

Re: [systemd-devel] OS shutting down after starting systemd-udevd.service through valgrind

2020-04-14 Thread Amit anand
Hi, OS shutdown issue resolved after disabling recmanager and crashhander services. Thanks, On 4/3/20, Amit anand wrote: > Hi, > I am trying to run systemd-udevd.service through valgrind for debugging > some memory corruption issue. > > OS info : 64 bit Ubuntu OS. T