X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 53315DC0F23 for ; Fri, 8 May 2015 12:43:10 +0000 (UTC) Received: from mail-qg0-f42.google.com (mail-qg0-f42.google.com [209.85.192.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 00E3BDC0C6B for ; Fri, 8 May 2015 12:43:04 +0000 (UTC) Received: by qgdy78 with SMTP id y78so35582846qgd.0 for ; Fri, 08 May 2015 05:43:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1KyvqHkAiRv+D9IXfAqAl3YrxQwAqkWtH1lf+DaII0c=; b=IbAGPTnMTeR4MXNglmhWasDQ0cDhNvbkMRR65OgnGGzvlRx/gna+LBq5AiojTnueBg dxYBm3Se0EMEFMMF1OGeYis7WAi9/IWcsDKV5Bw3f55o6YN3DHRw1OUFV1f6oADDiDmk ffsiHd24Gwpp1fnRah8oJp1qH1Tdm/sPCMs6y6PxEQSTbXv7T6zdfC/gd8RZBrLxmmLF Pv4T0Q4qZXpLmCekQidTWrqe8IDsg7L5cfsJ0UvGHJnj2FpsEBJP+4OMmuh4JVIOWrUY 3/BOqVUdEbpM9cUmPLC9xPiRYjATg40C/YyCjrNFRcVgLSXEGuSm35wNCewNNAAmIDF+ NxBg== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.55.53.72 with SMTP id c69mr7524441qka.67.1431088983848; Fri, 08 May 2015 05:43:03 -0700 (PDT) Received: by 10.140.29.162 with HTTP; Fri, 8 May 2015 05:43:03 -0700 (PDT) In-Reply-To: <20150508075837.7821ec40@vostro> References: <20150507220731.7a424b5c@ncopa-laptop> <20150508075837.7821ec40@vostro> Date: Fri, 8 May 2015 08:43:03 -0400 Message-ID: Subject: Re: [alpine-devel] Alpine 3.2.0 rc2 released From: Jeff Bilyk To: Timo Teras Cc: Natanael Copa , Alpine Development Content-Type: multipart/alternative; boundary=001a1145789c863da10515915eb0 X-Virus-Scanned: ClamAV using ClamSMTP --001a1145789c863da10515915eb0 Content-Type: text/plain; charset=UTF-8 On Fri, May 8, 2015 at 12:58 AM, Timo Teras wrote: > Hi, > > Sounds like http://bugs.alpinelinux.org/issues/4064 In the case of the package I'm trying to install, it does depend on lua (which I had forgotten about), which isn't available in the rc2 iso, but is from the full iso. If the same process is tried from a full edge iso with the latest version of apk-tools, the install should work? > > On Thu, 7 May 2015 16:56:35 -0400 > Jeff Bilyk wrote: > > > Not sure if this is a regression or known bug, but on a fresh rc2 > > system, I cannot install a locally compiled package that's not signed > > using the alpine keys. If I try to add with just apk add > > .apk, I get (expected behaviour): > > > > ERROR: You tried to add a non-repository package to system, but it > > would be lost on next reboot. Enable package caching (apk cache > > --help) or use --force if you know what you are doing. > > > > If I use apk add .apk --force, I receive (expected error): > > > > ERROR: /media/usb/bsn-setup-9.36-r0.apk: UNTRUSTED signature > > > > If I also use the --allow-untrusted flag: > > > > (none):~# apk add /media/usb/setup-9.36-r0.apk --force > > --allow-untrusted OK: 6 MiB in 16 packages > > > > That results in no files installed to the system. The package > > contents are a few bash scripts to set up an LXC host and configure > > the system. > > > > In an unrelated bug, seems like the syslog service is stopped on boot > > with rc2. > > > > > > On Thu, May 7, 2015 at 4:07 PM, Natanael Copa > > wrote: > > > > > Hi, > > > > > > Alpine 3.2.0 rc2 is released. > > > > > > Notable changes since rc1: > > > - 3.18.13-grsec kernel > > > - setup-interfaces fixed > > > > > > As mentioned earlier, it would be nice if we could have full focus > > > on fixing known issues and testing. > > > > > > Thanks! > > > > > > -nc > > > > > > > > > --- > > > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > > > Help: alpine-devel+help@lists.alpinelinux.org > > > --- > > > > > > > > > > > > -- Jeff --001a1145789c863da10515915eb0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Fri, May 8, 2015 at 12:58 AM, Timo Teras <timo.teras@iki.fi>= wrote:
Hi,

Sounds like http://bugs.alpinelinux.org/issues/4064

In the case of the package I'm trying to install, it does depen= d on lua (which I had forgotten about), which isn't available in the rc= 2 iso, but is from the full iso.=C2=A0 If the same process is tried from a = full edge iso with the latest version of apk-tools, the install should work= ?



On Thu, 7 May 2015 16:56:35 -0400
Jeff Bilyk <jbilyk@gmail.com>= wrote:

> Not sure if this is a regression or known bug, but on a fresh rc2
> system, I cannot install a locally compiled package that's not sig= ned
> using the alpine keys.=C2=A0 If I try to add with just apk add
> <filename>.apk, I get (expected behaviour):
>
> ERROR: You tried to add a non-repository package to system, but it
> would be lost on next reboot. Enable package caching (apk cache
> --help) or use --force if you know what you are doing.
>
> If I use apk add <filename>.apk --force, I receive (expected err= or):
>
> ERROR: /media/usb/bsn-setup-9.36-r0.apk: UNTRUSTED signature
>
> If I also use the --allow-untrusted flag:
>
> (none):~# apk add /media/usb/setup-9.36-r0.apk --force
> --allow-untrusted OK: 6 MiB in 16 packages
>
> That results in no files installed to the system.=C2=A0 The package > contents are a few bash scripts to set up an LXC host and configure > the system.
>
> In an unrelated bug, seems like the syslog service is stopped on boot<= br> > with rc2.
>
>
> On Thu, May 7, 2015 at 4:07 PM, Natanael Copa <ncopa@alpinelinux.org>
> wrote:
>
> > Hi,
> >
> > Alpine 3.2.0 rc2 is released.
> >
> > Notable changes since rc1:
> > - 3.18.13-grsec kernel
> > - setup-interfaces fixed
> >
> > As mentioned earlier, it would be nice if we could have full focu= s
> > on fixing known issues and testing.
> >
> > Thanks!
> >
> > -nc
> >
> >
> > ---
> > Unsubscribe:=C2=A0 alpine-devel+unsubscribe@lists.alpinelinux.org > > Help:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0alpine-devel+help@lists.alpinelinux.org<= /a>
> > ---
> >
> >
>
>




--
=
Jeff
--001a1145789c863da10515915eb0-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---