https://bugzilla.wikimedia.org/show_bug.cgi?id=70959
--- Comment #4 from Dan Duvall <[email protected]> --- MWV's mediawiki class does set the right permissions on its $cache_dir. file { [ $cache_dir, $upload_dir ]: ensure => directory, owner => 'vagrant', group => 'www-data', mode => '0775', } And the configuration in hieradata/common.yaml specifies /var/cache/mediawiki for $cache_dir so I'm not sure why the import script is trying to use medawiki/cache. dduvall@multimedia-perf:~$ ls -ld /var/cache/mediawiki/ drwxrwxr-x 2 vagrant www-data 4096 Sep 17 22:49 /var/cache/mediawiki/ The real issue seems to be that either: 1) MWV isn't configuring $wgFileCacheDirectory in a way that affects the import script; or 2) the import script isn't respecting this setting. -- 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
