Customized software
(→postfix) |
m (→Current software) |
||
| Line 2: | Line 2: | ||
=Current software= | =Current software= | ||
| + | |||
==postfix== | ==postfix== | ||
Postfix requires a patch to work nicely with AFS. (Do you have the patch, Liz?) | Postfix requires a patch to work nicely with AFS. (Do you have the patch, Liz?) | ||
Responsible sysadmin: Liz | Responsible sysadmin: Liz | ||
| + | |||
| + | =Custom stuff on netboot machines= | ||
==matlab== | ==matlab== | ||
| Line 11: | Line 14: | ||
Responsible sysadmin: Joshua | Responsible sysadmin: Joshua | ||
| + | |||
| + | ==Job posting script== | ||
| + | The job posting script is in /usr/local/bin/ugcs-jobs. It finds all the files in the drop dir (/afs/ugcs/drop/jobs) newer than ~/.lastlogin, and shows them. It is run through /etc/profile, /etc/zsh/zlogin, or /etc/csh/login.d/ (for the appropriate shell). User documentation is at [[Website:Job_Posting]] | ||
| + | |||
| + | Responsible sysadmin: Joshua | ||
| + | |||
| + | ==mail_forward== | ||
| + | Sets up mail forwarding for users. It is a python script in /usr/local/bin/mail_forward | ||
| + | |||
| + | Responsible sysadmin: Liz | ||
=Software no longer installed= | =Software no longer installed= | ||
Revision as of 22:21, 26 October 2007
Please list anything that isn't from normal Debian repositories here.
Contents |
Current software
postfix
Postfix requires a patch to work nicely with AFS. (Do you have the patch, Liz?)
Responsible sysadmin: Liz
Custom stuff on netboot machines
matlab
Matlab R2007b is installed to /opt/matlabR2007b on the netboot images. In /usr/local/bin, matlab, mbuild, mcc, and mex are symlinked to a wrapper script (matlab_wrapper) which prints a message letting users know the license requirements (being a current member of the Caltech community, basicaly) before running the appropriate program.
Responsible sysadmin: Joshua
Job posting script
The job posting script is in /usr/local/bin/ugcs-jobs. It finds all the files in the drop dir (/afs/ugcs/drop/jobs) newer than ~/.lastlogin, and shows them. It is run through /etc/profile, /etc/zsh/zlogin, or /etc/csh/login.d/ (for the appropriate shell). User documentation is at Website:Job_Posting
Responsible sysadmin: Joshua
mail_forward
Sets up mail forwarding for users. It is a python script in /usr/local/bin/mail_forward
Responsible sysadmin: Liz
Software no longer installed
libpam-script
This package provides a pam module for running scripts on login/logoff. It was going to be used to do the job posting script, and possibly other things (provide helpful messages when a user is blocked by pam_access?).