* git.netfilter.org upload-pack seems busy
@ 2010-03-03 17:59 Jan Engelhardt
2010-03-04 10:27 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2010-03-03 17:59 UTC (permalink / raw)
To: Netfilter Developer Mailing List
Hi,
today I notice that cloning from git.netfilter.org has a slow start
(affects conntrack-tools and iptables, perhaps others). Not sure what it
does - directory indexing? Anyway, this is the interesting part of the
strace log:
1267638794.328685 execve("/usr/bin/git", ["git", "clone", "git://git.netfilter.org/conntrac"...], [/* 76 vars */]) = 0
...
1267638794.392196 socket(PF_INET6, SOCK_STREAM, IPPROTO_TCP) = 3
1267638794.392227 connect(3, {sa_family=AF_INET6, sin6_port=htons(9418), inet_pton(AF_INET6, "2001:780:45:1d:20d:93ff:fe9b:e443", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = 0
1267638794.666742 dup(3) = 4
1267638794.666782 write(4, "003cgit-upload-pack /conntrack-t"..., 60) = 60
1267638794.666846 read(3, "007c", 4) = 4
1267638874.678481 read(3, "58b363d32bf9b8b504c5664ae4d8b3bb"..., 120) = 120
1267638874.678549 read(3, "003f", 4) = 4
...
1267638876.552753 exit_group(0) = ?
Note the high delay between the git-upload-pack request and the
resulting answer.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git.netfilter.org upload-pack seems busy
2010-03-03 17:59 git.netfilter.org upload-pack seems busy Jan Engelhardt
@ 2010-03-04 10:27 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2010-03-04 10:27 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Netfilter Developer Mailing List
Jan Engelhardt wrote:
> Hi,
>
>
> today I notice that cloning from git.netfilter.org has a slow start
> (affects conntrack-tools and iptables, perhaps others). Not sure what it
> does - directory indexing? Anyway, this is the interesting part of the
> strace log:
>
>
>
>
> 1267638794.328685 execve("/usr/bin/git", ["git", "clone", "git://git.netfilter.org/conntrac"...], [/* 76 vars */]) = 0
> ...
> 1267638794.392196 socket(PF_INET6, SOCK_STREAM, IPPROTO_TCP) = 3
> 1267638794.392227 connect(3, {sa_family=AF_INET6, sin6_port=htons(9418), inet_pton(AF_INET6, "2001:780:45:1d:20d:93ff:fe9b:e443", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = 0
> 1267638794.666742 dup(3) = 4
> 1267638794.666782 write(4, "003cgit-upload-pack /conntrack-t"..., 60) = 60
> 1267638794.666846 read(3, "007c", 4) = 4
> 1267638874.678481 read(3, "58b363d32bf9b8b504c5664ae4d8b3bb"..., 120) = 120
> 1267638874.678549 read(3, "003f", 4) = 4
> ...
> 1267638876.552753 exit_group(0) = ?
>
>
> Note the high delay between the git-upload-pack request and the
> resulting answer.
Its pretty quick here. Perhaps try IPv4.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-04 10:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-03 17:59 git.netfilter.org upload-pack seems busy Jan Engelhardt
2010-03-04 10:27 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.