Bugzilla – Bug 803521
Networking: NetworkManager and Netconfig is swaped
Last modified: 2013-02-18 13:49:34 UTC
I'm not sure if this is a plain YaST2 issue or not. After installation in second Stage during network configuration following issue exist: Network configuration is swaped - the default is to use traditional via Netconfig, however if i keep this default setting NetworkManager will be used - if i switch to NetworkManager the traditional method via Netconfig will be used So either the labels are wrong or the functionality is wrong You can verify this is the next dialog, where the internet connectivity will be tested. - if you have selected traditional method with Netconfig the connectivity test will fail, because of networkmanager is used - if you have selected NetworkManager the test will succeed, because Netconfig will be used. I'm now going to test how it works after installation when network is configured via YaST2
When network configuration is changed in YaST2 it makes no difference what is selected. Always NetworkManager will be configured/used.
I can confirm this problem with a fresh installation using OS12.3RC1 Net DVD. After fresh installation, network is up but # rcnetwork status says that network manager is INACTIVE, while YaST2 says that "ifup" is selected for network configuration. After a reboot, network manager is now running, but still YaST shows "ifup" method to be used.
Same here with oS12.3RC1 x64 full DVD. Even changing between ifup and networkmanager doesn't do anything (I hoped to activate ifup with setting of networkmanager). This is bad because I don't use X and can't configure my network this way.
sysconfig and most other packages has been changed to not use NETWORKMANAGER variable any more, but a network.service alias link. See also release notes bug #800771 and - still unfixed - bug #798348, to adopt switching between NetworkManager and /etc/init.d/network in yast2. [/etc/init.d/network is currently active only while miminal installation, in all other cases NetworkManager because yast2 is unable to switch it as needed.] To enable NetworkManager, use: systemctl stop network.service systemctl --force enable NetworkManager.service systemctl start network.service to disable NetworkManager, use: systemctl stop network.service systemctl --force disable NetworkManager.service systemctl start network.service This command: systemctl --no-pager -p Id show network.service reports "Id=NetworkManager.service" when NetworkManager acts as the network service, "Id=network.service" means /etc/init.d/network. *** This bug has been marked as a duplicate of bug 798348 ***