« June 2012 | Main | August 2012 »
July 13, 2012
SA Lisa morning meetings - 07-13-2012
Meeting notes from the weekly Lisa group meeting are listed in the link below:
https://wiki.umms.med.umich.edu/x/WgSTBw
Highlights include:
- Finalizing personal goals
- Training
- VM checklists for Linux
Posted by cdgrieb at 04:25 PM | Comments (0)
Setting the default umask for web-content...
One of the issues we've had with multiple users managing web-content and directory permissions is related to properly setting umask, specifically modifying the default RHEL6 umask value of 022 (022 only allows for group reading) - this causes significant problems when multiple individuals are managing content. We've side-stepped this problem by simply setting default umask values within the various login shell profiles, for example:
[root@winterberry /home]# vim /home/cdgrieb/.cshrc
umask 002
(for bash)
[root@winterberry /home]# vim /home/cdgrieb/.bash_profile
umask 002
A default value of 002 allows for owner/group reading/writing, which makes managing multiple web-based users significantly easier to deal with.
Posted by cdgrieb at 10:14 AM | Comments (0)
July 11, 2012
SA Lisa Team communications standards *UPDATED*
We've updated the SA Lisa Team communication standards document, which can be located here: https://wiki.umms.med.umich.edu/x/xJiABw
Posted by cdgrieb at 04:23 PM | Comments (0)
July 10, 2012
SA Lisa - VM deployment checklist Linux
We started the process of creating our VM deployment check-list, including insurance of documentation creation, RHN registering, and account management, with the eventual goal of automating the entire process. More information soon!
Link:https://wiki.umms.med.umich.edu/x/EReTBw
Posted by cdgrieb at 04:35 PM | Comments (0)