X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f170.google.com (mail-ew0-f170.google.com [209.85.219.170]) by lists.alpinelinux.org (Postfix) with ESMTP id E2E6D170000BA for ; Wed, 4 Mar 2009 14:29:14 +0000 (UTC) Received: by ewy18 with SMTP id 18so2787394ewy.25 for ; Wed, 04 Mar 2009 06:29:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=+zl58zTieRM56PnNSHx8YmdnesKck7EPwwF5NkoT6FY=; b=TGbEJl75afrgCdRG6UNusnQdWZEEkLMI4ZlnS3UeaPy0/a52Vq/sKu+cAHGOkT1zVL 3BwrmT8g8gginbLxs8UAX6RU5cGpE8m5NYtbNeR6+ZjrwUw/1JHd4kPOIREYapl4ha+R UyglUlOWdXWaSV8HFh8VBK493usPP9F9aMlVo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=fr8dlri7gF6JDeUEoBKLpWWvVxM8wxxk3UDxRMcqzgaI3wJimMeBoxQEjSIJ1zpnVo 1IBDgZxJpsq0GaXmFZJNqbIg0/C541AJdSAX86a/z4pQ4nB/kG1CPn8koeBP8iM3eFHM 0DLshg2dQ+gDV+7PY98rDhg1zHxE4PpnZyn5g= Received: by 10.216.26.205 with SMTP id c55mr670807wea.1.1236176953150; Wed, 04 Mar 2009 06:29:13 -0800 (PST) Received: from ?10.65.65.1? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id 33sm8253286nfu.49.2009.03.04.06.29.11 (version=SSLv3 cipher=RC4-MD5); Wed, 04 Mar 2009 06:29:12 -0800 (PST) Subject: Re: [alpine-devel] Vserver From: Natanael Copa To: Harry Lachanas Cc: Alpine Developers In-Reply-To: <49AE87B9.2080505@freemail.gr> References: <49AE87B9.2080505@freemail.gr> Content-Type: text/plain Date: Wed, 04 Mar 2009 15:29:09 +0100 Message-Id: <1236176949.32434.38.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 Content-Transfer-Encoding: 7bit On Wed, 2009-03-04 at 15:52 +0200, Harry Lachanas wrote: > Hi all > > I am trying to start a vserver on debian etch with the stuff I've > downloaded from 1.9.0 ( initial ) ... > > But some how I am not able to ... > > The vserver scripts that come with debian insist on downloading > debootstrap and install a debian image ... :-( alternatives: 1. You could use alpine-1.8.x as vserver host 2. the alpine util-vserver package contains a subdir called /usr/lib/util-vserver/distributions/alpine that you could just extract from the 1.8.x apk and copy to your etch server. (iirc i did so on a debian box here with success) then you need a template taball which we unfortunally dont have. Can be created from an 1.9.0 env like this: sudo apk add --initdb --root /new alpine-baselayout cd /new sudo tar -czf ../alpine-template.tar.gz * I did one for youe and uploaded here: http://dev.alpinelinux.org/~ncopa/alpine/alpine-vserver-template-20090304.tar.gz Then you use this template with: ... -m template -- -t /path/to/alpine-vserver-template-20090304.tar.gz -d alpine as explained here: http://wiki.alpinelinux.org/w/index.php?title=Setting_up_a_basic_vserver#Setting_up_the_guest > > Any hint will be much appreciated .. > > Thanks > Harry. > > > > > > > > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---