From owner-freebsd-net@FreeBSD.ORG Tue Oct 18 10:32:34 2005 Return-Path: X-Original-To: freebsd-net@FreeBSD.org Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4634716A41F for ; Tue, 18 Oct 2005 10:32:34 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F7843D48 for ; Tue, 18 Oct 2005 10:32:33 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j9IAWVrb006814; Tue, 18 Oct 2005 13:32:31 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 94708-03-2; Tue, 18 Oct 2005 13:32:26 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j9IASrnK006642 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Oct 2005 13:28:53 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id j9IASnLF015920; Tue, 18 Oct 2005 13:28:49 +0300 (EEST) (envelope-from ru) Date: Tue, 18 Oct 2005 13:28:49 +0300 From: Ruslan Ermilov To: Ragnar Lonn Message-ID: <20051018102849.GD57000@ip.net.ua> References: <4354B7E1.9080708@packetfront.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M38YqGLZlgb6RLPS" Content-Disposition: inline In-Reply-To: <4354B7E1.9080708@packetfront.com> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: freebsd-net@FreeBSD.org Subject: Re: ngctl: send msg: No buffer space available X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 10:32:34 -0000 --M38YqGLZlgb6RLPS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 18, 2005 at 10:52:49AM +0200, Ragnar Lonn wrote: > Hi all, >=20 > I've run into the above problem with Netgraph on a FreeBSD 4.11 system.= =20 > I know there > are sysctl's (net.graph.recvspace and net.graph.maxdgram) you can set in= =20 > 5.x but how > can I get around this problem on a 4.x machine where these sysctl=20 > variables dont exist? >=20 They do exist for sure: $ uname -r 4.11-STABLE $ sysctl net.graph net.graph.abi_version: 2 net.graph.msg_version: 2 net.graph.maxdgram: 20480 net.graph.recvspace: 20480 net.graph.family: 32 net.graph.data.proto: 1 net.graph.control.proto: 2 Perhaps the ng_socket.ko module isn't loaded? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --M38YqGLZlgb6RLPS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDVM5hqRfpzJluFF4RAq2rAJ9ffvAi78+ODkCKSpA4lt1Rwijr5wCfSvCl P9+C8RK2by+f6sXK9ATNOd8= =D5+8 -----END PGP SIGNATURE----- --M38YqGLZlgb6RLPS--