From owner-freebsd-questions@FreeBSD.ORG Wed May 11 18:06:23 2005 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 05FF116A4CE for ; Wed, 11 May 2005 18:06:23 +0000 (GMT) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7490B43D6D for ; Wed, 11 May 2005 18:06:21 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 11 May 2005 19:07:00 +0100 Message-ID: <4282499C.5000506@dial.pipex.com> Date: Wed, 11 May 2005 19:06:20 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.7) Gecko/20050510 X-Accept-Language: en, en-us MIME-Version: 1.0 To: Krilly References: <428247ED.9040401@cloudigital.com> In-Reply-To: <428247ED.9040401@cloudigital.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 May 2005 18:07:00.0210 (UTC) FILETIME=[3A1C4520:01C55654] cc: freebsd-questions@freebsd.org Subject: Re: FireFox is beeping at me! 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: Wed, 11 May 2005 18:06:23 -0000 Krilly wrote: > I'm having an issue where 'FireFox 1.0.3' on 'FreeBSD 5.3-Release' > is beeping at me when I start, use and close it. By use, I mean doing > standard tasks inside of it, such as Google'ing and general surfing of > the internet. I've tried 'xset b off', but the sound is still present? Did you compile the port with debugging on? Mozilla beeps like a lunatic when it's compiled with debugging. Have a look at /var/db/ports/firefox/options and see if there is a line like "WITH_DEBUG=true". If there is, then delete /var/db/ports/firefox/options. Go to /usr/ports/www/firefox and do a make. This time do not turn debugging on when asked to pick options!. Then "make deinstall; make reinstall". --Alex