Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1686654
Summary: | firewalld does not run fully in current Rawhide after kickstart install ('modinfo command is missing', 'Failed to load nf_conntrack module') | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> |
Component: | selinux-policy | Assignee: | Lukas Vrabec <lvrabec> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | rawhide | CC: | dwalsh, egarver, jpopelka, lvrabec, mgrepl, plautrba, twoerner, zpytela |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | openqa | ||
Fixed In Version: | selinux-policy-3.14.4-8.fc31 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-04-05 17:58:48 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1644937 |
Description
Adam Williamson
2019-03-07 23:37:17 UTC
(In reply to Adam Williamson from comment #0) ... > Mar 06 17:22:51 localhost.localdomain systemd[1]: Starting firewalld - > dynamic firewall daemon... > Mar 06 17:22:52 localhost.localdomain systemd[1]: Started firewalld - > dynamic firewall daemon. > Mar 06 17:22:52 localhost.localdomain firewalld[578]: WARNING: modinfo > command is missing, not able to detect conntrack helpers. This is non fatal which is why it's logged as a warning. > Mar 06 17:22:53 localhost.localdomain firewalld[578]: ERROR: Failed to load > nf_conntrack module: This _is_ fatal. We can't do firewalling without the nf_conntrack kernel module. Does it successfully load manually? # modprobe nf_conntrack I tried the same test locally to answer the question, but instead of this bug, it hit the other one - https://bugzilla.redhat.com/show_bug.cgi?id=1686660 . I'll try it another couple of times... Same again on another install. Maybe we should fix that one first, then, and worry about this one if it shows up again =) (In reply to Adam Williamson from comment #3) > Same again on another install. Maybe we should fix that one first, then, and > worry about this one if it shows up again =) See bug 1686660 comment 1. Indeed, re-assigning to selinux-policy. commit f36721500c5e2596fc4157cfab3b88e3b1bda7a8 Author: Lukas Vrabec <lvrabec> Date: Mon Mar 11 09:52:56 2019 +0100 Fix interface modutils_run_kmod() where was used old interface modutils_domtrans_insmod instead of new one modutils_domtrans_kmod() Resolves: rhbz#1686660 Resolves: rhbz#1686654 |