Re: [Scidvspc-users] timeseal problems
Chess Database and Toolkit program
Brought to you by:
stevenaaus
|
From: Steven <ste...@ya...> - 2012-02-05 19:48:23
|
> 1 possible reason of network error > could be the [ping .... under the > clock], can i disable that option to ping repeatdly fics? I have never had this problem with timeseal. The default settings are IP: 69.36.243.188 Server: 5000 Timeseal: 5001 What OS do you run ? Is your OS running SELinux (security feature) ? http://fedoraproject.org/wiki/SELinux_FAQ#How_do_I_find_out_if_SELinux_is_enabled_on_my_system.3F Ping is a very low resource application, but to disable it, remove these lines from tcl/tools/fics.tcl. if { ! $::windowsOS } initPing } S. |