From owner-freebsd-x11@FreeBSD.ORG Mon Mar 30 23:47:14 2015 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BD7EBA0 for ; Mon, 30 Mar 2015 23:47:14 +0000 (UTC) Received: from eastrmfepo103.cox.net (eastrmfepo103.cox.net [68.230.241.215]) by mx1.freebsd.org (Postfix) with ESMTP id C1259C36 for ; Mon, 30 Mar 2015 23:47:13 +0000 (UTC) Received: from eastrmimpo110 ([68.230.241.223]) by eastrmfepo202.cox.net (InterMail vM.8.01.05.15 201-2260-151-145-20131218) with ESMTP id <20150330231643.THWR20038.eastrmfepo202.cox.net@eastrmimpo110> for ; Mon, 30 Mar 2015 19:16:43 -0400 Received: from [192.168.3.15] ([68.100.83.8]) by eastrmimpo110 with cox id 9zGi1q00h0Amgo401zGiGP; Mon, 30 Mar 2015 19:16:43 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020206.5519D95B.00C5,ss=1,re=0.001,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=a+/uAzuF c=1 sm=1 a=MIFbEp1mbsntSkf+UvvZXg==:17 a=f5xKl4ys9bwA:10 a=IkcTkHD0fZMA:10 a=kviXuzpPAAAA:8 a=6I5d2MoRAAAA:8 a=lRVJWJu-zRh4QlDYleQA:9 a=QEXdDO2ut3YA:10 a=MIFbEp1mbsntSkf+UvvZXg==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Message-ID: <5519DB1B.8070302@cox.net> Date: Mon, 30 Mar 2015 19:24:11 -0400 From: "John D. Hendrickson" User-Agent: Thunderbird 2.0.0.24 (X11/20100228) MIME-Version: 1.0 To: Vinicius Abrahao Subject: Re: Xorg is making the machine freezes when exit References: <9JPv1q0032X408g01JPwDU> In-Reply-To: <9JPv1q0032X408g01JPwDU> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: "freebsd-x11@freebsd.org" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 23:47:14 -0000 Vinicius Abrahao wrote: > Guys, I do not know if all of you read the great forum. > > Sorry if you already read this msg, but I am sharing the problem here too. > > https://forums.freebsd.org/threads/can-not-exit-x-the-returns-pc-freezes.51063/ > > Looks like is a misunderstanding between vt and Xorg. > > > Can some body help me with this? > > The entire machine is "locking" (nether ping responds anymore) when I go > back to console or exit Xorg. > > Thanks in advance, > Vinícius yup that's bad but it could be 1) did you hack bios settings or video card "run hot"? back them off to default 2) did you test your memory ? 3) did you port / compile it? probably you should (ie, so it uses instructions you pc/cell actually has) make double sure you make clean and look at configure options 4) make sure your lo, loopback, unix/raw device isn't down see ifconfig(1) and route(1). do you have a cron(1) script or some bot that "automagically" might, oops $ ifconfig lo down ??? X11 and PC can act strange when that happens: appears it's locked up when it's not. Debian had users with that problem for a long time.