Return-Path: X-Original-To: apmail-trafficserver-users-archive@www.apache.org Delivered-To: apmail-trafficserver-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 253749FBD for ; Wed, 18 Apr 2012 08:23:17 +0000 (UTC) Received: (qmail 29940 invoked by uid 500); 18 Apr 2012 08:23:17 -0000 Delivered-To: apmail-trafficserver-users-archive@trafficserver.apache.org Received: (qmail 29832 invoked by uid 500); 18 Apr 2012 08:23:16 -0000 Mailing-List: contact users-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@trafficserver.apache.org Delivered-To: mailing list users@trafficserver.apache.org Received: (qmail 29814 invoked by uid 99); 18 Apr 2012 08:23:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 08:23:16 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.20.83.52] (HELO gungnir.webthing.com) (209.20.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 08:23:07 +0000 Received: from [192.168.2.3] (walkham.free-online.co.uk [80.229.52.226]) by gungnir.webthing.com (Postfix) with ESMTPSA id D9B5EE8C5D for ; Wed, 18 Apr 2012 08:22:45 +0000 (UTC) References: In-Reply-To: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Message-Id: Content-Transfer-Encoding: 7bit From: Nick Kew Subject: Re: ATS on Amazon EC2 instance Date: Wed, 18 Apr 2012 09:22:44 +0100 To: users@trafficserver.apache.org X-Mailer: Apple Mail (2.1084) On 18 Apr 2012, at 03:01, Nguyen Hai Nam wrote: > Hi, > > I've built ATS 3.0.2 on EC2 (Amazon Linux AMI i386 EBS). But failed to > start traffic server > > # ./trafficserver start > This script needs to be ported to this OS I recollect that happening on Amazon. If you grep the script, you'll see it comes from a bunch of tests which set DISTRIB_ID, starting about line 44. I used the easy workaround of ln -s /etc/system-release /etc/redhat-release to satisfy the test (amazon linux is essentially redhat). I think I also raised the matter on the dev list (as in, why do we have to make these tests at all?) but nothing came of it. -- Nick Kew