User Tools

Site Tools


build:users

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
build:users [2006/12/17 17:14]
64.48.129.20
build:users [2008/01/31 15:52]
4.245.79.82
Line 98: Line 98:
   * "​webhead"​ on AIX at UID 600, GID 80  - On debian "​www-data"​ is UID and GID 33.   * "​webhead"​ on AIX at UID 600, GID 80  - On debian "​www-data"​ is UID and GID 33.
     * The home directory for www-data (/var/www) is not being used for the SLUUG web site, on bud it is being put in /home/web.     * The home directory for www-data (/var/www) is not being used for the SLUUG web site, on bud it is being put in /home/web.
- 
- 
- 
- 
- 
  
 ==== What to change as preparation for the move: ==== ==== What to change as preparation for the move: ====
Line 119: Line 114:
  
 === Software preparation on new systems: === === Software preparation on new systems: ===
-  * Install ksh93, tcsh, and csh using apt-get Add sym links for path variations and add to /​etc/​shells. +  * Install ksh93, tcsh, and csh using the procedure on the [[misc]] page
-<​code>​ +
-apt-get install ksh +
-apt-get install tcsh +
-apt-get install csh +
-ln -s /bin/bash /bin/csh /bin/ksh /bin/sh /bin/tcsh /​usr/​local/​bin +
-ln -s /bin/bash /bin/csh /bin/ksh /bin/sh /bin/tcsh /usr/bin +
-ln -s /​usr/​bin/​perl ​ /​usr/​local/​bin +
-ln -s /​usr/​bin/​perl ​ /bin +
-</​code>​+
   * Also install rsync for cross-system backups. ​ Documented on the [[misc]] page.   * Also install rsync for cross-system backups. ​ Documented on the [[misc]] page.
  
Line 146: Line 133:
 Edit /etc/group and /​etc/​gshadow. ​ Move "​useracct"​ just before "​users"​. Edit /etc/group and /​etc/​gshadow. ​ Move "​useracct"​ just before "​users"​.
 </​code>​ </​code>​
 +When tried 01/30/08 on the reloaded systems, unable to add the group with GID 4294967294 ​ because the groupadd command failed with error message "​invalid numeric argument '​4294967294'"​. ​ This worked before the systems were reloaded.
  
 === User/UID changes on new systems: === === User/UID changes on new systems: ===
-  * Rename 6 installation accounts with the same name as an existing user account. ​ Do not change UID or GID number.+  * Rename 6 installation accounts with the same name as an existing user account. ​ Do not change UID or GID number.  For the reloaded systems, there are different accounts on each system, and the decision was to not rename them, but to not copy them from michelob and change the UID of the existing accounts. ​ So this step was not done on the reloaded systems.
 <​code>​ <​code>​
   - Repeat for each account:   - Repeat for each account:
Line 203: Line 191:
             2>&1 | tee "​${work_base}"/​filter_passwd.log             2>&1 | tee "​${work_base}"/​filter_passwd.log
 </​code>​ </​code>​
 +The code is documented on [[filter_passwd.pl]] and [[odm-comb.pl]].
   * Add to normal and shadow passwd files on bud and budlight.   * Add to normal and shadow passwd files on bud and budlight.
 <​code>​ <​code>​
build/users.txt · Last modified: 2010/09/23 18:07 by SLUUG Administration