Hi all,
> After reverting everything back to IPv4, the "No buffer space available"
> seems to be gone.
>
> Maybe this is related to some other problem with this driver, (IPSEC etc).
It happened ago this weekend. So it is unrelated to IP_v6
Martin
___
Hi,
With a new Kernel and some tweaks (PREEMPTION) disabled I can let
our 2CPU IBM server running about one hour, and then I get:
ping: sendto: No buffer space available
and the box disappears from net ...
em0: flags=8843 mtu 1500
options=1b
inet 157.161.9.17 netmask 0xff00
rg/~mbr/patches/if_sis_stable.diff
Martin
Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
--
ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH
Phone: +41 61 826 93 00 Fax: +41 61 826 93 01
PGP:
PGP Fingerprint
Hi Thomas,
> s = splnet();
> + if (so->so_state & (SS_ISCONNECTED | SS_ISCONNECTING)) {
> + splx(s);
> + return (EINVAL);
> + }
> error = (*so->so_proto->pr_usrreqs->pru_listen)(so, td);
> if (error) {
> splx(s);
>
Can you commit th
Hi Thomas,
> The solution should be to reject the listen() with EINVAL (which seems
> to be that standard-mandated error for connected sockets); patch
> attached.
Cool, thank you for the proposed solution. I suspected something like this;
rpcgen does generate quite broken code sometimes, and nob