Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443596 - net-misc/networkmanager: ifnet plugin does not save cloned MAC address & duplicates entries
Summary: net-misc/networkmanager: ifnet plugin does not save cloned MAC address & dupl...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-11-17 10:32 UTC by Maxim Konyushikhin
Modified: 2014-10-13 20:50 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
This patch fixes the ifnet plugin to save a cloned mac address (networkmanager-0.9.8.8-ifnet-cloned-mac.patch,4.07 KB, patch)
2014-02-02 15:13 UTC, Maurice van der Pot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Konyushikhin 2012-11-17 10:32:00 UTC
"Cloned MAC address" parameter is not saved in /etc/conf.d/net. Consequently, this parameter is not preserved between daemon restarts.

Also, some field entries in nm-applet and nm-connection-editor are duplicated.

Steps to reproduce:
1. Connect to any new unprotected wireless network. 
2. Change cloned MAC address parameter with nm-connection-editor.
3. Set "Available to all users" checkbox.
4. Save.
5. /etc/init.d/NetworkManager restart

As a workaround, I removed "ifnet" plugin entries from /etc/NetworkManager/NetworkManager.conf

Tested with networkmanager-0.9.4.0-r6 and networkmanager-0.9.6.4.
Comment 1 Evgeny Bobkin 2012-11-29 09:32:30 UTC
I suffer a very similar experience.

There are duplicated entries for a new created wifi connections appears. if one of them is removed manually, the connection password is not getting saved after a computer restart. Moreover, after a restart the connection settings can not be edited anymore as the "save..." button is disabled!!! "Available for all users" checkbox is also disabled.

using the latest stable release - 0.9.4.0-r6.
Comment 2 Pacho Ramos gentoo-dev 2013-06-16 12:03:52 UTC
still the same with 0.9.8.2?
Comment 3 Maurice van der Pot 2014-02-02 15:13:42 UTC
Created attachment 369350 [details, diff]
This patch fixes the ifnet plugin to save a cloned mac address

0.9.8.8 still suffered from the problem of not saving the cloned mac address.

In this patch I fixed it by saving the cloned mac address in mac_eth0 and the actual hardware address (which network manager requires apparently) in hwaddr_eth0. The latter is not something that openrc knows, but it seems to ignore it if it's present so that's good enough.
Comment 4 Stephan Karacson 2014-02-13 19:09:44 UTC
Due to stress with my router i rely on a cloned mac adress for my cable connection.
Problem can be confirmed with net-misc/networkmanager-0.9.8.8 and kde 4.11.5
I can't wait to test it in ~amd64 or even in masked!
Comment 5 Stephan Karacson 2014-02-14 22:09:42 UTC
I wasn't able to wait, so I found out, that the ebuild of networkmanager has the epatch_user functionality. I also found out that this enables me to apply your patch by simply move the .patch file in /etc/patches/net-misc/networkmanager-0.9.8.8/ and reemerge networkmanager.

The behaviour without the patch:
clone mac in linux.
restart linux
cloned mac is lost, original mac is used again.

The behaviour with the patch:
clone mac in linux
restart linux
cloned mac is still used

But there is one unexpected additional behaviour:
clone mac in linux
restart in Windows 7 (grub-dualboot)
cloned mac is used in Windows 7!

(This wasn't before. But I don't know if this is caused by the patch, so I apologize if this leads to misunderstandings or wrong accusations)
Workaround is easy, just set the original mac in Windows 7 manually.

I just had a few hours and some restarts to test it this evening. If you want I'll report in some days if anything new occured.
Hardware: Dell Alienware Atheros AR8151 PCI-E Gigabit Ethernet Controller (NDIS 6.20)
Comment 6 Pacho Ramos gentoo-dev 2014-02-15 10:03:28 UTC
Not sure if qiaomuf will still be around for reviewing this
Comment 7 Evgeny Bobkin 2014-02-15 10:28:24 UTC
Thank you for your patch!!!

It would bring us much much further if you could open an upstream bug report about this plugin component and extend your patch with tests incorparating new changes, according to http://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/settings/plugins/ifnet/tests/test_all.c as there is no maintainer currently working on it.

(In reply to Maurice van der Pot from comment #3)
> Created attachment 369350 [details, diff] [details, diff]http://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/settings/plugins/ifnet/tests/test_all.c
> This patch fixes the ifnet plugin to save a cloned mac address
> 
> 0.9.8.8 still suffered from the problem of not saving the cloned mac address.
> 
> In this patch I fixed it by saving the cloned mac address in mac_eth0 and
> the actual hardware address (which network manager requires apparently) in
> hwaddr_eth0. The latter is not something that openrc knows, but it seems to
> ignore it if it's present so that's good enough.
Comment 8 Maurice van der Pot 2014-02-15 14:55:45 UTC
(In reply to Stephan Karacson from comment #5)
> But there is one unexpected additional behaviour:
> clone mac in linux
> restart in Windows 7 (grub-dualboot)
> cloned mac is used in Windows 7!

I don't see this issue on my dual boot system with Windows 7. I don't understand why this would be different without the patch.

(In reply to Evgeny Bobkin from comment #7)
> Thank you for your patch!!!
> 
> It would bring us much much further if you could open an upstream bug report
> about this plugin component and extend your patch with tests incorparating
> new changes, according to
> http://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/settings/
> plugins/ifnet/tests/test_all.c as there is no maintainer currently working
> on it.

Before I do this could someone from openrc please comment on whether or not the hwaddr_eth0 is an acceptable thing to them?
Comment 9 Pacho Ramos gentoo-dev 2014-02-15 14:59:29 UTC
CCing openrc team to check previous comment then
Comment 10 Nikoli 2014-08-15 16:53:42 UTC
Instead of fixing libnm-settings-plugin-ifnet.so why not just use native NM format of configs? net-misc/netifrc is now optional in openrc, NM works fine without it.
Comment 11 Pacho Ramos gentoo-dev 2014-09-22 18:28:03 UTC
@openrc, any thoughts about the patch? OK to try to upstream it? (if we pretend to support ifnet plugin in any way :S)
Comment 12 Pacho Ramos gentoo-dev 2014-10-13 20:50:41 UTC
+*networkmanager-0.9.10.0-r1 (13 Oct 2014)
+
+  13 Oct 2014; Pacho Ramos <pacho@gentoo.org>
+  +files/networkmanager-0.9.10.0-arpingpath.patch,
+  +networkmanager-0.9.10.0-r1.ebuild:
+  Ifnet plugin is now disabled because of it being unattended and unmaintained
+  for a long time, leading to some unfixed bugs and new problems appearing
+  (#443596, #458274, #493370, #498372, #523700). If some day somebody volunteers
+  for fixing/maintaining that plugin and forwarding all that fixes to upstream
+  it could be re-enabled of course. Append configure option regarding systemd
+  unit files install path only when systemd support is enabled to prevent
+  HAVE_SYSTEMD to be true (#524534 by Konstantin Ivanov). Ensure arping is found
+  (#523632 by Kobboi).
+