From owner-freebsd-questions@FreeBSD.ORG Tue Nov 8 00:34:28 2011 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 86C45106564A for ; Tue, 8 Nov 2011 00:34:28 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout025.mac.com (asmtpout025.mac.com [17.148.16.100]) by mx1.freebsd.org (Postfix) with ESMTP id 6F5D28FC13 for ; Tue, 8 Nov 2011 00:34:28 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp025.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LUB008AUG94SB90@asmtp025.mac.com> for freebsd-questions@freebsd.org; Mon, 07 Nov 2011 16:34:17 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.211,0.0.0000 definitions=2011-11-07_06:2011-11-07, 2011-11-07, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1111070302 From: Chuck Swiger In-reply-to: <201111071819.51858.lumiwa@gmail.com> Date: Mon, 07 Nov 2011 16:34:16 -0800 Message-id: <5B3DC8D3-356E-4574-A8E3-1E7F9F900F8F@mac.com> References: <201111071819.51858.lumiwa@gmail.com> To: ajtiM X-Mailer: Apple Mail (2.1084) Cc: freebsd-questions@freebsd.org Subject: Re: console-kit daemon 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: Tue, 08 Nov 2011 00:34:28 -0000 On Nov 7, 2011, at 4:19 PM, ajtiM wrote: > I ahve a problem that computer freeze when I compailing ports without error. > Sometimes freeze (hard reset help) and sometimes reboot. > I did ran memtest 24 hours and there were no errors, I used smartmontools for > check hard drive and there are no errors but the problem is here still. Running memtest is a great diagnostic for bad memory. It's good that it passed; so this suggests thermal problems, or less likely, a marginal power supply unit which can't handle full load. prime95 / mprime has a diagnostic mode which lets you fully load up both CPU and memory resources, and might be better suited to identifying a problem if memtest didn't find anything.... Regards, -- -Chuck