X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by lists.alpinelinux.org (Postfix) with ESMTP id C24C217003B8C for ; Wed, 10 Dec 2008 12:27:49 +0000 (UTC) Received: by ewy14 with SMTP id 14so897220ewy.1 for ; Wed, 10 Dec 2008 04:27:48 -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=gqfae3UNb0tT6fWezg51MHmbs1gAcOSuzXhd6w7A2NM=; b=wRpAYZizPwBbwpEMm88eWmtG0plo/D/CjqdQik7+JQagRg5Vmzrzow1aEDr3LnDp7w 0E9SBWbn2UhQpW1aTeinsahgtWTu4pyBJGPmdTzEiH2pxcIZGkZk80BlCb7yOQf0NAsh SlambwKU0I72tnGIl8dILyL1OYqUmYRkXdWk8= 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=urrNTLtCbhxs8DzlZbtGwSB3OIUx0OdXApPYNWXF3HIDpli56QU1rrnqQCkm4/J8R/ jAu5odptnyCxh2yAK1LsUrc5Mz1M68fozsfgLhbumWwyKFBqXysH3pLGDzCWGAWkW6WL NFjJ6vep+OUpdqiWeL7d3J+trbgujAgerQtgI= Received: by 10.210.19.11 with SMTP id 11mr1552318ebs.168.1228912068774; Wed, 10 Dec 2008 04:27:48 -0800 (PST) Received: from ?10.65.0.5? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id 3sm249634eyj.51.2008.12.10.04.27.46 (version=SSLv3 cipher=RC4-MD5); Wed, 10 Dec 2008 04:27:47 -0800 (PST) Subject: Re: [alpine-devel] acf interface From: Natanael Copa To: Harry Lachanas Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <493F7B2F.4070004@freemail.gr> References: <1228837062.24384.517.camel@nc> <493F7B2F.4070004@freemail.gr> Content-Type: text/plain Date: Wed, 10 Dec 2008 13:27:44 +0100 Message-Id: <1228912064.24384.547.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.2 Content-Transfer-Encoding: 7bit On Wed, 2008-12-10 at 10:17 +0200, Harry Lachanas wrote: > I would enjoy some guidelines on how to start the web interface. :-) > > I did an > setup-alpine-web this script is something i started with, but not really finished. The idea is a web based alpine-setup for headless boxes. Try setup-webconf. > loaded all I could ( acf* ) > mini_httpd started > but all I could see was a page > with system health. :-( You need to login. Default user is 'alpine' and password 'test123'. > I've setup the .htpasswd file in some directory that I thought was > proper but never managed to login ( after hitting the login button ). users/roles are found in /etc/acf/passwd > > I've also found out that as soon as I issue > a > setup-alpine-web > > It starts doing all sorts of stuff reconfiguring the system setting up > interfaces and changing the system name. :-( > Please help !! and starts dhcp and stuff so you can plug a laptop to a headless box and get a welcome wizard. Unfortunally the wizard is not here. setup-webconf > Another issue is the number of packages that exist on the ISO images .... > and its really HUGE !!!! you don need to install all of them > I noticed that there is as script in the sdk to select a group of > packages and create an ISO image after downloading stuff from www. > But as I played a bit with it I noticed that wasn't functional and > started to download stuff from an old version.! yeah. i am moving away from using gentoo to build the stuff. > I most likely would like to avoid having gcc as well as other goodies > available on a production firewall-router. :-) gcc might be handy if you want use the iso for a distcc host in your compile cluster ;) Easiest would be to copy the stuff you want to USB/CF. (or to a directory to be burned on a new cd). copy the packages you want (or remove those you dont want) and: md5sum *.apk | gzip -c > INDEX.md5.gz > > Cheers and Thanks. > Harry. > thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---