From owner-freebsd-questions@FreeBSD.ORG Thu Jul 17 09:28:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CE621065676 for ; Thu, 17 Jul 2008 09:28:03 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 1CAE28FC27 for ; Thu, 17 Jul 2008 09:28:03 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 77BC5FD06A; Thu, 17 Jul 2008 11:28:25 +0200 (CEST) Received: from [10.10.10.27] (atlantis.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id 21964FD05E; Thu, 17 Jul 2008 11:28:24 +0200 (CEST) Message-ID: <487F10A2.8060200@webrz.net> Date: Thu, 17 Jul 2008 11:28:02 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Warren Liddell References: <200807171849.24156.shinjii@maydias.com> In-Reply-To: <200807171849.24156.shinjii@maydias.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Cc: freebsd-questions@freebsd.org Subject: Re: http cache cleaner 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, 17 Jul 2008 09:28:03 -0000 Warren Liddell wrote: > I have had every so often during the day a window saying http cache cleaner > loading application appear but not listed in the actual processes or > available to terminate, what is it an how do i stop it form loading ? Looks like a Ubuntu thinghy (...), this might help: cd /usr/share/services/ sudo cp http_cache_cleaner.desktop http_cache_cleaner.desktop.ubuntu sudo echo StartupNotify=false >> http_cache_cleaner.desktop -- Jos