From owner-freebsd-questions@FreeBSD.ORG Fri Sep 15 01:07:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA3D816A403 for ; Fri, 15 Sep 2006 01:07:44 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3A143D46 for ; Fri, 15 Sep 2006 01:07:43 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k8F17dXh089496 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 15 Sep 2006 08:07:39 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k8F17duc028733; Fri, 15 Sep 2006 08:07:39 +0700 (ICT) Date: Fri, 15 Sep 2006 08:07:39 +0700 (ICT) Message-Id: <200609150107.k8F17duc028733@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org In-reply-to: <4509340A.4070406@orchid.homeunix.org> (message from Karol Kwiatkowski on Thu, 14 Sep 2006 12:50:50 +0200) References: <200609120901.k8C91gXr004122@banyan.cs.ait.ac.th> <200609140121.k8E1LwSh008156@banyan.cs.ait.ac.th> <4508B70E.60604@orchid.homeunix.org> <200609140205.k8E25bqR014918@banyan.cs.ait.ac.th> <4509340A.4070406@orchid.homeunix.org> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Re: Slow install of Ruby 18 from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2006 01:07:44 -0000 > Just out of curiosity I tried ruby port on two machines - fast one > (1.6GHz Athlon with 1GB RAM) and small one (400MHz with 96MB RAM). > Fast one has no problems with ruby, it builds and installs in few > minutes. The slow one is another story, however. There is definitely something in teh building of ruby (I beleive in the test part), looks like it does a complete disk scanning (to find possible libraries?) during that period when it seems to be idled, disk are being accessed like carzy. Anyway, after a night at it, it finally installs :) Bests, Olivier