From owner-freebsd-questions@FreeBSD.ORG Thu Jun 22 07:35:43 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 6B4FF16A59A for ; Thu, 22 Jun 2006 07:35:43 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2237743D8A for ; Thu, 22 Jun 2006 07:35:41 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k5M7ZXEY025857; Thu, 22 Jun 2006 10:35:33 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 22 Jun 2006 10:31:40 +0300 User-Agent: KMail/1.9.1 References: <449A454A.5070107@cs.tu-berlin.de> In-Reply-To: <449A454A.5070107@cs.tu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200606221031.41033.nvass@teledomenet.gr> Cc: Remington L , =?iso-8859-1?q?Bj=F6rn_K=F6nig?= 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:35:43 -0000 On Thursday 22 June 2006 10:22, Björn König wrote: > 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. Yes that, or perhaps medium problems? anything interesting from dmesg(8)?