X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.squbes.com (squbes.com [208.74.142.49]) by lists.alpinelinux.org (Postfix) with ESMTP id B4E233617A1B for ; Fri, 4 Jun 2010 19:48:39 +0000 (UTC) Received: from [10.252.6.46] (c-71-198-150-62.hsd1.ca.comcast.net [71.198.150.62]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nangel@nothome.org) by mail.squbes.com (Postfix) with ESMTPSA id ABB0850001CA1 for ; Fri, 4 Jun 2010 19:48:38 +0000 (UTC) Message-ID: <4C09588E.7000007@nothome.org> Date: Fri, 04 Jun 2010 12:48:30 -0700 From: Nathan Angelacos User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100515 Icedove/3.0.4 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Upcomming feature freeze for alpine 2.0.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Here's a first hack at some of the packages: > collectd (1/1) Installing collectd (4.9.1-r2) Daemon starts; no init.d script yet > cryptsetup #apk add cryptsetup (1/5) Installing device-mapper (2.02.66-r0) (2/5) Installing libgpg-error (1.7-r1) (3/5) Installing libgcrypt (1.4.5-r1) (4/5) Installing popt (1.16-r0) (5/5) Installing cryptsetup (1.1.0-r0) Tested and works > ferm (1/3) Installing perl (5.10.1-r1) (2/3) Installing iptables (1.4.7-r1) (3/3) Installing ferm (2.0.5-r0) No init.d script; but works. > kamailio (1/3) Installing confuse (2.7-r0) (2/3) Installing libxml2 (2.7.7-r0) (3/3) Installing kamailio (3.0.2-r0) kamailio.cfg is in /usr/etc/kamailio.cfg ?! Needs fixing Everything in /usr/etc/kamailio/* needs to go to /etc/kamailio/* Not ready yet > sems apk add sems (1/5) Installing confuse (2.7-r0) (2/5) Installing libxml2 (2.7.7-r0) (3/5) Installing kamailio (3.0.2-r0) (4/5) Installing lame (3.98.4-r0) (5/5) Installing sems (1.2.1-r0) issue: kamailio and lame should not be dependencies issue: #sems configuration file: /usr/local/etc/sems/sems.conf plug-in path: /usr/local/lib/sems/plug-in but the conf is in /etc/sems/sems.conf plugins are in /usr/lib/sems Does work using: #sems -f /etc/sems/sems.conf No init.d script yet (not a blocker) works > umix (1/1) Installing umix (1.0.2-r1) modprobe snd-oss-mixer && umix works --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---