From owner-freebsd-current Wed Feb 5 11:59:37 2003 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 A264937B401 for ; Wed, 5 Feb 2003 11:59:35 -0800 (PST) Received: from lurza.secnetix.de (lurza.secnetix.de [212.66.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id B79D543F43 for ; Wed, 5 Feb 2003 11:59:34 -0800 (PST) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [IPv6:::1]) by lurza.secnetix.de (8.12.6/8.12.5) with ESMTP id h15JxRdK081088 for ; Wed, 5 Feb 2003 20:59:27 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.12.6/8.12.5/Submit) id h15JxRR4081087; Wed, 5 Feb 2003 20:59:27 +0100 (CET) Date: Wed, 5 Feb 2003 20:59:27 +0100 (CET) Message-Id: <200302051959.h15JxRR4081087@lurza.secnetix.de> From: Oliver Fromme To: freebsd-current@FreeBSD.ORG Reply-To: freebsd-current@FreeBSD.ORG Subject: 5.0 issues X-Newsgroups: list.freebsd-current User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.7-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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 First of all, is this the right mailing list for issues with FreeBSD 5.0-Release? I apologize if it is not. I've installed it on an Athlon-500, and it's running quite well (except it seems a bit less performant than 4.x, but that's OK). However, I have two questions. 1. I have some shell scripts that make use of redirections with file descriptors (3>&1 and /dev/fd/3 etc.). Those worked under 4.x out of the box, but didn't work in 5.0, because there is no /dev/fd/3 in DEVFS. I solved this by manually mounting FDESCFS over /dev/fd -- is that the right solution, or is there a better way? 2. It seems that vmstat prints weird values: procs memory page disks faults cpu r b w avm fre flt re pi po fr sr ad0 md0 in sy cs us sy id 2 2 0 122848 23320 10 0 0 0 10 3 0 0 15852 0 1503 73 15 12 1 2 0 122848 22992 1 0 0 0 17 0 0 0 15911 0 1484 83 17 0 2 2 0 122848 22632 0 0 0 0 18 0 0 0 15916 0 1451 81 19 0 In particular, the "sy" (system calls) column is always zero, and the values in the "in" (interrupts) column are much too high. This machine is running with HZ=500, and "vmstat -i" reports a total interrupt rate of 628, which seems more reasonable. Regards Oliver -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dream" (E. A. Poe) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message