https://bugzilla.wikimedia.org/show_bug.cgi?id=69590
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|[email protected]. |[email protected] |org | --- Comment #9 from Antoine "hashar" Musso <[email protected]> --- scap use deployment-rsync01 as a proxy from which application servers are instructed to pull from. A shortened version of the rsync command executed on deployment-rsync01 is: rsync01$ rsync ... deployment-bastion.eqiad.wmflabs::common /usr/local/apache/common-local And: rsync01$ readlink -f /usr/local/apache/common-local /usr/local/apache/common-local That copy is up to date. rsync01 also has a /srv/common-local directory which is out of date. The most frequent file I found is from August 13th 21:13 UTC (might be one a bit more recent). I suspect the apache sync from /srv/common-local instead of /usr/local/apache/common-local or that /usr/local/apache/common-local should symlink to /srv/common-local. Running puppet on deployment-mediawiki01 : Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: File[/usr/local/apache/common-local] is already declared in file /etc/puppet/modules/beta/manifests/common.pp:8; cannot redeclare at /etc/puppet/modules/mediawiki/manifests/sync.pp:26 on node i-0000044e.eqiad.wmflabs And that sounds familiar. So as usual, the issue lies in our configuration management which is not surprising. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
