I got really weird problems on my build diff script today, with a gazillion of them frozen (they're triggered by cron). I tracked it down to a non-working IPv6 connection to xs-dev.
This hangs: [EMAIL PROTECTED]:~$ curl -I http://xs-dev.laptop.org/ but forcing IPv4 makes it work: [EMAIL PROTECTED]:~$ curl -I -4 http://xs-dev.laptop.org/ - Bert - _______________________________________________ Devel mailing list [email protected] http://lists.laptop.org/listinfo/devel
