From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2193 Path: news.gmane.org!not-for-mail From: Peter Hickman Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: Installing on Centos Date: Thu, 9 May 2013 14:03:53 +0100 Message-ID: References: <20130507105625.GA2125@home.power> <494F0531-B180-4C08-B435-39CB3BCB5F3D@opscode.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b603bacb3dcc604dc48ae43 X-Trace: ger.gmane.org 1368104637 23506 80.91.229.3 (9 May 2013 13:03:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 May 2013 13:03:57 +0000 (UTC) Cc: "" Original-X-From: supervision-return-2427-gcsg-supervision=m.gmane.org@list.skarnet.org Thu May 09 15:03:58 2013 Return-path: Envelope-to: gcsg-supervision@plane.gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UaQVo-000851-LP for gcsg-supervision@plane.gmane.org; Thu, 09 May 2013 15:03:56 +0200 Original-Received: (qmail 4875 invoked by uid 76); 9 May 2013 11:56:38 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 4865 invoked from network); 9 May 2013 11:56:38 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:cc:content-type; bh=aTNgW0SWx7rQu/wInhoFLurzosKdFpsTcQzFXT7rSOI=; b=0hSzYjA8OPiUrB71JVhe63gTEDYVB1vJtzPEG6HjFaHKbu0l3VUG5AKlROsKxrFnhd lq4Fhs699+8MqNJegW76E+elxNw0vGHDDN0ONU4I5UdYrTMJRMz5UtRCONJvpKQ82WD7 EiqbSBuMAuh1KMS06tK1YlGTSVJztPweRRjx/ySgPCcAedJen070Jm/FVo2yfc5dx53/ 2UD2QD7zlbMDo+FN2wSxoroV1vSQcimSkqbZpkKgOhCsP1rvbRmTrwBS6Ln0jeyNf0cU pc2nPKhTKUhbO9Pgo844ge0MMJNjzegtuFeZCcOOYQ9Q0KlK1eG8W9MLH+4FnRw4EOFy WWvg== X-Received: by 10.14.213.67 with SMTP id z43mr28932308eeo.16.1368104633611; Thu, 09 May 2013 06:03:53 -0700 (PDT) In-Reply-To: <494F0531-B180-4C08-B435-39CB3BCB5F3D@opscode.com> Xref: news.gmane.org gmane.comp.sysutils.supervision.general:2193 Archived-At: --047d7b603bacb3dcc604dc48ae43 Content-Type: text/plain; charset=ISO-8859-1 All our chef scripts were written with ubuntu 10.04 in mind and we had not correctly separated the os dependencies from the application deployment. Then we had to deploy to Centos :) So our chef scripts broke in all sorts of interesting ways. I don't ascribe this to a problem with chef when it could so easily be our scripts being badly written so don't worry about chef. However we need to get runit working on Centos regardless so we have hacked up some scripts to do this. Runit installs fine, or at least without error but things are not working out. For instance there is no /etc/init.d/runsvdir or similar. The truth be told there isn't one on Ubuntu either but some how Ubuntu is managing to start up "runsvdir -P /etc/service" without any problem. So one question would be how to get this to happen on Centos 5.8? --047d7b603bacb3dcc604dc48ae43--