Hide Forgot
boot options network configuration: ip=ens3:dhcp kickstart network configuration: %include /tmp/ksinclude %pre echo "network --device=ens9 --noipv4 --activate" > /tmp/ksinclude %end results in traceback: networkInitialize(ksdata) File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 1320, in networkInitialize devnames = apply_kickstart(ksdata) File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 1302, in apply_kickstart added_connections = add_connection_for_ksdata(network_data, dev_name) File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 569, in add_connection_for_ksdata nm.nm_add_connection(values) File "/usr/lib64/python2.7/site-packages/pyanaconda/nm.py", line 927, in nm_add_connection connection = proxy.AddConnection('(a{sa{sv}})', settings) File "/usr/lib64/python2.7/site-packages/gi/overrides/Gio.py", line 171, in __call__ None) GLib.Error: g-io-error-quark: GDBus.Error:org.freedesktop.NetworkManager.Settings.Connection.MissingProperty: ipv4.method: property is missing (36) Exception AttributeError: "'NoneType' object has no attribute 'udev_unref'" in <bound method Context.__del__ of <pyudev.core.Context object at 0x7fcb7d6bc310>> ignored Pane is dead File "/usr/lib64/python2.7/site-packages/pyanaconda/nm.py", line 927, in nm_add_connection connection = proxy.AddConnection('(a{sa{sv}})', settings) File "/usr/lib64/python2.7/site-packages/gi/overrides/Gio.py", line 171, in __call__ None) GLib.Error: g-io-error-quark: GDBus.Error:org.freedesktop.NetworkManager.Settings.Connection.MissingProperty: ipv4.method: property is missing (36) Exception AttributeError: "'NoneType' object has no attribute 'udev_unref'" in <bound method Context.__del__ of <pyudev.core.Context object at 0x7fcb7d6bc310>> ignored Pane is dead
Created attachment 1223669 [details] anaconda.log
Created attachment 1223672 [details] syslog (NM)
Created attachment 1223673 [details] ifcfg.log
A patch with fix: https://github.com/rvykydal/anaconda/commits/rhel7-branch-noipv4-pre
I accidentally filed the issue again in bug 1418289. Closing this one as the other one seems to be on track for approval. *** This bug has been marked as a duplicate of bug 1418289 ***