From owner-freebsd-questions@FreeBSD.ORG Fri Nov 14 13:46:40 2003 Return-Path: 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 57A3216A4CE for ; Fri, 14 Nov 2003 13:46:40 -0800 (PST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CCC843FB1 for ; Fri, 14 Nov 2003 13:46:39 -0800 (PST) (envelope-from sschwarzer@sschwarzer.net) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng2.kundenserver.de with esmtp (Exim 3.35 #1) id 1AKlm2-0000LQ-00 for questions@freebsd.org; Fri, 14 Nov 2003 22:46:38 +0100 Received: from p508e4015.dip0.t-ipconnect.de ([80.142.64.21] helo=localhost) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1AKlm2-0005wq-00; Fri, 14 Nov 2003 22:46:38 +0100 Date: Fri, 14 Nov 2003 22:46:37 +0100 From: Stefan Schwarzer To: questions@freebsd.org Message-ID: <20031114214637.GA10406@warpy.sschwarzer.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Mozilla Firebird doesn't start X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 21:46:40 -0000 Hello on FreeBSD 5.1, I installed Firebird 0.7 from the ports. However, I cannot start it from an xterm. If I enter $ firebird or $ MozillaFirebird the system pauses for about a second, then returns to the prompt. ps(1) doesn't show a running firebird, and $ echo $? yields 1. Surprisingly, when I invoke Firebird via urlview from mutt, it starts fine! For urlview, I supplied a modified url_handler.sh, but only the line for the HTTP clients is changed to http_prgs="/usr/X11R6/bin/firebird:XW /usr/local/bin/elinks:XT /usr/local/bin/netscape:XW /usr/local/bin/lynx:XT /usr/local/bin/w3m:XT /usr/local/bin/links:XT" (without the indent :-) ). I didn't have these problems with Firebird 0.6. With 0.7, I currently only have the workaround to start Firebird via an http URL in mutt. ... After having examined a bit more what urlview does, I noticed that I can start Firebird by passing an URL: $ firebird http://google.com & So at least I have an acceptable workaround for now. Nonetheless, Firebird's behaviour seems strange. I didn't find anything on the topic with Google and not in http://www.freebsd.org/cgi/query-pr-summary.cgi or http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports&sort=none&text=firebird&closedtoo=on Should I issue a bug report? (I'm not subscribed to the list; if you reply, please cc me. Thanks!) Stefan