On Thursday 15 May 2008, Randall R Schulz wrote:
On Thursday 15 May 2008 17:32, Scott Jones wrote:
On Thursday 15 May 2008, Randall R Schulz wrote:
1) If the server's host is rebooted, the client never picks up a new connection to the (restarted) server. Can it be made to do so? Right now, I must manually restart it, which is less than ideal.
Look in /etc/sysconfig/gkrellmd. The relevant items are GKRELLMD_IO_TIMEOUT and GKRELLMD_RECONNECT_TIMEOUT.
That file exists, but is empty on my system. I enabled the GKrellM daemon via the YaST "System Services (Runlevels)" module for run levels 3 and 5.
Weird. It's non-empty as provided by the package from the packman repository.
What precisely do these configuration variables mean? Where are the documented? If Google is to be believed, only two German pages exist that mention these configuration entries! They do look roughly like HTML conversions of manual pages.
From the file: ## Type: integer ## Default: 0 # # Configure gkrellm clients to disconnect from a gkrellmd server if there is # an io-timeout interval where the client receives no input from the server. # Use this for conditions where gkrellmd may be ungracefully terminated such # that socket connections are not closed. # Minimum is 2 (less than 2 for no I/O disconnecting and is the default). GKRELLMD_IO_TIMEOUT="0" ## Type: integer ## Default: 0 # # Configure gkrellm clients to attempt automatic reconnects to a gkrellmd # server every reconnect-timeout seconds after a disconnected state is # detected. # Disconnected states are created by normal gkrellmd shutdowns or by an # expiring io-timeout. # Minimum is 2 (less than 2 for no automatic reconnecting and is the # default). GKRELLMD_RECONNECT_TIMEOUT="0" They provide the --io-timeout and --reconnect-timeout commandline options to gkrellmd. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org