Evgeny Kolesnikov
Evgeny Kolesnikov
Do you have rights to write (overwrite) that file at that location?
Closing due to the lack of activity.
> Adding this entry to the blueprint solves the issue for me: > > ``` > [[packages]] > name = "firewalld" > version = "*" > ``` That's not the...
Uh-oh, that's weird.
The only change between 1.3.8 and 1.3.9 in the partition probe was related to PCRE. I guess we finally got bitten by the migration. I'll check this out.
Okay, I know what the problem is. Because of some chaotic release activity in Fedora (https://src.fedoraproject.org/rpms/openscap/commits/rawhide) the patch https://github.com/OpenSCAP/openscap/pull/2027 for nasty PCRE2 bug got lost. I'll fix that and get...
Okay, but how exactly the `/tmp` is mounted? What is the output of `mount`?
The `nftables.service` is: ``` [Unit] Description=Netfilter Tables Documentation=man:nft(8) Wants=network-pre.target Before=network-pre.target [Service] Type=oneshot ProtectSystem=full ProtectHome=true ExecStart=/sbin/nft -f /etc/sysconfig/nftables.conf ExecReload=/sbin/nft 'flush ruleset; include "/etc/sysconfig/nftables.conf";' ExecStop=/sbin/nft flush ruleset RemainAfterExit=yes [Install] WantedBy=multi-user.target ``` The...
When I call the method via D-Spy I get `('nftables.service', 'Netfilter Tables', 'loaded', 'inactive', 'dead', '', '/org/freedesktop/systemd1/unit/nftables_2eservice', 0, '', '/'),`.
@Mab879, @ggbecker, @marcusburghardt What is the status of the request? Can we close the bug?