Re: sys. error messages

Alan Cox (alan@cymru.net)
Mon, 3 Jun 1996 09:19:53 +0100 (BST)


> Hi there,
> what is this error meant? It's reported to me in syslog.
>
> kernel: UNIX: create: can't allocate buffer
>
> is it big problem?.

In 1.2.x you have a limited number of unix domain sockets (fixed for 2.0).
You've used them all up. See /usr/include/linux/net.h

Alan