https://bugzilla.wikimedia.org/show_bug.cgi?id=47827
--- Comment #8 from Antoine "hashar" Musso <[email protected]> --- The api URL should be http://deployment.wikimedia.beta.wmflabs.org/w/api.php . Due to labs instance running behind a NAT, they can not access the FQDN (bug 45868). On deployment-bastion I have setup a hack to rewrite the IP packet to points directly to the instance cache: root@deployment-bastion:~# iptables -t nat -I OUTPUT --dest 208.80.153.219 -j DNAT --to-dest 10.4.0.17 Then reran the command with the proper URL: $ mwscript extensions/Wikibase/lib/maintenance/populateSitesTable.php --wiki=wikidatawiki --load-from=http://deployment.wikimedia.beta.wmflabs.org/w/api.php done. $ -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
