From owner-freebsd-current@FreeBSD.ORG Sat Sep 13 06:08:25 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5259816A4BF for ; Sat, 13 Sep 2003 06:08:25 -0700 (PDT) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 8290843FBF for ; Sat, 13 Sep 2003 06:08:23 -0700 (PDT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 44672 invoked by uid 85); 13 Sep 2003 13:09:28 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.20rc1 (uvscan: v4.2.40/v4288. Clear:RC:1:. Processed in 0.069101 secs); 13 Sep 2003 13:09:28 -0000 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 13 Sep 2003 13:09:27 -0000 From: Arjan van Leeuwen To: sebastian ssmoller , freebsd-current@freebsd.org Date: Sat, 13 Sep 2003 15:08:11 +0200 User-Agent: KMail/1.5.3 References: <20030913233905.GA3834@crodrigues.org> <1063457548.846.44.camel@tyrael.linnet> In-Reply-To: <1063457548.846.44.camel@tyrael.linnet> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309131508.11138.avleeuwen@piwebs.com> Subject: Re: Bad performance X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2003 13:08:25 -0000 On Saturday 13 September 2003 14:52, sebastian ssmoller wrote: > hi, > i recently switched from mandrake to freebsd. i used a second system, > to install freebsd 5.1 (release) on a 15 gb western digital disk. i > installed the whole system without problems and managed to start gdm and > gnome2. everything worked fine and performance (launching gdm, gnome2 > and firebird) was really good (better then mdk :) > > then i moved the disk from the hardware used during install into the > "production" environment which includes VIA 82C8363 (Apollo KT133A) > board, NVidia GeForce2 grafic card (using nvidia native driver for x11), > AMD Duron 750 MHz, 512 mb ram. > > everything worked fine again. BUT: launching gdm needs a lot of time, > same for gnome2. when i start moz-firebird i am unabled to use it for > minutes (!) until it reacts on user events (typing inet adress into > address bar), same for gaim. > i checked the ata settings; the drive is running in udma66 (as > expected). > > cause i am new to *bsd i do not really know where to start or what > further information to provide. any hint/idea would be great ! > > thx for ur help > seb > > ps: the system i used to installed fbsd first is: AMD Duron 800 MHz, > VIA VT8363/8365 [KT133/KM133] board, old SIS 8MB pci video card, 256 mb > ram Some things you might want to check: 1) Is your hostname set? It has to be set in /etc/rc.conf. 2) Is your hostname properly configure in /etc/hosts? It should look something like this: 127.0.0.1 localhost localhost.my.domain 127.0.0.1 hostname hostname.my.domain 127.0.0.1 hostname.my.domain. (note the dot after the last line. hostname.my.domain should be the output of 'hostname', and hostname the output of 'hostname -s') 3) Are you using IPv6? If not, try disabling it in your kernel. Arjan > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"