From owner-freebsd-questions@FreeBSD.ORG Sun Feb 21 02:06:08 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD6B2106566C for ; Sun, 21 Feb 2010 02:06:08 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 76A938FC08 for ; Sun, 21 Feb 2010 02:06:07 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nj0F6-0005Vc-LC for freebsd-questions@freebsd.org; Sun, 21 Feb 2010 02:04:16 +0100 Received: from 78-1-132-199.adsl.net.t-com.hr ([78.1.132.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Feb 2010 02:04:16 +0100 Received: from ivoras by 78-1-132-199.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Feb 2010 02:04:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Sun, 21 Feb 2010 02:00:31 +0100 Lines: 27 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78-1-132-199.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090612) In-Reply-To: Sender: news Subject: Re: Making installworld got stuck on SunFire v20z (Freebsd 8.0) 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: Sun, 21 Feb 2010 02:06:08 -0000 Lucas Wang wrote: > I tried to install Freebsd 8.0 on one of our lab machines, which is > SunFire v20z. After successfully installing it from CD, I followed the > following steps trying to update the kernel and world: > > cvsup > make buildworld > make buildkernel > make installkernel > reboot > mergemaster -p > make installworld > > Everything was fine until the `make installworld` process run for a while and then got stuck, > after that it won't respond to Ctrl-C. When I tried to login from another tty, it > doesn't respond either. I even tried installing the machine from scratch > several times, and at different times it got stuck when installing different libraries. > > I would really appreciate any ideas about why this could happen or how > to solve it. If you have an AMD CPU of a recent generation, Try adding vm.pmap.pg_ps_enabled=0 to /boot/loader.conf and rebooting. This disables Superpages - there is a CPU bug on some of those.