Summary: | CU170 Testing - When enabling ipblocklist WUI page a blank screen is shown. | ||
---|---|---|---|
Product: | IPFire | Reporter: | Adolf Belka <adolf.belka> |
Component: | --- | Assignee: | Peter Müller <peter.mueller> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | Minor Usability | ||
Priority: | Will affect most users | CC: | cab_77573, jon.murphy, michael.tremer, peter.mueller, siosios1 |
Version: | 2 | ||
Hardware: | unspecified | ||
OS: | Unspecified |
Description
Adolf Belka
2022-08-19 10:04:34 UTC
Should have mentioned in the initial bug submission that this was identified by other people and flagged up in the forum. https://community.ipfire.org/t/core-170-test-ip-address-blocklists-error/8400 change the owner and group to nobody on /var/ipfire/ipblocklist folder so it can write the settings file. chown nobody:nobody /var/ipfire/ipblocklist verified as working afterwards by others Moved back to assigned as it is only marked as modified once a patch has been accepted and merged/committed into the git repository. (In reply to Adolf Belka from comment #3) > Moved back to assigned as it is only marked as modified once a patch has > been accepted and merged/committed into the git repository. got it, sorry! I gather from the discussion that something like the following needs to be done as part of the Core 170 upgrade process: . "chown nobody:nobody /var/ipfire/ipblocklist/" . However, this bug is showing as "assigned" but it is currently assigned only to "nobody" https://lists.ipfire.org/pipermail/development/2022-August/014289.html Second attempt of patching this: https://patchwork.ipfire.org/project/ipfire/patch/06825b38-ec53-38c5-c8ce-12d70c1acb5b@ipfire.org/ Tested on my vm testbed - cloned a CU169 system, upgraded to CU170 and rebooted and the ipblocklists entry is fully accessible as expected. Confirm that the fix has fixed the bug. |