From owner-freebsd-stable@FreeBSD.ORG Wed Oct 3 15:09:51 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C384A106566C; Wed, 3 Oct 2012 15:09:51 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-ia0-f182.google.com (mail-ia0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7F13E8FC0A; Wed, 3 Oct 2012 15:09:51 +0000 (UTC) Received: by iagk10 with SMTP id k10so1599707iag.13 for ; Wed, 03 Oct 2012 08:09:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=U2VowMm/35NOy2vLqrq2f0ZAiMpKHTUXyCfUJqm2734=; b=q7VXt18D2b35Qduy2Aev7AIBhwDi3WDBGfjxNT5KC4ELYasYsVleawA+HMHZFK87x5 2DBb6wcYeixagUrEQPuPnRTfArqBdb4njYJClZaiBFEIAijQrsIwlc6+lBspwL69hm4w NqZ+vfNOzi19Pd3t5QUHpS7thsCMqkSisesDsPtWE7VBQ4e6nEenMaTyi2wuXFcy9+Gx Cauv35+GEi9EVaea5zwiV+7SnpOVZqJF3C132XAYUoYDbMg3MtAr2v5smlyKC5NbBV99 aco7rOoH2e/NHN3Tv1k3jONmnMgCY2ceQ896FZHhXIk039UXKyFPTvttT+f3KqOTX8Sy 0+hg== MIME-Version: 1.0 Received: by 10.43.131.193 with SMTP id hr1mr1789242icc.31.1349276990916; Wed, 03 Oct 2012 08:09:50 -0700 (PDT) Received: by 10.231.91.14 with HTTP; Wed, 3 Oct 2012 08:09:50 -0700 (PDT) In-Reply-To: <20120927232924.GA63444@hatter> References: <20120927165154.GA60691@hatter> <506486C5.6020001@FreeBSD.org> <20120927232924.GA63444@hatter> Date: Wed, 3 Oct 2012 11:09:50 -0400 Message-ID: From: "illoai@gmail.com" To: Jason Helfman Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: laptop keeps crashing, any ideas.... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2012 15:09:51 -0000 On 27 September 2012 19:29, Jason Helfman wrote: > Turns out that there was some either corrupt file under /tmp that was X > related, or had wrong permissions. I had to clear out tmp manually, then run > startx to get into X windows. At this point, I remove the bit from > /etc/rc.conf that I had put in there to not clean out X related bits from > tmp. With all of these steps, I am successfully back on-line. > The advantage of using a tmpfs(5) /tmp is that there is nothing there after reboot to be corrupted. ;) -- --