From 5f14815648db78a85b013f16a5ae111b1acbb605 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Thu, 20 Dec 2018 08:32:12 +0530 Subject: [PATCH] resolv.conf --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9e87261..4709509 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,16 @@ This will create the package peek-x.y.z-Linux.deb (where x.y.z is the current ve sudo dpkg -i peek-*-Linux.deb ``` +### resolv.conf + +Trouble with random daemons overwriting `resolv.conf`? Unsure if it's network manager or netconfig or dhcpcd? Simple hack: + +```shell +chattr +i /etc/resolv.conf +``` + +> Note to future self: If later you found the right way to do this, reverse the above by doing `chattr -i /etc/resolv.conf` and fix it. + ### RabbitMQ Server Installing RabbitMQ Server on Debian Stretch fails because the dependent packages `erlang-nox` and `esl-erlang` on Debian repos are slightly outdated. Hence, follow these instructions: