From owner-freebsd-questions@FreeBSD.ORG Thu Jun 22 07:23:00 2006 Return-Path: X-Original-To: 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 E9D6C16A474 for ; Thu, 22 Jun 2006 07:23:00 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8150343D5A for ; Thu, 22 Jun 2006 07:22:59 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-242.dynamic.qsc.de [212.202.39.242]) by efacilitas.de (Postfix) with ESMTP id 4C92D4CBF3; Thu, 22 Jun 2006 09:23:27 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 508435285F; Thu, 22 Jun 2006 09:21:55 +0200 (CEST) Message-ID: <449A454A.5070107@cs.tu-berlin.de> Date: Thu, 22 Jun 2006 09:22:50 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.7.13) Gecko/20060519 X-Accept-Language: de, en MIME-Version: 1.0 To: Remington L References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: questions@freebsd.org Subject: Re: pkg_add is driving me NUTS! 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: Thu, 22 Jun 2006 07:23:01 -0000 Remington L schrieb: > I have two servers, exact same hardware, exact same version of FreeBSD, in > this case 4.10. When I run pkg_add blah.tbz on one machine, it takes > between > 2-8 hours, on the other 8-10 minutes. These machines are quad-Intel > 2.8Xeons, with 4GB of memory. > > Ive done everything from running make world, to md5ing pkg_add, bzip2, and > tar, there identical. > > I noticed on the one thing, on the machine that takes forever, bzip2 is > only > using 1-3% load, while the other, which does work, takes 100%. I have SMP > compiled into the kernel, well actually, there both using the exact same > kernconf. > > Anyone have ideas?? I would try to encircle the problem. Try to compress and decompress idendical random data with bzip2 on both machines. Try also the GENERIC kernel without SMP. At a glance I would assume that there is a hardware fault. Björn