Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
RHEL 7.3 GA.
My reproducer (kickstart test [1]):
Two of three devices activated in initrd by
ip=ens3:dhcp ip=ens4:dhcp
Devices (re)configured by kickstart fetched from network
%include /tmp/ksinclude
%pre
echo "network --device=ens4 --noipv4 --no-activate --onboot=yes" >> /tmp/ksinclude
echo "network --device=ens5 --noipv4 --activate --onboot=no" >> /tmp/ksinclude
%end
The traceback:
Starting installer, one moment...
anaconda 21.48.22.94-1 for Red Hat Enterprise Linux 7.4 (pre-release) started.
networkInitialize(ksdata)
File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 1318, in networkInitialize
devnames = apply_kickstart(ksdata)
File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 1300, 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 931, 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 0x7f0e5f383710>> ignored
[1]
https://github.com/rhinstaller/kickstart-tests/blob/master/network-noipv4-pre.shhttps://github.com/rhinstaller/kickstart-tests/blob/master/network-noipv4-pre.ks.in
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2017:2293
RHEL 7.3 GA. My reproducer (kickstart test [1]): Two of three devices activated in initrd by ip=ens3:dhcp ip=ens4:dhcp Devices (re)configured by kickstart fetched from network %include /tmp/ksinclude %pre echo "network --device=ens4 --noipv4 --no-activate --onboot=yes" >> /tmp/ksinclude echo "network --device=ens5 --noipv4 --activate --onboot=no" >> /tmp/ksinclude %end The traceback: Starting installer, one moment... anaconda 21.48.22.94-1 for Red Hat Enterprise Linux 7.4 (pre-release) started. networkInitialize(ksdata) File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 1318, in networkInitialize devnames = apply_kickstart(ksdata) File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 1300, 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 931, 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 0x7f0e5f383710>> ignored [1] https://github.com/rhinstaller/kickstart-tests/blob/master/network-noipv4-pre.sh https://github.com/rhinstaller/kickstart-tests/blob/master/network-noipv4-pre.ks.in