I have tried to fix the DNSMASQ_WARN Warning in dnsmasq core:
Maximum number of concurrent DNS queries reached (max: 150) by following the steps of the mentioned topic.
Unfortionatly i seam to have done some mistake and PIhole is not working anymore. I got following fault. DNSMASQ_CONFIG FTL failed to start due to cannot read /etc/dnsmasq.d/02-custom-settings.conf.save: Permission denied
I have tried to delete the file by moving it to the recycle bin. It tries to open a window but I can not see what it is telling (Speed is not so well f the VM).
I have tried to delete it via the terminal (rm /etc/dnsmasq.d/02-custom-settings.conf.save) but it does not find the path
Any Idea how i can solve this?
Note that in the first two attempts you typed .safe instead of .save, so the file was not found. In the third attempt there was no sudo so you did not have enough privilege to delete it. In the final attempt you used sudo and the filename was correct and it successfully deleted.