From owner-freebsd-questions@FreeBSD.ORG Thu Jan 12 15:52:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9660616A41F for ; Thu, 12 Jan 2006 15:52:16 +0000 (GMT) (envelope-from tfcheng@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1553643D48 for ; Thu, 12 Jan 2006 15:52:15 +0000 (GMT) (envelope-from tfcheng@gmail.com) Received: by zproxy.gmail.com with SMTP id l1so385585nzf for ; Thu, 12 Jan 2006 07:52:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=BkKxPtiHzzepEEWjMVoY2aAq+vIb+92CehqBuz6kZibiauvZ0oy/8BBykuWLR5YGcJXrQr35Xd/Zl2Z6cRUmJWZKhSnwuhOKGsNNiZ3ckCIHpgeEeLOSxCJTmTJF0KZFB3mNPcScrXGG3DijhItI+SELyNqMAYLtxZuhnfYwFsk= Received: by 10.36.22.15 with SMTP id 15mr1984356nzv; Thu, 12 Jan 2006 07:52:15 -0800 (PST) Received: by 10.36.13.7 with HTTP; Thu, 12 Jan 2006 07:52:15 -0800 (PST) Message-ID: Date: Thu, 12 Jan 2006 10:52:15 -0500 From: Tsu-Fan Cheng To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: x server abort 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: Thu, 12 Jan 2006 15:52:16 -0000 hi, these days I encountered some problem with my xorg 6.8 server. What I remember now is that after I upgrade my apps by "portmanager -u", somehow the X server failed during the launch of some apps, like bzflag and vmd. I checked the xorg.log file, and the only thing I got is: [snip] (WW) fcntl(10, O_ASYNC): Inappropriate ioctl for device *** If unresolved symbols were reported above, they might not *** be the reason for the server aborting. Fatal server error: Caught signal 11. Server aborting Please consult the The X.Org Foundation support at http://wiki.X.Org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. [snip] not so much to debug. I am running 6.0-STABLE and all my xorg installation are current as checked by portmanager. The only old install is xorg-fontserver-6.8.2, which has a newer version as 6.8.2_1, thx!! TFC