From owner-freebsd-current Mon Nov 25 12:28:56 2002 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 7851537B401 for ; Mon, 25 Nov 2002 12:28:54 -0800 (PST) Received: from eos.telenet-ops.be (eos.telenet-ops.be [195.130.132.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D06943EAA for ; Mon, 25 Nov 2002 12:28:53 -0800 (PST) (envelope-from philip@paeps.cx) Received: from localhost (localhost.localdomain [127.0.0.1]) by eos.telenet-ops.be (Postfix) with SMTP id 389262081C for ; Mon, 25 Nov 2002 21:28:10 +0100 (CET) Received: from fortuna.home.paeps.cx (D5768746.kabel.telenet.be [213.118.135.70]) by eos.telenet-ops.be (Postfix) with ESMTP id 3214220B06 for ; Mon, 25 Nov 2002 21:28:06 +0100 (CET) Received: from juno.home.paeps.cx (juno [10.0.0.2]) by fortuna.home.paeps.cx (Postfix) with ESMTP id E518676F for ; Mon, 25 Nov 2002 21:28:03 +0100 (CET) Received: by juno.home.paeps.cx (Postfix, from userid 1001) id 4236D29; Mon, 25 Nov 2002 21:27:56 +0100 (CET) Date: Mon, 25 Nov 2002 21:27:55 +0100 From: Philip Paeps To: current@FreeBSD.ORG Subject: Re: I'm impressed, but ... Message-ID: <20021125202755.GA633@juno.home.paeps.cx> Mail-Followup-To: current@FreeBSD.ORG References: <20021125004934.GA604@juno.home.paeps.cx> <20021125194122.GA17986@angelica.unixdaemons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20021125194122.GA17986@angelica.unixdaemons.com> X-PGP-Fingerprint: FA74 3C27 91A6 79D5 F6D3 FC53 BF4B D0E6 049D B879 X-Message-Flag: Get yourself a real mail client. Try Mutt: User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-11-25 14:41:22 (-0500), Hiten Pandya wrote: > On Mon, Nov 25, 2002 at 01:49:34AM +0100, Philip Paeps wrote the words in effect of: > > | unknown: can't assign resources (port) > > | unknown: can't assign resources (port) > > Can you try changing the hardware tunable, > hw.pci.allow_unsupported_io_range, to the value of 1 in your loader.conf. I > think this should do it. You can then check this value after you booted by > `sysctl hw.pci`. I'm afraid that doesn't cure the 'problem'. (juno:/home/philip)# sysctl hw.pci hw.pci.enable_io_modes: 1 hw.pci.allow_unsupported_io_range: 1 Exactly the same output as above. > > 2. This one's the most irritating. I use Mutt as my mailclient using > > Maildirs for storage. It occasionally happens that Mutt just 'hangs' > > reading a directory, and there's no way for me to kill it. Ps axl shows > > it as being in state Ds or Ds+ and blocked by ufs. > > Hmm, this also happens in the case of dd(1). If you invoke dd(1) as: > > # dd if=/dev/zero of=/tmp/somefile > > As you can see, it gets stuck when not provided with a count variable. It > hangs in the `ufs' state. I am currently looking into this. I am thinking, > this is because a 0 byte file is found disturbing. Mmm, this doesn't seem hang for me. It just keeps filling the file, but doesn't hang. (juno:/usr/src)# dd if=/dev/zero of=/tmp/somefile ^C980608+0 records in 980607+0 records out 502070784 bytes transferred in 32.172603 secs (15605538 bytes/sec) > Can you try using `ktrace`, like this: > > root# ktrace mutt (or the command which makes it hang) > root# kdump -f ktrace.out (this is the output needed) Will do. Just building a kernel with ktrace, as I accidently removed it. I'll get back with more info. - Philip -- Philip Paeps Please don't CC me, I am philip@paeps.cx subscribed to the list. (1) If the weather is extremely bad, church attendance will be down. (2) If the weather is extremely good, church attendance will be down. (3) If the bulletin covers are in short supply church attendance will exceed all expectations. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message