https://bugzilla.wikimedia.org/show_bug.cgi?id=65588

--- Comment #2 from Bryan Davis <[email protected]> ---
On deployment-bastion, /home/l10nupdate and
/mnt/srv/scap-stage-dir/php-master/cache/l10n contain all of the files owned by
the l10nupdate user. 

/home/l10nupdate is on nfs so it only needsto be changed from one host rather
than all.

The salt commands that I will run to correct the ownership are:

  find /home/l10nupdate -user 602 -exec chown -h 10002 {} \;

  find /home/l10nupdate -group 602 -exec chgrp -h 10002 {} \;

  salt '*' cmd.run 'nice -n 19 find / -fstype nfs -prune -o -user 602 -exec
chown -h 10002 {} +'

  salt '*' cmd.run 'nice -n 19 find / -fstype nfs -prune -o -group 602 -exec
chgrp -h 10002 {} +'

-- 
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

Reply via email to