From owner-freebsd-current@FreeBSD.ORG Tue Oct 15 14:17:38 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5956F3C6 for ; Tue, 15 Oct 2013 14:17:38 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog125.obsmtp.com (eu1sys200aog125.obsmtp.com [207.126.144.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B342F27C1 for ; Tue, 15 Oct 2013 14:17:37 +0000 (UTC) Received: from mail-wg0-f44.google.com ([74.125.82.44]) (using TLSv1) by eu1sys200aob125.postini.com ([207.126.147.11]) with SMTP ID DSNKUl1OetBOhMDAJ77z42xOJ3KMT01jV1qr@postini.com; Tue, 15 Oct 2013 14:17:37 UTC Received: by mail-wg0-f44.google.com with SMTP id n12so7651516wgh.23 for ; Tue, 15 Oct 2013 07:17:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to; bh=d3m6irkYhFk09xY5JV48Qrr6QJXacaQw5uKffXZ2JeY=; b=dkHLIYdZv/CcA8JHw0rzT07jAstaiww7jZlUmoNk/INExbScWUCF3fmsNO34F9K+pb u6vncDoHaS0YLWJ+cFIDcEDaETtbL5BUnq5DhxrBk4zSGfFsRm3whaXaaiwNau0/mWbq vtgjuujw/QDt5CYlrxwhwD88XAcCIp57A+2pR2uw2jBplDbsoaY4JuEVPCYrNccw9YLN s2onZpwb/B1zGOTtASYv+wUPwxoGbvaT+fvj0/Pv85kIhkDKKA3nz0gZNtg8C//WW0+w fFudIj74RbVI8qh3q5BNlCWMGARtw5xYKjGgggXLnyo0TTa9kyHkqWynCxeRhUl5hgFg snuQ== X-Gm-Message-State: ALoCoQmZk5RttXVpZacIIfOWIa29Oc8iWSIJEZzWda0tMLspHw1u+35z9CznjGW4w2FoDcbTVQQ0LBR/DPVw8EMkYqfS1mhZ0JVt/BB6E05ipW2tvjwdEZiY5W+/lFFo7ookUD+G/kZO0WzCU9oG3a1S6FLVLz3NW8ICVIruLZvzI70q42aPSaI= X-Received: by 10.180.99.99 with SMTP id ep3mr19820933wib.11.1381846649926; Tue, 15 Oct 2013 07:17:29 -0700 (PDT) X-Received: by 10.180.99.99 with SMTP id ep3mr19820926wib.11.1381846649866; Tue, 15 Oct 2013 07:17:29 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id dq11sm563876wid.3.2013.10.15.07.17.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Oct 2013 07:17:28 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r9FEHRUv047122 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 15 Oct 2013 15:17:27 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r9FEHRe8047121 for freebsd-current@freebsd.org; Tue, 15 Oct 2013 15:17:27 +0100 (BST) (envelope-from mexas) Date: Tue, 15 Oct 2013 15:17:27 +0100 (BST) From: Anton Shterenlikht Message-Id: <201310151417.r9FEHRe8047121@mech-cluster241.men.bris.ac.uk> To: freebsd-current@freebsd.org Subject: WITNESS: unable to allocate a new witness object X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 14:17:38 -0000 I'm trying to set up textdump(4). On boot I see: WITNESS: unable to allocate a new witness object also Expensive timeout(9) function: 0x9ffc000000e222e0(0xa0000000009ed320) 0.002434387 s kickstart. Does the first indicate I haven't set up WITNESS correctly? What does the second tell me? Thanks Anton