ngctl: send msg: No buffer space available
Ragnar Lonn
raglon at packetfront.com
Tue Oct 18 03:41:27 PDT 2005
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
More information about the freebsd-net
mailing list