From owner-freebsd-arch@FreeBSD.ORG Sat Aug 26 16:31:26 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFDF916A4DA for ; Sat, 26 Aug 2006 16:31:26 +0000 (UTC) (envelope-from scrappy@freebsd.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF7243D55 for ; Sat, 26 Aug 2006 16:31:26 +0000 (GMT) (envelope-from scrappy@freebsd.org) Received: from localhost (wm.hub.org [200.46.204.128]) by hub.org (Postfix) with ESMTP id A9542290C6D; Sat, 26 Aug 2006 13:31:24 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 76889-01; Sat, 26 Aug 2006 16:31:25 +0000 (UTC) Received: by hub.org (Postfix, from userid 1046) id 27DD3291988; Sat, 26 Aug 2006 13:31:24 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by hub.org (Postfix) with ESMTP id 1E00D290C6D; Sat, 26 Aug 2006 13:31:24 -0300 (ADT) Date: Sat, 26 Aug 2006 13:31:24 -0300 (ADT) From: "Marc G. Fournier" X-X-Sender: freebsd@hub.org To: Peter Jeremy In-Reply-To: <20060826112115.GG16768@turion.vk2pj.dyndns.org> Message-ID: <20060826132138.H82634@hub.org> References: <20060825233420.V82634@hub.org> <20060826112115.GG16768@turion.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-arch@freebsd.org Subject: Re: BSDStats - What is involved ... ? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 16:31:27 -0000 On Sat, 26 Aug 2006, Peter Jeremy wrote: > On Fri, 2006-Aug-25 23:36:12 -0300, Marc G. Fournier wrote: >> In getting this into the base system itself? Opt-in, default turned off, >> of course, but maybe as an option in sysinstall to be enabled easily? > > I'd prefer to have it as an easily installed port/package (within > sysinstall) rather than in the base system. > > I also feel that the existing implementation has a fairly serious > defect: It only works on systems that have a direct connection to the > Internet. This means that I can install it on my systems at home > (where I have a transparent proxy) but not on the twenty (or so) > systems that I manage at work - which either have no Internet access > or require an authenticated proxy for Internet access. Unfortunately, I have no ideas on how to get around that issue ... for instance, the authenticated proxy issue, is there an ENV variable that can be set in the script, so that we'd have a variable in periodic.conf to allow for user/pass/host? But, the 'no Internet access' is very difficult, if not impossible, to work around, no? Would 'submit by email' work for something like that? I'm assuming that although those 20 don't have Internet, they are connected to some sort of network? I've got some work to do based on one requirement that Matt @ DragonflyBSD has for detecting network access, so using that, in conjunction with emamil, if possible, might work?