Scalr was never tested on MySQL 5.5 . This mentions in our wiki -
scalr requires MySQL 5.1.X. Maybe this is an issue.
Regards,
Igor
> --
> You received this message because you are subscribed to the Google Groups
> "scalr-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/scalr-discuss/-/XCr2cBaVcFgJ.
> To post to this group, send email to scalr-...@googlegroups.com.
> To unsubscribe from this group, send email to
> scalr-discus...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/scalr-discuss?hl=en.
I also thought so. Since I could not get the combination of php-5.3.x and
mysql 5.1, I compiled php 5.3.10 from source.
I am now stuck with one last issue and if you can help, it will be great.
php-posix is enabled. However functions like setsid etc are not available
and exception is thrown. When I checked the compilation of PHP, the
./configure output says setsid not found. The AC_CHECK_FUNCTION is failing
for setsid and some other functions.
I have hunted high and low but am unable to figure out what I need to
install to enable the posix setsid and other functions.
Any ideas or suggestions?
Regards
Srini
Srini,Scalr was never tested on MySQL 5.5 . This mentions in our wiki -
scalr requires MySQL 5.1.X. Maybe this is an issue.Regards,
Igor
The problem was not MySQL 5.1 or 5.5 (I am now running it on 5.1).
My test scalr installation is an "All-in-one" server running apache, cron
and database. The default scalr setup sets log messages to INFO and I ran
it without changing that. At the end of a few hours, the syslog table
already has thousands of entries and in the limited setup I was doing the
mysql daemon went into an indeterminate state.
I have now set logging to WARN and the server is running without any issues.
Important hint for all self installed scalr nodes, either have a monster
mysql instance if you want INFO messages or set it to WARN.
Thanks for all your help and interest in helping out on this.
Cheers
Srini
-----Original Message-----
From: Igor Savchenko
Sent: Thursday, March 15, 2012 5:30 PM
To: scalr-...@googlegroups.com
Subject: Re: Strange show stopper error on installed scalr server