From owner-freebsd-questions@FreeBSD.ORG Sat Jul 19 16:41:42 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 D6E1D1065674 for ; Sat, 19 Jul 2008 16:41:42 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 93B368FC16 for ; Sat, 19 Jul 2008 16:41:42 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (unknown [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id E26CDAFC216; Sat, 19 Jul 2008 08:41:41 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sat, 19 Jul 2008 18:41:40 +0200 User-Agent: KMail/1.9.7 References: <200807171849.24156.shinjii@maydias.com> <487F10A2.8060200@webrz.net> In-Reply-To: <487F10A2.8060200@webrz.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807191841.40881.fbsd.questions@rachie.is-a-geek.net> Cc: Jos Chrispijn , Warren Liddell 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: Sat, 19 Jul 2008 16:41:42 -0000 On Thursday 17 July 2008 11:28:02 Jos Chrispijn wrote: > 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 It's not ubuntu specific. It's Konqueror's cache cleaner. It does show in process list, if you use pstree (sysutils/pstree) or ps -w, it'll be a "kdeinit" process. if it runs once per day, then you either visit a lot of different sites, or your cache settings for konqueror are low. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.