You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting the script as root works fine, so does the patch (Blu in my case)
Running the sudo command past this step (like sudo su as an example) will raise this error: sudo: unable to resolve host hostname: Name or service not known
with hostname being your computer hostname.
To fix this you have to manually add 127.0.0.1 hostname
in the /etc/resolv.conf
I am running debian 10, sudo 1.8.27-1+deb10u3
I may take a look to the script soon
The text was updated successfully, but these errors were encountered:
Starting the script as root works fine, so does the patch (Blu in my case)
Running the sudo command past this step (like
sudo su
as an example) will raise this error:sudo: unable to resolve host hostname: Name or service not known
with hostname being your computer hostname.
To fix this you have to manually add
127.0.0.1 hostname
in the /etc/resolv.conf
I am running debian 10, sudo 1.8.27-1+deb10u3
I may take a look to the script soon
The text was updated successfully, but these errors were encountered: