@frank (frank-olbrich) https://launchpad.net/~frank-olbrich I tried your suggestion, it didn't work alas,... There are some issues with it: -file is new - network group does not exist:
root@legolas:/etc/ppp/ip-up.d# cat ./00-dns.sh #!/bin/sh -e chmod 640 /etc/resolv.conf chown systemd-network:systemd-network /etc/resolv.conf root@legolas:/etc/ppp/ip-up.d# ls -al ./00-dns.sh -rwxr-xr-x 1 root root 76 Feb 17 07:20 ./00-dns.sh root@legolas:/etc/ppp/ip-up.d# ./00-dns.sh chown: invalid group: ‘root:network’ root@legolas:/etc/ppp/ip-up.d# I tried also changing it to systemd.network: #!/bin/sh -e chmod 640 /etc/resolv.conf chown systemd-network:systemd-network /etc/resolv.conf root@legolas:/etc/ppp/ip-up.d# but that doesn't work either Anyway, there must be somekind of local dns-service, since resolving works, and resolv.conf points to the localhost as dns-server: root@legolas:~# ls -al /etc/resolv.conf lrwxrwxrwx 1 root root 29 Jan 29 11:11 /etc/resolv.conf -> ../run/resolvconf/resolv.conf root@legolas:~# ls -al /run/resolvconf/resolv.conf -rw-r--r-- 1 root root 172 Feb 17 07:46 /run/resolvconf/resolv.conf root@legolas:~# cat /run/resolvconf/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 127.0.1.1 root@legolas:~# Thanks anyway for the suggestion. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1508718 Title: NetworkManager - error initialzing editor To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1508718/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
