From owner-freebsd-stable@FreeBSD.ORG Sat May 14 20:18:35 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B8A516A4CE for ; Sat, 14 May 2005 20:18:35 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19A0043D7F for ; Sat, 14 May 2005 20:18:35 +0000 (GMT) (envelope-from nohuman@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1234402wra for ; Sat, 14 May 2005 13:18:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CS6V2t403HPzXjhG153GoP7bF6s5raFHbVnjqhwZEVAdw3OlosIk/EW78ZxmAnDK0OA5YyKZb025tqqzMJDPi5DhXkXA4M7Eb7u2QYIZWCmFAW12kTLlPWZMz//45t38n+hFhZOejPlMUC7BKOTT5g+b3Usha70fjHBN4sFct5k= Received: by 10.54.40.35 with SMTP id n35mr2623731wrn; Sat, 14 May 2005 13:18:34 -0700 (PDT) Received: by 10.54.31.21 with HTTP; Sat, 14 May 2005 13:18:34 -0700 (PDT) Message-ID: <5e51d2fd05051413181fe1bd84@mail.gmail.com> Date: Sat, 14 May 2005 22:18:34 +0200 From: Thomas Beer To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: DEVFS Overflow table X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas Beer List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 20:18:35 -0000 Dear all, after upgrading from 5.3 to 5.4-Stable I get=20 DEVFS Overflow table with 65538 entries allocated I already doubled the values in the kernel config via options NDEVFSINO=3D2050 options NDEVFSOVERFLOW=3D65538 with no avail. The error message pops up if a user (fails to) start ppp but not if root starts ppp. Any pointers? Cheers Tom