[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | USG buildhelp questions/answers |
|
Moderator: | SMURF::FILTER |
|
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
1926.0. "Please run fixsrcmodes.sh on your ODE UNIX pool servers" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Wed Nov 01 1995 13:45
Date Of Receipt: 1-NOV-1995 12:43:35.35
From: SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE 01-Nov-1995 1240"
To: osf_ode_admins@DEC:.zko.flume
CC: odehelp@DEC:.zko.flume, tresvik@DEC:.zko.flume
Subj: Please run fixsrcmodes.sh on your ODE UNIX pool servers
If you manage a host exporting Digital UNIX osf1 pools, please make the
following changes in your environment:
As described in mail I sent you 10/19 "OSF/1 Source Pool changes to
make for mountd & group/mode", today's the day that we have removed all
"world read" access from all of the source directories in the Digital
UNIX pools (/usr/sde/osf1/build/*/src/*/).
Please run fixsrcmodes.sh on your ODE UNIX pool servers to make the
same change at your site. Details are below.
You should also either have changed to exports to be only to the local
domain (mountd -d switch) or restricted your exports lists for pools to
a known list, including possibly nodes inside & outside of your domain;
this is ok as long as you do not have wide open exports available to
the world.
If you sup osf1_project collection you should have this script already
in /usr/sde/osf1/bin/common; otherwise here's the script; you can just
run it out of there.
Please acknowledge when you have completed this, or contact me if you
have any questions/issues.
Thank you very much.
-josh friedman, digital unix release engineering
--------------
fixsrcmodes.sh (takes no arguments; ignore errors from read-only filesystems)
--------------
#!/bin/sh
#
# @DEC_COPYRIGHT@
# @(#)$RCSfile: fixsrcmodes.sh,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1995/10/31 16:02:43 $
#
# /usr/sde/osf1/bin/common/fixsrcmodes.sh
#
# Run on each NFS server exporting osf1 source pools
# (takes no arguments)
echo $0:
/bin/ls -d /usr/sde/osf1/build/*/src > /tmp/src$$
for tree in `cat /tmp/src$$`
do
cd $tree
echo $tree...
SRCDIRS=`/bin/ls -F | grep /`
chmod 750 $SRCDIRS
chown devbld:staff . .. $SRCDIRS
done
rm /tmp/src$$
echo done.
T.R | Title | User | Personal Name | Date | Lines
|
---|