Database Security. Database Auditing. Database Caching. Database Masking. Get it nowgreensql daemon dies
Posted January 23rd, 2009 by tek
in
I have install greensql-fw on the Debian Etch. It's work good aprox 1 day, on the next day in the morning
I get up and see that all sites which be configured through greensql-fw not work, they all lost database connection.
root-host:/var/log# ls -lah greensql.log
-rw-r--r-- 1 greensql greensql 2.0G 2009-01-22 23:12 greensql.log
2GB - log file!
In the log i don't found anything interesting that can help me explain what happen.
Debian etch4, Intel duo2core, 4gb
G
Comments
Hello Tek Can you post 500
Hello Tek
Can you post 500 lines from the log file. It will help me to understand the problem.
You can do it by running the following command:
shell> tail -500 /var/log/greensql.log
Best regards,
yuli
Hello, log:
Hello,
log: http://server-help.ru/z/out.txt
Hi Tek I had not found
Hi Tek
I had not found anything from your logs. I advise you to run the application using the valgrind tool.
You can find more info here: http://en.wikipedia.org/wiki/Valgrind
You just need to run the application using the following command:
shell> valgrind --track-fds=yes --log-file=/tmp/green-mem-log --num-callers=50 --leak-check=full --leak-resolution=high --show-reachable=yes /usr/sbin/greensql-fw -p /etc/greensql/
After application crashes, send me the resulting log file. The file name must be using the following format:
/tmp/green-mem-log.XXXX
Where XXXX is a process id.
Thanks,
Yuli