Red Hat Bugzilla – Bug 1497639
[TESTS] test-socket-util fails on machines with disabled IPv6
Last modified: 2018-04-10 07:23:49 EDT
Description of problem: "make check" sometimes runs on machines that don't have IPv6 enabled. This makes "make check" fail due to the assertion in test-socket-util. Version-Release number of selected component (if applicable): systemd-219-42.el7_4.1 How reproducible: always Steps to Reproduce: 1. grubby --update-kernel=$(grubby --default-kernel) --args "ipv6.disable=1" 2. reboot 3. Run /CoreOS/systemd/Sanity/make-check/runtest.sh Actual results: Test fails, due failure in %check phase Expected results: Test passes
I've seen this already. I think that the fix would be a combination of https://github.com/systemd/systemd/commit/7693146dee53a2b0f524e977188347166bf454ca and https://github.com/systemd/systemd/commit/4ebc62ec87162aaa11e077f8693316ecf2d5c58d.
https://github.com/lnykryn/systemd-rhel/pull/152
fix merged to staging branch -> https://github.com/lnykryn/systemd-rhel/pull/152 -> post
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-2018:0711