[Bug 65588] l10nupdate gid should be 10002 to match production/Puppet

2014-06-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65588

Bryan Davis bda...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Bryan Davis bda...@wikimedia.org ---
LDAP and file system fixed. Thanks Andrew!

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 65588] l10nupdate gid should be 10002 to match production/Puppet

2014-06-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65588

--- Comment #2 from Bryan Davis bda...@wikimedia.org ---
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 65588] l10nupdate gid should be 10002 to match production/Puppet

2014-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65588

--- Comment #1 from Andrew Bogott abog...@wikimedia.org ---
I'm going to change this tomorrow.  After that some file ownership will need to
change... via running something like this on the beta salt master:

$ salt -E '*' cmd.run 'find / -user 602 -print0 | xargs -0 chown -h 10002'

(And then whatever the equivalent is for gid)

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 65588] l10nupdate gid should be 10002 to match production/Puppet

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65588

Bryan Davis bda...@wikimedia.org changed:

   What|Removed |Added

   Keywords||ops

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l