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. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html