From owner-freebsd-security@FreeBSD.ORG Wed Oct 12 12:32:29 2005 Return-Path: X-Original-To: freebsd-security@freebsd.org Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E84C16A41F for ; Wed, 12 Oct 2005 12:32:29 +0000 (GMT) (envelope-from fernando@mecon.gov.ar) Received: from relay2.mecon.ar (relay2.mecon.gov.ar [168.101.16.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id E611443D58 for ; Wed, 12 Oct 2005 12:32:24 +0000 (GMT) (envelope-from fernando@mecon.gov.ar) Received: from racing.mecon.ar (racing.mecon.gov.ar [168.101.133.15]) by relay2.mecon.ar (8.12.11/8.12.11) with ESMTP id j9CCWJ9M061992; Wed, 12 Oct 2005 09:32:21 -0300 (ART) (envelope-from fernando@mecon.gov.ar) Received: from racing.mecon.ar (meyosp.mecon.gov.ar [10.11.0.149]) by racing.mecon.ar (8.12.8p2/8.12.8) with ESMTP id j9CCWIRf054555; Wed, 12 Oct 2005 09:32:18 -0300 (ART) (envelope-from fernando@mecon.gov.ar) Received: from bal740r0.mecon.gov.ar (bal740r0.mecon.ar [10.11.1.11]) by racing.mecon.ar (8.12.8p2/8.12.8) with ESMTP id j9CCWIi2054552; Wed, 12 Oct 2005 09:32:18 -0300 (ART) (envelope-from fernando@mecon.gov.ar) Received: from bal740r0.mecon.gov.ar (localhost [127.0.0.1]) by bal740r0.mecon.gov.ar (8.13.3/8.13.3) with ESMTP id j9CCWJrO045159; Wed, 12 Oct 2005 09:32:19 -0300 (ART) (envelope-from fernando@mecon.gov.ar) Received: (from fpscha@localhost) by bal740r0.mecon.gov.ar (8.13.3/8.13.3/Submit) id j9CCWH8h045158; Wed, 12 Oct 2005 09:32:17 -0300 (ART) (envelope-from fernando@mecon.gov.ar) X-Authentication-Warning: bal740r0.mecon.gov.ar: fpscha set sender to fernando@mecon.gov.ar using -f Date: Wed, 12 Oct 2005 09:32:17 -0300 From: Fernando Schapachnik To: Timothy Smith Message-ID: <20051012123217.GY766@bal740r0.mecon.gov.ar> References: <200510111202.j9BC2obf081876@freefall.freebsd.org> <1129036481.434bbac1720a6@webmail.boxke.be> <434BBF09.6040101@htnet.hr> <434CBDC2.4070405@open-networks.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <434CBDC2.4070405@open-networks.net> User-Agent: Mutt/1.4.2.1i X-OS: FreeBSD 5.4 - http://www.freebsd.org Cc: freebsd-security@freebsd.org Subject: Re: FreeBSD Security Advisory FreeBSD-SA-05:21.openssl X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 12:32:29 -0000 En un mensaje anterior, Timothy Smith escribió: > your totally right, even though i hate to admit it. stuff like having to > make world is a nightmare when admining lots of machines. i can't afford > to make world only to find something screwed up, stuff like that would > cost me a lot of time i can't afford. > the make world documents mentioning backing up your system. it fails to > give any preffered methods or utilites for doing this. anyone got some > input on that. Have one machine make world for all of them, then installworld via NFS in all the others. Works pretty well and is very fast (and trustable). Regards.