I configured some additional ports in the
security level configuration tool, and now the thing wont start. I get the following in a terminal:
[jim@localhost ~]$ system-config-securitylevel ?
Traceback (most recent call last):
File "/usr/share/system-config-securitylevel/system-config-securitylevel.py", line 18, in ?
app.stand_alone()
File "/usr/share/system-config-securitylevel/securitylevel.py", line 453, in stand_alone
self.readFile()
File "/usr/share/system-config-securitylevel/securitylevel.py", line 353, in readFile
protoname = socket.getservbyport(int(service), protocol)
socket.error: port/proto not found
Has anyone seen this issue or now how to fix it?
Jim