User Tools

Site Tools


hwmig2007usergroup
no way to compare when less than two revisions

Differences

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


hwmig2007usergroup [2015/06/09 15:23] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +[[:TuxSoftware]]
 +
 +====== Users ======
 +
 +===== Users on real tux that aren't needed on new tux =====
 +
 +  * jerry
 +  * mysql
 +
 +===== Users on new tux that weren't on real tux =====
 +
 +  * dmitriy
 +  * natalia
 +  * scott5
 +  * hagemeister
 +
 +===== Users on new tux whose home directories don't exist: =====
 +<code>
 +cut -d: --output-delimiter=' ' /etc/passwd | { while read USER DIR; do if [ ~! -d $DIR ]; then echo $USER $DIR; fi; done }
 +</code>
 +
 +  * news /var/spool/news
 +  * uucp /var/spool/uucp
 +  * list /var/list
 +  * irc /var/run/ircd
 +  * gnats /var/lib/gnats
 +
 +
 +====== Groups ======
 +
 +====== To be investigated ======
 +
 +===== Users =====
 +
 +  * cvsd00d -> can be removed
 +    * /var/mail/cvsd00d
 +    * /home/cvsd00d/*
 +  * dcc (on real tux): Distributed Checksum Clearinghouse (spam-related) -> can be removed
 +    * /etc/dcc/*
 +    * /var/lib/dcc -> log files last touched 2005
 +    * /usr/bin/cdcc
 +    * /usr/bin/dccsight
 +  * identd (on new tux)
 +  * zee (on real tux)
 +    * Warren Layton -> keep
 +  * twikidat (on real tux) -> not used - > remove
 +  * operator (on real tux) -> not used -> remove
 +
 +==== Groups ====
 +
 +  * admin-oclug (on real tux)
 +  * charles (on new tux) -> keep
 +  * dcc (on real tux) -> can be removed (with "distributed Checksum clearninghouse" package)
 +  * dmitriy (on new tux) -> keep
 +  * mort (on real tux) -> remove. mort is in "users" group. Change /home/mort to be owned by users (not 111 aka ippl) on new tux.
 +  * mysql (on real tux) -> remove (with mysql package)
 +  * nashjc (on new tux) -> keep
 +  * natalia (on new tux) -> keep
 +  * non-cvs (on real tux) -> no files use this -> remove
 +  * scott5 ( on new tux) -> keep
 +  * slocate (on real tux) -> no files use this -> remove
 +
 +
  
hwmig2007usergroup.txt · Last modified: 2015/06/09 15:23 by 127.0.0.1