https://bugzilla.wikimedia.org/show_bug.cgi?id=71354
Bryan Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Bryan Davis <[email protected]> --- (In reply to dan from comment #0) > actual results > -------------- > ==> default: Error: mwscript importDump.php --wiki=wiki > /vagrant/puppet/modules/role/files/gwtoolset/template/De.xml returned > instead of one of [0] > ==> default: Error: > /Stage[main]/Role::Gwtoolset/Mediawiki::Import_dump[template_de]/ > Exec[import_dump_template_de]/returns: change from notrun to 0 failed: > mwscript importDump.php --wiki=wiki > /vagrant/puppet/modules/role/files/gwtoolset/template/De.xml returned > instead of one of [0] Can you run the import command directly in the VM to get a better idea of why the maintenance script is failing? `vagrant ssh; mwscript importDump.php --wiki=wiki /vagrant/puppet/modules/role/files/gwtoolset/template/De.xml` Alternately, run `vagrant provision` again but with verbose logging: `PUPPET_DEBUG=1 vagrant provision` -- 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
