From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 05:47:12 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 E7CFF37B401 for ; Tue, 15 Apr 2003 05:47:07 -0700 (PDT) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F3D043FBF for ; Tue, 15 Apr 2003 05:47:06 -0700 (PDT) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id 08A80A09D; Tue, 15 Apr 2003 14:47:05 +0200 (MEST) Received: from kvist.cs.umu.se (kvist.cs.umu.se [130.239.40.192]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id F2900A0A2; Tue, 15 Apr 2003 14:46:45 +0200 (MEST) Date: Tue, 15 Apr 2003 14:46:45 +0200 (MEST) From: Paul Everlund To: Yonatan Bokovza In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new cc: freebsd-questions@freebsd.org Subject: RE: KDE startup slow 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: Tue, 15 Apr 2003 12:47:12 -0000 On Mon, 31 Mar 2003, Yonatan Bokovza wrote: > > -----Original Message----- > > From: Paul Everlund [mailto:tdv94ped@cs.umu.se] > > Sent: Monday, March 31, 2003 15:20 > > To: freebsd-questions@freebsd.org > > Subject: KDE startup slow > > > > > > Hi all! > > > > After I got ADSL for my FreeBSD box the startup of KDE takes > > very long time. It "stops" at Initializing System Services, > > then after a while the splash screen disappears, and after > > some more waiting (about two minutes) the Desktop appears. > > > > It almost looks like a DNS query timeout, but I'm not sure, > > as I really do not know what Initializing System Services > > actually do. Do anyone know? > > Please open another terminal and use tcpdump to sniff your > local interface (lo0). > Do you see packets to port 111 ? I could of some reason not see any packets to 111 on lo0 with tcpdump. After trying tcpdump I came up with another approach: I did set ipfw to log on lo0, on port 111, and then I saw there were packets going that way. After setting ipfw to deny port 111 on lo0 KDE did start up fine again. Thank you! Best regards, Paul