X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by lists.alpinelinux.org (Postfix) with ESMTP id F3E4E3617A1B for ; Fri, 4 Jun 2010 22:20:28 +0000 (UTC) Received: by iwn5 with SMTP id 5so1944675iwn.13 for ; Fri, 04 Jun 2010 15:20:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=swR28xnT80pSFLZK40jQSML5zzGzpZiXnFDkBxeeo58=; b=p1YkFgQyFxFxnMoQi3/FSA31UY4v97JK0DoZ8yy8EJWqMK4zFNKGTygZTzUo+FiA/l RWUQpsr+l1e1xzpB3hYMJsnaskw5Sgj4tY2R9aUJjSQHCzC+GOTctjUtQfGqcJ2yl23e A3N4NL4+j8pf0/BjjGVcmMOwNZTYHNLjKaINI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=RK//zq9mVeLrY1ngmqbOm9KTQ11/46bSD/+toB5jjioSUmREytltYr1SL0BPlq/7r8 Y5Q3h7kdhtttLrpAuDjF/thUTolt0ZdXsIxVlAQfcc9GFJp+R0K2vQmhhHC9+WCyMER8 q6strgRPmnzMJprfJg7eLJq+vrMyYC1iUhlWM= Received: by 10.231.194.194 with SMTP id dz2mr14244279ibb.74.1275690011181; Fri, 04 Jun 2010 15:20:11 -0700 (PDT) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.231.144.6 with HTTP; Fri, 4 Jun 2010 15:19:51 -0700 (PDT) In-Reply-To: References: <4C09588E.7000007@nothome.org> <4C097434.1030905@nothome.org> From: Francesco Date: Sat, 5 Jun 2010 00:19:51 +0200 Message-ID: Subject: Re: [alpine-devel] Upcomming feature freeze for alpine 2.0.0 To: Natanael Copa Cc: Nathan Angelacos , alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=0050450174bcf5d90c04883bb9b2 --0050450174bcf5d90c04883bb9b2 Content-Type: text/plain; charset=UTF-8 You want sems running with a user...but sems need to be setuid. Two solutions: 1. Running as root (ugly) 2. Make a simple sems.pre-install script that create sems users and set it to suid. What do you think? :: Francesco Colista :: Email : francesco.colista@gmail.com :: Jabber: francesco@jabber.org 2010/6/5 Natanael Copa > On Fri, Jun 4, 2010 at 9:46 PM, Nathan Angelacos > wrote: > > > Attached is a init script; however, there's a few things that could be > > fixed: > > > > Config file is /etc/collectd.conf > > recommend /etc/collectd/collectd.conf > > > > PID file is /usr/var/run/collectd.pid > > recommend /var/run/collectd.pid > > > > Logging/collection dir is /usr/var/lib/collectd/ > > recommend /var/lib/collectd/ > > This is exactly why things go into testing first. Yes we want fix those. > > > Also, the "network.so" module is loaded in the default collectd.conf, but > is > > not included in the package. network.so allows collectd to send/receive > > logging data across the network - Should be included in the package, or > the > > collectd.conf should not load the module. > > I think we want comment out the network module from default config then. > > Will look at the init.d script monday. > > Thanks! > > -- > Natanael Copa > > > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- > > --0050450174bcf5d90c04883bb9b2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable You want sems running with a user...but sems need to be setuid.

Two = solutions:

1. Running as root (ugly)
2. Make a simple sems.pre-in= stall script that create sems users and set it to suid.

What do you = think?

:: Francesco Colista
:: Email : francesco.colista@gmail.com =C2=A0
:: Jabb= er: francesco@jabber.org =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0


=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0





2010/6/5 Natanael Copa <natanael.copa@gmail.com= >
On Fri, Jun 4, 2010 at 9:46 PM, Nathan Angelacos <nangel@nothome.org> wrote:

> Attached is a init script; however, there's a few things that coul= d be
> fixed:
>
> Config file is /etc/collectd.conf
> =C2=A0 =C2=A0 =C2=A0 =C2=A0recommend /etc/collectd/collectd.conf
>
> PID file is /usr/var/run/collectd.pid
> =C2=A0 =C2=A0 =C2=A0 =C2=A0recommend /var/run/collectd.pid
>
> Logging/collection dir is /usr/var/lib/collectd/
> =C2=A0 =C2=A0 =C2=A0 =C2=A0recommend /var/lib/collectd/

This is exactly why things go into testing first. Yes we want fix tho= se.

> Also, the "network.so" module is loaded in the default colle= ctd.conf, but is
> not included in the package. =C2=A0network.so allows collectd to send/= receive
> logging data across the network - Should be included in the package, o= r the
> collectd.conf should not load the module.

I think we want comment out the network module from default config th= en.

Will look at the init.d script monday.

Thanks!

--
Natanael Copa


---
Unsubscribe: =C2=A0alpine-devel+unsubscribe@lists.alpinelinux.org
Help: =C2=A0 =C2=A0 =C2=A0 =C2=A0 alpine-devel+help@lists.alpinelinux.org
---


--0050450174bcf5d90c04883bb9b2-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---