From owner-freebsd-current@FreeBSD.ORG Sat Sep 13 08:59:51 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 6D8A216A4BF for ; Sat, 13 Sep 2003 08:59:51 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 823DB43FB1 for ; Sat, 13 Sep 2003 08:59:50 -0700 (PDT) (envelope-from sebastian.ssmoller@web.de) Received: from [217.232.41.176] (helo=[217.232.41.176]) by smtp.web.de with esmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.99 #448) id 19yCoO-0000pF-00 for freebsd-current@freebsd.org; Sat, 13 Sep 2003 17:59:49 +0200 From: sebastian ssmoller To: freebsd-current@freebsd.org In-Reply-To: <20030913163401.022e59c3.Alexander@Leidinger.net> References: <20030913233905.GA3834@crodrigues.org> <1063457548.846.44.camel@tyrael.linnet> <20030913163401.022e59c3.Alexander@Leidinger.net> Content-Type: text/plain Message-Id: <1063469156.749.9.camel@tyrael.linnet> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 13 Sep 2003 18:05:59 +0200 Content-Transfer-Encoding: 7bit Sender: sebastian.ssmoller@web.de 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 15:59:51 -0000 On Sat, 2003-09-13 at 16:34, Alexander Leidinger wrote: > On 13 Sep 2003 14:52:29 +0200 > sebastian ssmoller wrote: > > > 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. > > > 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 > > Is the system connected to a network, and if yes, does the network cards > on both systems differ? If yes, have a look at the output of "dmesg" and > try to find you network card. If you have it modify /etc/rc.conf > ("ifconfig_" line). the system has two realtek network cards. both seem to work correctly - i've no connection problems - connection performance is ok. > > This sounds to me like a DNS problem, please check your default gateway > (rc.conf: "gateway" line) too. dns seems to be ok. all requests are resolved correctly ... default gateway should not be the problem cause without ppp (dsl) this system is the default gw for the rest of the intranet and with ppp the default gw seems to be ok too. as mentioned: really bad performace occurs when lauching mozilla, gaim, gnome2, etc. ... when mozilla is running the perfomance seems to be ok ... possibly a bit too slow but i do not know how to proof this (?) i suppose a udma/disk/controller problem. i found out that the southbridge i use (VIA 82C686B) has some bugs. but in fbsd 5.0 release notes i found a bugfix for that so i am not sure about it ... thx && regards, seb > > Bye, > Alexander.