From owner-freebsd-current@FreeBSD.ORG Fri Jul 8 02:53:14 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A28816A41C for ; Fri, 8 Jul 2005 02:53:14 +0000 (GMT) (envelope-from soren3@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id D867B43D53 for ; Fri, 8 Jul 2005 02:53:13 +0000 (GMT) (envelope-from soren3@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so339752wri for ; Thu, 07 Jul 2005 19:53:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=HjNRCOGToR9MgeUSqYBhq8oWB37i0uR/0ck6oH/6nSDj2cY6rbM0AeIDuV9PWNbjo2i2ypTAlyYBtw9RHZlWagIskAevSEdvqFzMOF4xGssi0oXx6uUj06pDsIHvovkvBE/IxJHSPjXLv7s6m0YAYfEIAPHphoPoqeek8yLt0Eg= Received: by 10.54.30.4 with SMTP id d4mr1331929wrd; Thu, 07 Jul 2005 19:53:13 -0700 (PDT) Received: from elf.enidra.ti ([201.8.162.163]) by mx.gmail.com with ESMTP id 66sm1992799wra.2005.07.07.19.53.12; Thu, 07 Jul 2005 19:53:13 -0700 (PDT) From: =?iso-8859-1?q?S=F8ren_Lott?= To: current@freebsd.org Date: Thu, 7 Jul 2005 23:56:00 -0300 User-Agent: letmego MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507072356.00425.soren3@gmail.com> Cc: Subject: make installword trash filesystem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 02:53:14 -0000 on SNAP005 running make installworld return "error: LC_ALL="C date" exit signal status 0" and trashes the filesystems rendering the machine unbootable. anyone has seen this happening ? any ideas ?