elia has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
djbkd has joined #rubygems
djbkd has quit [Remote host closed the connection]
houhoulis has joined #rubygems
rahult has joined #rubygems
djbkd has joined #rubygems
tenderlove has joined #rubygems
rahult is now known as rahult_
rahult_ is now known as rahult
rahult is now known as rahult_
djbkd has quit [Quit: My people need me...]
huoxito has quit [Remote host closed the connection]
cstrahan has quit []
cstrahan has joined #rubygems
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #rubygems
huoxito_ has joined #rubygems
tenderlove has quit [Read error: Connection reset by peer]
djbkd has joined #rubygems
tenderlove has joined #rubygems
huoxito_ has quit [Remote host closed the connection]
tenderlove has quit [Ping timeout: 244 seconds]
tenderlove has joined #rubygems
shaileshg has joined #rubygems
djbkd has quit [Quit: My people need me...]
tenderlove has quit [Ping timeout: 240 seconds]
Jamo has quit [*.net *.split]
\13k has quit [*.net *.split]
drizz has quit [*.net *.split]
lucas has quit [*.net *.split]
Jamo has joined #rubygems
lucas has joined #rubygems
drizz has joined #rubygems
ngpestelos has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
\13k has joined #rubygems
tenderlove has joined #rubygems
clauswitt has joined #rubygems
havenwood has quit []
elia has joined #rubygems
tenderlove has quit [Ping timeout: 276 seconds]
tenderlove has joined #rubygems
shaileshg has quit [Quit: Connection closed for inactivity]
houhoulis has quit [Remote host closed the connection]
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #rubygems
ngpestelos has joined #rubygems
rahult_ has quit [Ping timeout: 272 seconds]
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #rubygems
ngpestelos has quit [Ping timeout: 252 seconds]
morphis has quit [Ping timeout: 256 seconds]
morphis has joined #rubygems
clauswitt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #rubygems
rahult has joined #rubygems
rahult is now known as rahult_
rahult_ is now known as rahult
clauswitt has joined #rubygems
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #rubygems
puppeh has joined #rubygems
morphis has quit [Ping timeout: 265 seconds]
morphis has joined #rubygems
houhoulis has joined #rubygems
rahult is now known as rahult_
rahult_ is now known as rahult
rahult is now known as rahult_
rahult_ is now known as rahult
bbrowning_away is now known as bbrowning
Zamyatin has joined #rubygems
Zamyatin has quit [Remote host closed the connection]
havenwood has joined #rubygems
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #rubygems
rahult has quit [Quit: Back to the world of zombies]
shazaum has joined #rubygems
imperator has joined #rubygems
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #rubygems
clauswitt has quit [Quit: Textual IRC Client: www.textualapp.com]
tenderlove has quit [Read error: Connection reset by peer]
houhoulis has quit [Remote host closed the connection]
tenderlove has joined #rubygems
Zamyatin has joined #rubygems
Zamyatin has quit [Max SendQ exceeded]
Zamyatin has joined #rubygems
Zamyatin has quit [Max SendQ exceeded]
Zamyatin has joined #rubygems
Zamyatin has quit [Max SendQ exceeded]
Zamyatin has joined #rubygems
Zamyatin has quit [Max SendQ exceeded]
Zamyatin has joined #rubygems
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #rubygems
tenderlove has quit [Remote host closed the connection]
huoxito has joined #rubygems
huoxito has quit [Remote host closed the connection]
huoxito has joined #rubygems
Zamyatin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
lcx has joined #rubygems
bbrowning is now known as bbrowning_away
elia has quit [Quit: Computer has gone to sleep.]
bbrowning_away is now known as bbrowning
djbkd has joined #rubygems
tenderlove has joined #rubygems
lcx has quit [Quit: lcx]
tenderlove has quit [Remote host closed the connection]
davispuh has joined #rubygems
tenderlove has joined #rubygems
tenderlove has quit [Ping timeout: 252 seconds]
tenderlove has joined #rubygems
hakunin has quit []
wpp has joined #rubygems
<wpp> Hi, I'm having an issue where connections to aws-eu-cache01.rubygems.org (54.216.164.178) seem to be "freezing". Is this the right place to discuss?
<havenwood> wpp: This is one of the best places but depending on the time and day it can take a while for a response. You might want to also ask in a bustling channel like #ruby.
<wpp> havenwood ok. I think I'll just lay it out here and if nobody responds I'll head over to #ruby.
<wpp> havenwood is that ok?
<havenwood> wpp: Sounds good to me!
<wpp> Ok, since monday or tuesday I've noticed that bundle installs "failed". I went home those days and could not reproduce the issue. It just seemed to happen @work
<wpp> So today I noticed that curl -v https://aws-eu-cache01.rubygems.org sometimes "hangs" at * Connected to aws-eu-cache01.rubygems.org (54.216.164.178) port 443 (#0)
<wpp> I put curl in an endless loop and could constantly reproduce the issue.
davispuh has quit [Remote host closed the connection]
tenderlove has quit [Remote host closed the connection]
<wpp> unfortunately thats about as much information I could get from curl, so I installed wireshark (and X11 :)) recorded the requests and now I've loaded the file into wireshark
davispuh has joined #rubygems
<wpp> I'm not sure how I can export a tcp flow so I took a screenshot https://cloud.githubusercontent.com/assets/942021/7754946/dbc1de52-fff0-11e4-8603-e48e8ad0c470.png
<wpp> It seems like the TCP handshake works and we see the client hello from tls
<wpp> but the server hello never makes it
<wpp> a co-worker said he had experienced something where large packets were lost and he fixed it by setting the MTU (from 1500 to 1400)
<wpp> that seemed to make the problem occur less often, but not fix it permanently.
<wpp> I don't quite understand how the curl client gets into this "hanging" state btw, can someone make sense out of that tcp-flow I posted?
huoxito has quit [Remote host closed the connection]
<wpp> seems like the server tries sending the hello, never gets ack and the [fin,acks]
<wpp> curl [fin, acks] but why does it keep on re-transmitting at that point?
<imperator> wpp, might have better luck in #curl
huoxito has joined #rubygems
<wpp> imperator thanks for the suggestion, I will try
huoxito_ has joined #rubygems
huoxito has quit [Ping timeout: 240 seconds]
havenwood has quit [Ping timeout: 264 seconds]
<wpp> Just in case someone might know someone...I've documented my problem here https://gist.github.com/wpp/286607220876d553d365 As I'm currently not able to reproduce from @home I'll just go to bed :) Thanks anyways!
wpp has quit []
TheMoonMaster has quit [Ping timeout: 250 seconds]
elia has joined #rubygems
TheMoonMaster has joined #rubygems
djbkd has quit [Remote host closed the connection]
davispuh has quit [Remote host closed the connection]
djbkd has joined #rubygems
rmichael has joined #rubygems
havenwood has joined #rubygems
bbrowning is now known as bbrowning_away
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
imperator has quit [Quit: Leaving]
rmichael has quit []
_havenn has joined #rubygems
havenwood has quit [Ping timeout: 276 seconds]
huoxito has joined #rubygems
huoxito_ has quit [Read error: Connection reset by peer]
elia has quit [Quit: Computer has gone to sleep.]
_havenn is now known as havenwood
shazaum has quit [Quit: This computer has gone to sleep]
houhoulis has joined #rubygems
houhoulis has quit [Ping timeout: 240 seconds]
houhoulis has joined #rubygems