search for: server_status

Displaying 2 results from an estimated 2 matches for "server_status".

Did you mean: server_stats
2003 Oct 29
0
rsync over ssh problem
...g around. Like this: Oct23 0:07 /usr/sbin/crond -l10 01:38 0:00 \_ /bin/sh -c /bin/sh cronjob-server-stats.sh minute 01:38 0:00 | \_ /bin/sh cronjob-server-stats.sh minute 01:38 0:12 | \_ rsync -vv --no-blocking-io --rsh=ssh minute_200310290138.status <user>@<server>:server_status/directory 01:38 0:00 | \_ ssh -l <user> <server> rsync --server -vv . server_status/<directory> On the remote site, there is only a ssh running, where rsync seems to have ended as it should. This is what the log tells me: opening connection using ssh -l <user>...
2006 May 31
0
web services datat types
Ok, this is the model (just two structs) class CLL_Answer < ActionWebService::Struct member :server_status, :bool member :answerDescription, :string member :answer, :string member :metadata, CLL_Metadata end class CLL_Metadata < ActionWebService::Struct member :key, :string member :type, :string member :value, :stri...