|
我在安装了BT下载后,在安全级别里设置了:6881:tcp,6881:udp。可是后来再运行system-config-securitylevel却无法运行,自动退出了。提示错误信息如下:
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
可以在哪个文件把端口的设置去掉? |
|