Date: Tue, 18 Oct 2005 12:39:41 +0200 From: Ragnar Lonn <raglon@packetfront.com> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: freebsd-net@FreeBSD.org Subject: Re: ngctl: send msg: No buffer space available Message-ID: <4354D0ED.3030200@packetfront.com> In-Reply-To: <20051018102849.GD57000@ip.net.ua> References: <4354B7E1.9080708@packetfront.com> <20051018102849.GD57000@ip.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Ermilov wrote: >On Tue, Oct 18, 2005 at 10:52:49AM +0200, Ragnar Lonn wrote: > > >>Hi all, >> >>I've run into the above problem with Netgraph on a FreeBSD 4.11 system. >>I know there >>are sysctl's (net.graph.recvspace and net.graph.maxdgram) you can set in >>5.x but how >>can I get around this problem on a 4.x machine where these sysctl >>variables dont exist? >> >> >> >They do exist for sure: > >Perhaps the ng_socket.ko module isn't loaded? > > > Oops. "kldload ng_socket" made things a lot better, thanks :) I was a bit perplexed as I checked the ng_socket code and saw it reading those variables but I couldn't set them with sysctl. Didn't think about checking whether the module was actually loaded... /Ragnar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4354D0ED.3030200>