Created attachment 781924 [details] journalctl -u NetworkManager --since <before `nmcli con delete` called> NetworkManager's connection won't get deleted until restart of NetworkManager. See following commands: [root@localhost ~]# nmcli con add type ethernet ifname ens9 con-name Test [root@localhost ~]# nmcli con NAME UUID TYPE TIMESTAMP-REAL eth0 69d233e3-08fb-4450-ac96-6c537cc5d343 802-3-ethernet Thu 01 Aug 2013 02:48:45 PM CEST Wired connection 2 d8da3338-3ba6-48ea-944f-0aa51a803382 802-3-ethernet never DHCP f07a6368-43c9-4976-bbe9-7168f7b23070 802-3-ethernet Fri 02 Aug 2013 12:31:15 PM CEST Test 024e8980-8b3c-4a7a-aa16-6e5463fb7d2e 802-3-ethernet never # Connection created, good [root@localhost ~]# nmcli con delete id Test # Delete the connection [root@localhost ~]# nmcli con NAME UUID TYPE TIMESTAMP-REAL eth0 69d233e3-08fb-4450-ac96-6c537cc5d343 802-3-ethernet Thu 01 Aug 2013 02:48:45 PM CEST Wired connection 2 d8da3338-3ba6-48ea-944f-0aa51a803382 802-3-ethernet never DHCP f07a6368-43c9-4976-bbe9-7168f7b23070 802-3-ethernet Fri 02 Aug 2013 12:31:15 PM CEST Test 024e8980-8b3c-4a7a-aa16-6e5463fb7d2e 802-3-ethernet Fri 02 Aug 2013 12:32:20 PM CEST # Still there [root@localhost ~]# systemctl restart NetworkManager # restart NM [root@localhost ~]# nmcli con NAME UUID TYPE TIMESTAMP-REAL eth0 69d233e3-08fb-4450-ac96-6c537cc5d343 802-3-ethernet Thu 01 Aug 2013 02:48:45 PM CEST Wired connection 2 d8da3338-3ba6-48ea-944f-0aa51a803382 802-3-ethernet never DHCP f07a6368-43c9-4976-bbe9-7168f7b23070 802-3-ethernet Fri 02 Aug 2013 12:32:35 PM CEST # Now its gone Deleting by specifying UUID doesn't work either. Deleting through D-Bus also doesn't work. journalctl output attached. Affected version: NetworkManager-0.9.9.0-8.git20130724.fc20.x86_64
This bug appears to have been reported against 'rawhide' during the Fedora 20 development cycle. Changing version to '20'. More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora20
I think this has been already fixed by these commits: http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=b5170903c0c5bdb5fb3820822aa0d57b3e11cf8f http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=ffa012f3cef96daead331c6f573e5357d7f0ad85 Radek, can you verify with latest build?
Yes, it is fixed in NetworkManager-0.9.9.0-14.git20131003.fc21.x86_64. Thank you.