you should fix that in your own scripts, because your timezone is different to mine :-)
we have a subscript that we call as part of our user-data scripts that configures stuff like that on the linux box (we also use this script to install other software dependencies, ssl certificates etc) simon On 5 May 2011 23:25, Jesse Tayler <jtay...@oeinc.com> wrote: > I was just going to say, the linux also comes in LA timezone, but I see > different zones used so we might add a line like > > ln -sf /usr/share/zoneinfo/US/Eastern /etc/localtime > > > > On May 5, 2011, at 6:10 PM, Simon wrote: > >> i just fixed the public script (wo-install.sh) to include installing make. >> >> it's in the webobjects bucket on s3 now. >> >> simon >> >> >> On 5 May 2011 20:19, Johan Carlberg <jo...@oops.se> wrote: >>> That happens when I set up a micro instance, but not with a small instance. >>> For some reason, the micro instances are missing the make command. Because >>> of that, the WebObjects module for Apache won't be built, and the web server >>> won't start. >>> Ideally, this should be handled in the wo-install.sh script (it already >>> installs gcc). But you can easily fix this by adding a row in the >>> helloworld-userdata.sh script that you've downloaded. >>> At the top, just before "# Install WebObjects deployment environment" add: >>> yum -y install make >>> Then create a new instance, and everything should install fine. >>> Regards, >>> Johan >>> 5 maj 2011 kl. 16.01 skrev Jesse Tayler: >>> >>> I'm setting up a new instance on EC2 which I'd done before some time ago and >>> maybe I've confused scripts or userdata? >>> >>> http://wiki.objectstyle.org/confluence/display/WO/Deploying+on+Amazon+EC2 >>> >>> I got an instance made and noticed I couldn't connect to apache but I can >>> see WOMonitor running in the terminal, and the helloword user account is >>> there etc. >>> >>> [ec2-user@ip-10-114-102-56 ~]$ sudo apachectl start >>> httpd: Syntax error on line 222 of /etc/httpd/conf/httpd.conf: Syntax error >>> on line 7 of /etc/httpd/conf.d/webobjects.conf: Cannot load >>> /etc/httpd/modules/mod_WebObjects.so into server: >>> /etc/httpd/modules/mod_WebObjects.so: cannot open shared object file: No >>> such file or directory >>> >>> >>> sure enough, mod_WebObjects.so is not there -- I can't figure out what might >>> have got missed - is there a configuration error in the scripts right now? I >>> noticed they have been updated slightly but I don't see anything related. >>> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) >>> Help/Unsubscribe/Update your Subscription: >>> http://lists.apple.com/mailman/options/webobjects-dev/johan%40oops.se >>> >>> This email sent to jo...@oops.se >>> >>> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) >>> Help/Unsubscribe/Update your Subscription: >>> http://lists.apple.com/mailman/options/webobjects-dev/simon%40potwells.co.uk >>> >>> This email sent to si...@potwells.co.uk >>> >>> >> > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com