abrt 1.1.1 detected a crash. architecture: x86_64 cmdline: /usr/bin/python /usr/bin/system-config-firewall component: system-config-firewall executable: /usr/bin/system-config-firewall kernel: 2.6.33.5-112.fc13.x86_64 package: system-config-firewall-1.2.25-1.fc13 reason: etc_services.py:74:load:IOError: [Errno 2] Aucun fichier ou dossier de ce type: '/etc/services' release: Fedora release 13 (Goddard) backtrace ----- etc_services.py:74:load:IOError: [Errno 2] Aucun fichier ou dossier de ce type: '/etc/services' Traceback (most recent call last): File "/usr/bin/system-config-firewall", line 36, in <module> import fw_gui File "/usr/share/system-config-firewall/fw_gui.py", line 31, in <module> import etc_services File "/usr/share/system-config-firewall/etc_services.py", line 123, in <module> services = _Services() File "/usr/share/system-config-firewall/etc_services.py", line 71, in __init__ self.load() File "/usr/share/system-config-firewall/etc_services.py", line 74, in load fd = open(ETC_SERVICES, "r") IOError: [Errno 2] Aucun fichier ou dossier de ce type: '/etc/services' Local variables in innermost frame: self: []
Created attachment 423299 [details] File: backtrace
/etc/services is missing on your system according to the error message. Can you please add the output of "ls -laZ /etc/services".
ls -laZ /etc/services ls: impossible d'accéder à /etc/services: Aucun fichier ou dossier de ce type
Your installation is broken. /etc/services is part of the setup package, which is a core component. Please verify your system integrity with "rpm -Va" and reinstall failing packages with "yum reinstall <package>". Use "yum groupinstall core" to install missing core packages. I have fixed system-config-firewall not to fail if /etc/services does not exist or is not readable. Fixed upstream: http://git.fedorahosted.org/git/?p=system-config-firewall.git;a=commit;h=ccd9052a513da3987d35dc516539863c343fc105 Will be part of next package release.
system-config-firewall-1.2.27-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/system-config-firewall-1.2.27-1.fc13
system-config-firewall-1.2.27-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update system-config-firewall'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/system-config-firewall-1.2.27-1.fc13
system-config-firewall-1.2.27-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.