From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 06:03:05 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 673B137B401 for ; Mon, 31 Mar 2003 06:03:05 -0800 (PST) Received: from mail.cordis.lu (mail.cordis.lu [212.190.217.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7DA43F93 for ; Mon, 31 Mar 2003 06:03:04 -0800 (PST) (envelope-from a.carter@cordis.lu) Received: from mailsvr.intrasoft.lu (mail.intrasoft.lu [212.190.217.251]) by mail.cordis.lu (8.12.8/8.12.8) with ESMTP id h2VE5gqE010967; Mon, 31 Mar 2003 16:05:42 +0200 Received: by mail.intrasoft.lu with Internet Mail Service (5.5.2656.59) id ; Mon, 31 Mar 2003 16:00:36 +0200 Received: from intra241.intrasoft.lu (212.190.217.170 [212.190.217.170]) by mailsvr.intrasoft.lu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id HXZK8PRN; Mon, 31 Mar 2003 16:00:32 +0200 From: CARTER Anthony To: Paul Everlund , CARTER Anthony Organization: Intrasoft Date: Mon, 31 Mar 2003 16:08:22 +0200 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303311608.23153.a.carter@intrasoft.lu> X-Spam-Status: No, hits=-126.1 required=4.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT,USER_IN_WHITELIST version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) 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: Mon, 31 Mar 2003 14:03:07 -0000 ok... Do you have an internal network on your machine, or do you just plug your ADSL into your network card? If you just plug straight into your network card, then you can disable dhcp if you want, it is not necessary. What you need to do is configure /etc/ppp/ppp.conf and /etc/rc.conf (using /etc/defaults/rc.conf as reference, but don't change the defaults file). you have to add: ppp_enable = "yes" ppp_mode = "dial" (and another one about the connection name in you ppp.conf file but I forget.) Anyway, I don't have my ppp.conf file here, but I can get it for tomorrow...If you have done all this, then make sure you have enable dns as the last entry in ppp.conf. Anthony Carter On Monday 31 March 2003 15:33, Paul Everlund wrote: > On Mon, 31 Mar 2003, CARTER Anthony wrote: > > How do you start your ppp connection over ADSL? Is your modem > > internal, USB or Ethernet? > > > > Anthony > > Thank you for your answer! > > The modem is external with an Ethernet connection to the computer. I > use DHCP to configure the network as PPPoE didn't seem to work. After > dhclient is started, and the interface has got an IP, one has to surf > to the internal 10.0.0.0-network address to login. > > Best regards, > Paul > > > On Monday 31 March 2003 14:20, Paul Everlund wrote: > > > 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. > > > > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > > "freebsd-questions-unsubscribe@freebsd.org"