Re: sendto: No buffer space available

2003-07-30 Thread Mark Koskenmaki
I use a freebsd box as a gateway for my home network. It uses a dialup internet connection. When my ISP is having network problems, I will get the precise same issue. I have also had the modem crash, and also got the same problem. I could fix it by killing ppp and restarting it.That clears

Re: sendto: No buffer space available

2003-07-30 Thread Haesu
I did ifconfig down/up on all interfaces, and that didn't help... The only way to clear it up seems like rebooting the whole box.. This one isn't related to any ppp, it has gre tunnels which are kernel based... This is bazzarre problem.. none of the other boxes exhibit this problem ever..

Re: sendto: No buffer space available

2003-07-30 Thread Dave Byrne
I had the same exact problem. I traced it to be a bug in some software that opened a domain socket(2) but could not connect(2) and never closed the descriptor returned. something like: sd = socket(AF_UNIX, SOCK_STREAM, 0); ... if(connect(sd, (struct sockaddr *)saddr, sizeof(saddr)) 0) {

Re: sendto: No buffer space available

2003-07-30 Thread Haesu
Hmmm... i had truss running but the moment it died it was running gettimeoftheday() so i am not sure :-/ I tried different ports on the switch.. It's a cisco switch btw, and other freebsd boxes on that switch are not exhibiting similar problem I'll try putting this behind a hub or

RE: sendto: No buffer space available

2003-07-30 Thread Lapinski, Michael (Research)
market for maybe five computers. - IBM Chairman Thomas Watson, 1943 --Original Message- -From: Haesu [mailto:[EMAIL PROTECTED] -Sent: Wednesday, July 30, 2003 4:26 PM -To: Dave Byrne; [EMAIL PROTECTED]; [EMAIL PROTECTED] -Subject: Re: sendto: No buffer space available - - -Hmmm... i

Re: sendto: No buffer space available

2003-07-30 Thread JacobRhoden
On Thu, 31 Jul 2003 06:25 am, Haesu wrote: Hmmm... i had truss running but the moment it died it was running gettimeoftheday() so i am not sure :-/ If it is software, the other thing to try might be sockstat if your not already aware of it (it lists all the sockets being used by which