From owner-freebsd-ports@FreeBSD.ORG Fri May 25 19:30:30 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8618D106568B for ; Fri, 25 May 2012 19:30:30 +0000 (UTC) (envelope-from freebsd@rakor-net.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.9]) by mx1.freebsd.org (Postfix) with ESMTP id 1AEF78FC08 for ; Fri, 25 May 2012 19:30:30 +0000 (UTC) Received: from localhost (HSI-KBW-095-208-203-111.hsi5.kabel-badenwuerttemberg.de [95.208.203.111]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0Mbb9R-1So9Zj46Dd-00Il54; Fri, 25 May 2012 21:25:19 +0200 Date: Fri, 25 May 2012 21:25:18 +0200 From: Martin Kropfinger To: ports@freebsd.org Message-ID: <20120525212518.730cc00c@rakor-net.de> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:R2pfwGi0MyCqf+vH2qUJq95nTJ2f4k/0hQRbySjxu7v rpLQQByMwoAhtOvkUf4up1pMGIHj4OCyHWcFwLDNcZP1fp241K qP/40/zyRY+66PJOS5OLgCl+jH28ZjnOl8jqcENAlGYkozVK9a f+gm8rAOfyMMJc8mT2DTUYvWGsaFsulAdNNUw5+BxDu4d6hdGz X0jQNiWAm30DvdXMvgCh7n2NIYf7Yw1sRjo+/fSzasHg5BT3lM Z5kesQGW5T2SP0r8a/xjJPZGrphyydX1kQjyzRGouTi6vy7E9K P9VAnV7oYCPknUuwp823czO9ckO+ygmqkNDW4KRKCNCARpGl5q kqczDy8cVP57rbTmo+bQ= Cc: Subject: Xorg freezes since last update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2012 19:30:30 -0000 Hi there! I am running a box with FreeBSD 9.0-Release amd64 and a GeForce GTS450. This setup is was running for several months without any issues. Since the last Xorg-update I have freezes of XOrg every day (minimum one, sometimes more). I first did an update without setting "WITH_NEW_XORG". I got failures. Later I set "WITH_NEW_XORG" and did a build of xorg and all depended ports. Again freezes. I switched back and disabled "WITH_NEW_XORG" and again I build xorg and all dependencies. I was using the current nvidia-driver from the ports-tree. I switched to the current betra-driver. Again freezes. We tried shrinking the "physmem"-sysctl. Freezes look like this: The screen does not update any windows. The mouse can be moved but it can't interact with the GUI. If the screen was black (screensaving) it stays black. If the screen showed a desktop this will be shown (no screensaver oder backlight-offs). Pressing CTRL+ALT+Fx does nothing. The only thing I can do is to log in with my smartphone using ssh and kill Xorg. This needs a lot of time but then it stops. The last messages in the XOrg-log are: (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (WW) May 25 21:13:00 NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000858, 0x000021a4) (WW) May 25 21:13:07 NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000858, 0x000021a4) (WW) May 25 21:13:10 NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000858, 0x00003d50) (WW) May 25 21:13:17 NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000858, 0x00003d50) (WW) May 25 21:13:20 NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000858, 0x00005850) (WW) May 25 21:13:27 NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000858, 0x00005850) (WW) May 25 21:13:30 NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000858, 0x0000b5d8) (WW) May 25 21:13:37 NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000858, 0x0000b5d8) [mi] EQ overflowing. The server is probably stuck in an infinite loop. Last thing I tried was deleting all ports (unsing pkg_delete -a), then deleting /usr/local and again building all ports. Nothing changed. Can you help me? What else could I do to regain a running system?! Thank you a lot! It is really annoying! CU Martin