From owner-freebsd-questions@FreeBSD.ORG Fri Jul 26 14:36:58 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A7E8DC8 for ; Fri, 26 Jul 2013 14:36:58 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7436D2E8B for ; Fri, 26 Jul 2013 14:36:58 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id 4so2981483pdd.6 for ; Fri, 26 Jul 2013 07:36:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=se2AlRELemOBSmqCVQg9KrT0j/gANsMUtRqmksEBWSI=; b=D2ofjPkXkg3WdIhucKOyfkBEr+ql5TEj3HZU1lffEz5p2RvEk64on7PTqGSh/12V3P zFhqtbhndT5j87vHgk4txVu/AH111B7DOzGfB+VjFqnDdVVsBxyYBJXrwueWSNZvcacy wkgYXie1XYZsMi9ePzuDRNid/Mcsqz4/zTNDRVwLCY/r9pRJck+A889C81h7pyS23fyP ABkx7QsXfi+G6mAuTPD/Rk0AUVUAXIL6BsOiu2/WhcQWLsIiymCt7JDpmEkXpzq/3Sm+ xJmNImBL+aD3b+PtfDgGodfV9Azk0tROkthsYuGprEHWOFyijWWz7ZdAXol4554QyO0B LQ5Q== MIME-Version: 1.0 X-Received: by 10.66.2.7 with SMTP id 7mr15414229paq.181.1374849417650; Fri, 26 Jul 2013 07:36:57 -0700 (PDT) Received: by 10.70.88.74 with HTTP; Fri, 26 Jul 2013 07:36:57 -0700 (PDT) In-Reply-To: <20130726135120.GA2689@aurora.oekb.co.at> References: <20130726100030.GB1302@aurora.oekb.co.at> <51F25A90.80900@gmail.com> <20130726135120.GA2689@aurora.oekb.co.at> Date: Fri, 26 Jul 2013 09:36:57 -0500 Message-ID: Subject: Re: Installation hangs during "Archive extraction" phase (9.1) From: Adam Vande More To: Ewald Jenisch Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "bw.mail.lists" , FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jul 2013 14:36:58 -0000 On Fri, Jul 26, 2013 at 8:51 AM, Ewald Jenisch wrote: > On Fri, Jul 26, 2013 at 01:16:32PM +0200, bw.mail.lists wrote: > > You don't actually need to install ports.txz. All it does is populate > > /usr/ports, but you can do that after install using portsnap as > > documented in the handbook > > ( > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html > ): > > > > portsnap fetch > > portsnap extract > > > > Hi, > > Thanks for the hint. Now I could finish the installation (which takes > like forever (speaking in terms of 2 hours which is pretty strange > given the raw power of this machine)) however after rebooting the box > behaves weird to say the last: > > I started out be entering "portsnap fetch". Everything runs fine up to > the point when I see "Verifying snapshot integrity". Then the system > completely comes to a grind. After sending the "portsnap fetch" to the > background (^Z) and entering "top" the machine completely freezes > without any indication as to why. > > I've already done a complete hardware diagnosis - everything OK. > > Any ideas on how to track this one down? > Don't install ports during installation, try using 8.4 or 9.1BETA1 instead -- Adam Vande More