[Erp5-report] r17561 - /erp5/trunk/utils/oood/testex.sh

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 13 22:11:54 CET 2007


Author: rafael
Date: Tue Nov 13 22:11:54 2007
New Revision: 17561

URL: http://svn.erp5.org?rev=17561&view=rev
Log:

OOps, my fault. This script is for monitoring Xvfb status and restart if needed. At Ubuntu, this tools are crashing the oood server. This script was created for NSI Usage only, and I'm sorry about this commit. 

Undone


Removed:
    erp5/trunk/utils/oood/testex.sh

Removed: erp5/trunk/utils/oood/testex.sh
URL: http://svn.erp5.org/erp5/trunk/utils/oood/testex.sh?rev=17560&view=auto
==============================================================================
--- erp5/trunk/utils/oood/testex.sh (original)
+++ erp5/trunk/utils/oood/testex.sh (removed)
@@ -1,17 +1,0 @@
-#!/bin/bash
-cont=0
-while true
-do
-	x=""
-	x=`ps ax | grep 'Xvfb' | grep ':99'`
-	if [ "$x" != "" ]
-	then
-		echo "Xvfb executando = $x" > /dev/null
-	else
-		Xvfb -ac :99 -screen 0 800x600x16 -fbdir /var/run/oood &
-		cont=`expr $cont + 1`
-		echo "`date` parou $cont vezes" >> testex.log
-		sleep 120
-	fi
-	sleep 60
-done




More information about the Erp5-report mailing list