From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 04:20:26 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 BF7E037B401 for ; Mon, 31 Mar 2003 04:20:26 -0800 (PST) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA9D43F3F for ; Mon, 31 Mar 2003 04:20:25 -0800 (PST) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id CC6E1A052 for ; Mon, 31 Mar 2003 14:20:23 +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 AA2F39F53 for ; Mon, 31 Mar 2003 14:20:20 +0200 (MEST) Date: Mon, 31 Mar 2003 14:20:19 +0200 (MEST) From: Paul Everlund To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new Subject: 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: Mon, 31 Mar 2003 12:20:30 -0000 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? Anyone who have had the same problem and solved it, or who can help me out in some way? Thank you in advance! Below are info about the system and configuration files. Best regards, Paul ********************************** FreeBSD version is 4.8-RC2. X version is XFree86 4.3. KDE version is 3.1. rc.conf ------- Firewall is set to allow everything... # --- Internet hostname="comp.primavera.homeip.net" network_interfaces="lo0 fxp0" ifconfig_fxp0="DHCP" firewall_enable="YES" firewall_script="/etc/ipfw.rules" tcp_keepalive="YES" dhclient.conf ------------- interface "fxp0" { request subnet-mask, broadcast-address, time-offset, routers; } resolv.conf ----------- domain primavera.homeip.net nameserver 10.0.0.1 nameserver 10.0.0.2 More configuration files are available upon request! I just don't know which other files could be of interest.