StackScript errors
I have cobbled together a CentOS 7 LAMP StackScript based on
I don't see any reference in
I have started writing a script from scratch, but I'm a bit pressed for time to set up a new server, so I thought that using an existing community StackScript would save me some time, but that is starting to look like it's exactly the opposite.
Any pointers to finding out what's happening with the results of a StackScript would be much appreciated. Thanks.
Craig
3 Replies
However, turns out that the real problem – which, as I allude to, could have been caught earlier if there was some sort of output from the StackScript execution by the deployment process -- was that there is no "mysql-server" in the CentOS 7 repos, and that is why everything to do with the MySQL function was failing. After modifying the StackScript to install MariaDB instead and using the newer "systemctl" to start the service, I finally had a working StackScript.
Like I say, access to some log output from a StackScript deployed during a rebuild would be helpful, rather than running blind. That's my suggestion to Linode.
Craig
-Chris
Thanks very much.
Craig