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
The code in #187 will not work (i.e. warning will not be printed, even though it should be) if /etc/resolv.conf is a symlink to /var/run/NetworkManager/resolv.conf and /var/run is a symlink to /run. (realpath(3) returns only the final path, but here the problem is in the intermediate symlink in the symlink hierarchy.)
The code in #187 will not work (i.e. warning will not be printed, even though it should be) if
/etc/resolv.conf
is a symlink to/var/run/NetworkManager/resolv.conf
and/var/run
is a symlink to/run
. (realpath(3)
returns only the final path, but here the problem is in the intermediate symlink in the symlink hierarchy.)Originally posted by @pcahyna in #187 (comment)
The text was updated successfully, but these errors were encountered: