Hi
Yesterday I got "fatal: read error: Connection reset by peer" to my "git pull" command. I thought it was only temporary network error, but same problem still exist today.
I can however access other remote git repositories succesfully from the same host.
--- #sip-router 10.58 < mslehto> hmm... I get "Connection reset by peer" to git fetch command 10.59 < mslehto> propably local issue if you just updated master branch succesfully 11.10 < iZverg> git pull 11.11 < iZverg> # git pull 11.11 < iZverg> Already up-to-date. 11.11 < iZverg> i think all ok with server 13.07 < mslehto> I don't get it .pcap dumps shows some git traffic to git.sip-router.org, but finally I get TCP RST 13.07 < mslehto> I have remote.origin.url=git://git.sip-router.org/sip-router 13.08 < mslehto> seems to be same as in http://kamailio.org/wiki/install/devel/git 13.13 < iZverg> url = git://git.sip-router.org/sip-router 13.13 < iZverg> Already up-to-date. ---
I think this is not local issue, any pointers what I should troubleshoot next?
UPDATE: I am able to get source code via "git clone" to fresh directory with no errors, confusing.
Am Freitag, 12. April 2013, 12:52:17 schrieb Mikko Lehto:
Yesterday I got "fatal: read error: Connection reset by peer" to my "git pull" command. I thought it was only temporary network error, but same problem still exist today.
I can however access other remote git repositories succesfully from the same host.
Hello,
I just had a look to the server. It works ok, but has a bit high load from the git web access application. I'll configure this a bit more restrictive, that it not cause this high load spikes.
Best regards,
Henning
Hello, I just checked too, it's works to me fine.
2013/4/12 Henning Westerholt hw@kamailio.org
Am Freitag, 12. April 2013, 12:52:17 schrieb Mikko Lehto:
Yesterday I got "fatal: read error: Connection reset by peer" to my "git pull" command. I thought it was only temporary network error, but same problem still exist today.
I can however access other remote git repositories succesfully from the
same
host.
Hello,
I just had a look to the server. It works ok, but has a bit high load from the git web access application. I'll configure this a bit more restrictive, that it not cause this high load spikes.
Best regards,
Henning
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
2013-04-12 (Fri) 13:00 UTC +0200 Henning Westerholt hw@kamailio.org:
I just had a look to the server. It works ok, but has a bit high load from the git web access application. I'll configure this a bit more restrictive, that it not cause this high load spikes.
Thanks. It does not work for me yet. I'll try again later.
Am Freitag, 12. April 2013, 13:00:22 schrieb Henning Westerholt:
Am Freitag, 12. April 2013, 12:52:17 schrieb Mikko Lehto:
Yesterday I got "fatal: read error: Connection reset by peer" to my "git pull" command. I thought it was only temporary network error, but same problem still exist today.
I can however access other remote git repositories succesfully from the same host.
I just had a look to the server. It works ok, but has a bit high load from the git web access application. I'll configure this a bit more restrictive, that it not cause this high load spikes.
Hello,
I've decreased the runs of the cron runs for the doxygen generation, the load should be much less now. I'll do a few more system maintenance tasks, sip- router.org will be therefore not available for a few minutes. I'll announce when I've finished the maintenance.
Henning
Am Freitag, 12. April 2013, 16:43:29 schrieb Henning Westerholt:
I've decreased the runs of the cron runs for the doxygen generation, the load should be much less now. I'll do a few more system maintenance tasks, sip- router.org will be therefore not available for a few minutes. I'll announce when I've finished the maintenance.
Hello,
sip-router.org is up again, all services should be available.
Best regards,
Henning Westerholt
2013-04-12 (Fri) 16:49 UTC +0200 Henning Westerholt hw@kamailio.org:
sip-router.org is up again, all services should be available.
Thanks, unfortunately still the same:
--- $ git pull fatal: read error: Connection reset by peer $ ---
I noticed Juha Heinänen also reported same on sr-dev.
Anything else I can do or should I just use new clone?
Hello,
try with a new clone and see if it works to pull afterwards.
Otherwise I cannot think of anything else than looking at network traffic to see if something is wrong there.
Cheers, Daniel
On 4/15/13 7:50 AM, Mikko Lehto wrote:
2013-04-12 (Fri) 16:49 UTC +0200 Henning Westerholt hw@kamailio.org:
sip-router.org is up again, all services should be available.
Thanks, unfortunately still the same:
$ git pull fatal: read error: Connection reset by peer $
I noticed Juha Heinänen also reported same on sr-dev.
Anything else I can do or should I just use new clone?
2013-04-15 (Mon) 23:45 UTC +0200 Daniel-Constantin Mierla miconda@gmail.com:
try with a new clone and see if it works to pull afterwards.
Otherwise I cannot think of anything else than looking at network traffic to see if something is wrong there.
New clone seem to pull fine. Maybe we troubleshoot more if this reoccurs.
On 4/19/13 11:43 AM, Mikko Lehto wrote:
2013-04-15 (Mon) 23:45 UTC +0200 Daniel-Constantin Mierla miconda@gmail.com:
try with a new clone and see if it works to pull afterwards.
Otherwise I cannot think of anything else than looking at network traffic to see if something is wrong there.
New clone seem to pull fine. Maybe we troubleshoot more if this reoccurs.
Something was, indeed, I got it in one case -- but no time to look deeper at it so far, a new clone seem to work fine.
Cheers, Daniel