From owner-freebsd-current@FreeBSD.ORG Wed Nov 22 18:44:33 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F1F716A412 for ; Wed, 22 Nov 2006 18:44:33 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4319443D6B for ; Wed, 22 Nov 2006 18:43:55 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so219969uge for ; Wed, 22 Nov 2006 10:44:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition; b=LYM2UZswKhFSDSPO31OQduKkIyn4HR32wPuB7VRD8oouez0tkUrYOLKLtiocwe1wSCW2U1Vtj82KCRjbBFdWgo1De6gNizjNuLYNWyoUawttZqROqU+GMzjEq17p0BWOWYyfOoPfYnPNqWwKpv7+VwNSncRdS5L2T7ht1VS288M= Received: by 10.66.232.9 with SMTP id e9mr3630322ugh.1164221059066; Wed, 22 Nov 2006 10:44:19 -0800 (PST) Received: from roadrunner.q.local ( [85.180.138.158]) by mx.google.com with ESMTP id s7sm11965652uge.2006.11.22.10.44.18; Wed, 22 Nov 2006 10:44:18 -0800 (PST) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.8/8.13.8) with ESMTP id kAMIiBEs002546 for ; Wed, 22 Nov 2006 19:44:11 +0100 (CET) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.8/8.13.8/Submit) id kAMIiBCI002545 for current@freebsd.org; Wed, 22 Nov 2006 19:44:11 +0100 (CET) (envelope-from uspoerlein@gmail.com) Date: Wed, 22 Nov 2006 19:44:11 +0100 From: Ulrich Spoerlein To: current@freebsd.org Message-ID: <20061122184411.GB1522@roadrunner.q.local> Mail-Followup-To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Subject: Expensive timeout in nfs_socket.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 22 Nov 2006 18:44:33 -0000 Hi, I just wanted to report that I always get at least one "expensive timeout" warning per boot on a fairly recent current. Always when accessing large data sets from NFS. Expensive timeout(9) function: 0xc062b1bc(0) 0.102241471 s igor# addr2line -e /boot/kernel/kernel.symbols 0xc062b1bc /vol/src/sys/nfsclient/nfs_socket.c:1357 I also got one from syscons, but I've since removed the flags from rc.conf, as the machine is headless. For the curious: Expensive timeout(9) function: 0xc04a1444(0xc07a2880) 0.008804956 s igor# addr2line -e kernel.symbols 0xc04a1444 /vol/src/sys/dev/syscons/syscons.c:1688 I have kern.hz=100 in /boot/loader.conf, if that is important. Ulrich Spoerlein -- A: Yes. >Q: Are you sure? > >A: Because it reverses the logical flow of conversation. > >>Q: Why is top posting frowned upon?