Toby wrote:
> However this does seem to be a move

Can you please check this with strace(1)?  The move function is
rename(2).  If you see something like the following in the output

    [...]
    rename("resolv.conf", "resolv.conf.vpnbackup")                        = 0
    [...]
    rename("resolv.conf.vpnbackup", "resolv.conf")                        = 0
    [...]

then the AnyConnect VPN client binary is probably not the culprit. (The
installer would still be a suspect.)

P.S. As things stand I don't think we have enough information to pursue
the matter any further.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1000244

Title:
  /etc/resolv.conf symlink does not exist after initial installation of
  resolvconf package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1000244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to