mkdir /.software/regional /vendor /xhbin mkdir -p /fsys/.software/{arch,share,spool,local,admin} ln -s /fsys/.software/* /.software
NOTE.
/.software/regional is an NFS mount point to a Network Appliance Fileserver and consequently doesn't get put under /fsys, mostly for estetic reasons.
glspare0.student.cs debian31.cscf
to allow for distribution of xhier from debian31.cscf to glspare0.student.cs
.
xh-distribute -h debian31.cscf xhier
on cscf.cs
/etc/hosts.allow
to allow hosts we want to have access and put in ALL:ALL in /etc/hosts.deny
setpw
xhier package. Ultimately the active directory server should be used (via LDAP?) to manage accounts. Now to document the problems with setpw
: glspare0.student.cs:/software/setpw/data/config/exempt-users
contains a list of userids, one per line. containing the Debian vendor userid prior to setpw management of the file. There was a problem of truncation to the first 8 characters. Ray Butterworth corrected this problem.
glspare0.student.cs:/software/setpw/data/config/exempt-groups
the entry is totally blown away. Other problems include changing the GID and the users contained in those groups are also not preserved.
I could not get xh-make-links to put in the asserted version of openssl_runtime on sun580. It turns out it looks at /software/xhier/data/standard-packages which gets updated once a week via xh-update-standard-packages. Looking at it one see that openssl-0.9.8 wasn't in it...actually it was. Hmmm further investigation is warranted. Perhaps further reading of manpage will reveal the secret. Doing a verbose of xh-update-standard-packages shows that defaultPath=no prevents this...