Re: -current network buffer exhaustion on RPi2 armv7

bob prohaska <[email protected]> Sat, 21 Feb 2026 17:13:36 -0800
Newsgroups gmane.os.freebsd.devel.arm
Message-ID <[email protected]>
On Sat, Feb 21, 2026 at 03:40:45PM -0800, Mark Millard wrote:
> On 2/21/26 13:43, bob prohaska wrote:
> > 
> > My hope is that knowing which process can report what error will
> > clarify what's going wrong. If there are more fruitful things to
> > explore please indicate. 
> 
> Good hunting. (I did not show all the steps for tracking down what I
> showed.)
> 

It appears that the hunting is rather too good. Both "no buffer space
available" and "Can't assign requested address" have numerous possible
sources. Using wpa_cli as a logger distinct from the console output
is likely more productive. 

My first thought was to use something like
wpa_cli > wpa_cli.log &
on the serial console, but backgrounding the job seems to suspend wpa_cli.

Strangely, starting 
wpa_cli > wpa_ci.log
in the foreground, suspending it and then putting it in the background
with bg lets it keep running. That's aberrant. 

I'll let it run overnight.

Thanks for writing!

bob prohaska