Very strange behavior iwth umask running on 4.2.8-1 (ZFS). Changes to umask are ignored when done both from the command line, and changed in /etc/profile. The default umask 0022 is applied to all users, but changes are ignored.
pilotmc@corp:~$ umask
0002
pilotmc@corp:~$ touch f
pilotmc@corp:~$...