Search found 490 matches

by Highland
Thu Nov 03, 2011 12:03 pm
Forum: General Help and Development Discussion
Topic: Atomic and ASL Installers and Chef
Replies: 14
Views: 13453

Re: Atomic and ASL Installers and Chef

So, when installing ASL you should always use the latest installer to install ASL. Don't download it, run the command that downloads the latest installer and pipes that into a shell. It changes that often so we can keep on top of all the control panels, OSes, vendor forks of third party software (o...
by Highland
Thu Nov 03, 2011 11:54 am
Forum: General Help and Development Discussion
Topic: Atomic and ASL Installers and Chef
Replies: 14
Views: 13453

Re: Atomic and ASL Installers and Chef

I'm thinking that I can template out /etc/asl/config, install the files via yum, and then kick off asl -s -f to set the box up based on the config (thank you, Notepad++, and your color coding of shell scripts)

I'm still writing the template but I will update how it's going.
by Highland
Wed Nov 02, 2011 5:03 pm
Forum: General Help and Development Discussion
Topic: Atomic and ASL Installers and Chef
Replies: 14
Views: 13453

Re: Atomic and ASL Installers and Chef

I'm trying to reverse engineer the ASL install script and it's a bit confusing because of all the flavors it supports. Is there a list of all the packages and things the installer does? I'm trying to set this up like a normal service (i.e. Apache) and build the config via options set in Chef.
by Highland
Tue Nov 01, 2011 5:08 pm
Forum: General Help and Development Discussion
Topic: Atomic and ASL Installers and Chef
Replies: 14
Views: 13453

Re: Atomic and ASL Installers and Chef

A couple of comments NON_INT did indeed get around the need for a yes/no response. For some reason, however, the installer would simply fail without installing the RPM. Chef creates a strange environment and that may be why. I wound up writing a manual workaround where it grabs the GPG key and the l...
by Highland
Mon Oct 31, 2011 4:28 pm
Forum: General Help and Development Discussion
Topic: Atomic and ASL Installers and Chef
Replies: 14
Views: 13453

Atomic and ASL Installers and Chef

I saw that you guys got the installer working on the Amazon Linux. That was fast! I'm hoping this will be just as fast. I need a -y option for the atomic installer. We're starting to work on using Chef to configure our EC2 instances. Chef is a scripting language so you can automatically configure yo...
by Highland
Mon Oct 17, 2011 4:31 pm
Forum: General Help and Development Discussion
Topic: Atomic and ASL installers on EC2 Amazon Linux
Replies: 5
Views: 7279

Re: Atomic and ASL installers on EC2 Amazon Linux

Apparently this
]# cat /etc/system-release
Amazon Linux AMI release 2011.09
I am using several EL5 packages from the ART repo without issue so I would assume it's EL5 but the EPEL thing is confusing.
by Highland
Mon Oct 17, 2011 8:49 am
Forum: General Help and Development Discussion
Topic: Atomic and ASL installers on EC2 Amazon Linux
Replies: 5
Views: 7279

Re: Atomic and ASL installers on EC2 Amazon Linux

It's hard to tell. It's definitely EL, although the EPEL repo the came with it points to it being rebranded EL6 [epel] name=Extra Packages for Enterprise Linux 6 - $basearch mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch failovermethod=priority enabled=1 gpgchec...
by Highland
Fri Oct 14, 2011 12:57 pm
Forum: General Help and Development Discussion
Topic: Atomic and ASL installers on EC2 Amazon Linux
Replies: 5
Views: 7279

Atomic and ASL installers on EC2 Amazon Linux

So I've been playing more with EC2 lately and I decided to give the stock Amazon Linux a whirl. It's based on EL5 with its own repos which give you most everything (Apache 2.2.21, PHP 5.3.8, etc) but there are still things in Atomic that I would like (mysql 5.5, e-accelerator, atop, etc) so I tried ...
by Highland
Mon Oct 03, 2011 12:50 pm
Forum: General Help and Development Discussion
Topic: MySQL doesn't have Federated storage engine support?
Replies: 1
Views: 3851

Re: MySQL doesn't have Federated storage engine support?

It looks like most, if not all, RPM builds of mysql leave it turned off

1. You can install from source and it will work
2. You could get the srpm and compile yourself
by Highland
Wed Sep 28, 2011 10:25 am
Forum: PHP Help and Discussion
Topic: PHP 5.3.x from 5.1.6 on Plesk
Replies: 9
Views: 11501

Re: PHP 5.3.x from 5.1.6 on Plesk

There's a wiki page on Mysql
http://www.atomicorp.com/wiki/index.php/Mysql

I've not had any issues with PHP packages and upgrading but definitely heed breun's cautions. If you use stock open source programs (like Wordpress) you shouldn't have any issues.

Hope your child gets well.
by Highland
Fri Sep 23, 2011 12:36 pm
Forum: General Help and Development Discussion
Topic: mysql 5.5.15 changes w/ more automated upgrading
Replies: 40
Views: 31667

Re: mysql 5.5.15 changes w/ more automated upgrading

If you do both at the same time then you will absolutely break plesk and the whole thing will blow up on you. As another note, this is actually already implemented in the parallels distributed mysql rpms. I had to snip that and do the uncouth thing of quoting for truth. Plesk blowing up is a well d...
by Highland
Thu Sep 08, 2011 8:38 am
Forum: Control Panel Support Help
Topic: Cron for website
Replies: 6
Views: 8189

Re: Cron for website

So you're testing this with the CLI? And there's two /bin/bash, one is chrooted (at least in mine there is)
by Highland
Wed Sep 07, 2011 10:48 am
Forum: Control Panel Support Help
Topic: Cron for website
Replies: 6
Views: 8189

Re: Cron for website

I thought Plesk did cron jobs for them under their FTP user
by Highland
Thu Aug 25, 2011 8:48 am
Forum: PHP Help and Discussion
Topic: PHP 5.3.8 released
Replies: 0
Views: 3784

PHP 5.3.8 released

Fixes the gaping hole in 5.3.7

http://www.php.net/archive/2011.php#id2011-08-23-1

Apparently they're changing how crypt works, which is what broke
http://www.php.net/security/crypt_blowfish.php
by Highland
Thu Aug 25, 2011 8:46 am
Forum: General Help and Development Discussion
Topic: atomic and atomic-testing repos are down!
Replies: 11
Views: 9346

Re: atomic and atomic-testing repos are down!

Yeah, www6 was timing out and dragging some yum stuff I was doing last night down. Might want to look at it.