Description of problem: system-configure-firewall crashes when the default system language is Romanian and one tries to disable firewall. Version-Release number of selected component (if applicable): system-config-firewall-1.0.11-1.fc8 How reproducible: Always. Steps to Reproduce: 1. Install a fresh F8 system with firewall enabled and started. 2. Configure default system language to Romanian, keyboard Romanian. 3. Launch system-config-firewall and disable the firewall. 4. When pressing Apply button to save changes, the following error occurs: Cofigurarea a eşuat (the Romanian for „Configuring has failed”) /usr/sbin/lokkit -f --disabled --removemodule=nf_conntrack_ftp --removemodule=nf_conntrack_netbios_ns --port=22:tcp Traceback (most recent call last): File "/usr/sbin/lokkit", line 52, in <module> old_config = parseSELinuxArgs(selinux_args, options=old_config) File "/usr/share/system-config-firewall/fw_parser.py", line 178, in parseSELinuxArgs return _parse_args(parser, args, options) File "/usr/share/system-config-firewall/fw_parser.py", line 159, in _parse_args (_options, _args) = parser.parse_args(args, options) File "/usr/lib64/python2.5/optparse.py", line 1380, in parse_args self.error(str(err)) File "/usr/lib64/python2.5/optparse.py", line 1561, in error self.print_usage(sys.stderr) File "/usr/lib64/python2.5/optparse.py", line 1648, in print_help file.write(self.format_help().encode(encoding, "replace")) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 66: ordinal not in range(128) Actual results: system-configure-firewall crashes; firewall is not disabled. Expected results: system-configure-firewall should perform normally. Additional info: It is very possible that this bug has the same common source with bug #376231 , which is related to bug #329071 and bug #337271 .
Can you please verify this with the latest changes for the locale?
Seems to be OK, I'll close this. Thanks a lot, Răzvan