From owner-freebsd-questions@freebsd.org Mon Sep 12 14:26:53 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7ADDBD8671 for ; Mon, 12 Sep 2016 14:26:53 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C6442EB for ; Mon, 12 Sep 2016 14:26:53 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-questions@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1bjSCA-001c35-Kt>; Mon, 12 Sep 2016 16:26:50 +0200 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-questions@freebsd.org with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (envelope-from ) id <1bjSCA-001QcV-Bu>; Mon, 12 Sep 2016 16:26:50 +0200 Date: Mon, 12 Sep 2016 16:26:45 +0200 From: "O. Hartmann" To: freebsd-questions Subject: Firefox: firefox dies quietly. How to debug? Message-ID: <20160912162645.179d0b09@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 14:26:53 -0000 I'm working on a simple NanoNSD based application using a small autologin image of FreeBSD 12-CURRENT. The intention is to autologin a user and start via xinit a X11 session with Firefox. So far. Autologin works, I can start the X11/wmaker session and also open xterm, xpdf as clients. But I can not start firefox or libreoffice - they die quietly. I do not see anything in the X11 logs nor do I see logs on the console telling me something irregularyly has happened. I tried to look for some "verbosity" flags on firefox, but I didn't find anything suitable. Does someone here know how to make firefox a bit more verbose? Any help appreciated. Please CC me, I'm not subscribing this particular list. Thanks in advance, Oliver