[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Strange errors with Net::SSH and all network libraries

Sebastian W.

4/1/2009 9:13:00 PM

Hello all,
I'm getting the strangest errors today whenever I use a library that
needs to over the network. I'm thinking this could be because I have a
really old network card?

I've traced through and the problem seems to be that whenever data is
about to go on the wire, I get an error back saying that the system is
out of TCP packets. Does anyone have any experience with how to fix
this? Do I need to replace my card, or do I have to "fill up" some Ruby
config file somewhere?

Any help appreciated! This has been bugging me ALL DAY.
--
Posted via http://www.ruby-....

2 Answers

Joel VanderWerf

4/1/2009 11:40:00 PM

0

Sebastian W. wrote:
> Hello all,
> I'm getting the strangest errors today whenever I use a library that
> needs to over the network. I'm thinking this could be because I have a
> really old network card?
>
> I've traced through and the problem seems to be that whenever data is
> about to go on the wire, I get an error back saying that the system is
> out of TCP packets. Does anyone have any experience with how to fix
> this? Do I need to replace my card, or do I have to "fill up" some Ruby
> config file somewhere?
>
> Any help appreciated! This has been bugging me ALL DAY.

You can buy fresh tcp packets in bulk at an office depot or equivalent.
Should run you about $0.10 the hundred, if you don't care about brand name.

It's April Fools' ALL DAY. Apologies if yours was a serious question.

--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

Sebastian W.

4/2/2009

0

Joel VanderWerf wrote:
> Sebastian W. wrote:
>>
>> Any help appreciated! This has been bugging me ALL DAY.
>
> You can buy fresh tcp packets in bulk at an office depot or equivalent.
> Should run you about $0.10 the hundred, if you don't care about brand
> name.
>
> It's April Fools' ALL DAY. Apologies if yours was a serious question.

Nope - you got it! ; )
--
Posted via http://www.ruby-....