desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #161600
[Bug 1508718] Re: NetworkManager - error initialzing editor
@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 Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/1508718
Title:
NetworkManager - error initialzing editor
Status in network-manager-applet package in Ubuntu:
Confirmed
Bug description:
Error initializing editor
settings/nm-settings-connection.c.995 - Connection didn't have requested setting 'ppp'
Error occurs when attempting to edit existing mobile broadband connection.
Editing existing Ethernet connections succeeds without error.
This broke between 1.0.4-0ubuntu3 and 1.0.4-0ubuntu5
The connection still functions correctly but its properties can no
longer be edited with gui.
ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: network-manager-gnome 0.9.10.1-0ubuntu7
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Oct 21 23:14:57 2015
ExecutablePath: /usr/bin/nm-connection-editor
IfupdownConfig:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
InstallationDate: Installed on 2015-09-30 (21 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
IpRoute:
default via 10.109.83.190 dev wwan0 proto static metric 750
10.109.83.188/30 dev wwan0 proto kernel scope link src 10.109.83.189 metric 750
169.254.0.0/16 dev wwan0 scope link metric 1000
IwConfig:
wwan0 no wireless extensions.
eno1 no wireless extensions.
lo no wireless extensions.
JournalErrors:
No journal files were found.
-- No entries --
NetworkManager.state:
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true
RfKill:
SourcePackage: network-manager-applet
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:
nmcli-dev:
DEVICE TYPE STATE DBUS-PATH CONNECTION CON-UUID CON-PATH
cdc-wdm0 gsm connected /org/freedesktop/NetworkManager/Devices/2 att_stick d13a7207-c11a-47ad-8876-ee62c3ccb5b2 /org/freedesktop/NetworkManager/ActiveConnection/7
eno1 ethernet disconnected /org/freedesktop/NetworkManager/Devices/0 -- -- --
lo loopback unmanaged /org/freedesktop/NetworkManager/Devices/1 -- -- --
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: Error: Object 'nm' is unknown, try 'nmcli help'.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1508718/+subscriptions
References