From 57614318077556784ce9ec660926ae25287eea78 Mon Sep 17 00:00:00 2001 From: slerena Date: Thu, 7 Aug 2008 09:54:57 +0000 Subject: [PATCH] 2008-08-07 Sancho Lerena * bin/pandora_server: Disabled downtime server code until we can review changes in db structure from new code / console. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1004 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 5 +++++ pandora_server/bin/pandora_server | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 3fe097d618..1b24747a15 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2008-08-07 Sancho Lerena + + * bin/pandora_server: Disabled downtime server code until + we can review changes in db structure from new code / console. + 2008-08-05 Sancho Lerena * bin/pandora_recon: New functional recon server. It implements diff --git a/pandora_server/bin/pandora_server b/pandora_server/bin/pandora_server index 9bdd139177..2a5c6e6e9d 100755 --- a/pandora_server/bin/pandora_server +++ b/pandora_server/bin/pandora_server @@ -93,7 +93,8 @@ my $dbh = DBI->connect("DBI:mysql:$dbname:$dbhost:3306", while (1) { pandora_serverkeepaliver (\%pa_config, 0, $dbh); - pandora_planned_downtime (\%pa_config, $dbh); + # Disabled until we can finish code from editor and update server code + # pandora_planned_downtime (\%pa_config, $dbh); keep_alive_check (\%pa_config, $dbh); threads->yield; sleep ($pa_config{"server_threshold"});