#kiewa
Changes to kiewa
kiewa is old and unpatched, so it does not mount all the filesystems for security reasons. In particular, /usr/bin/perl is not available. To run the acmemove scripts, perl can instead be found /cs/local/bin/perl
At some point in time something changed and the moved script no longer executes properly. Make the following change to fix it:
# we need to be on kiewa for this daemon to work
#($ENV{'SHORTHOST'} eq "kiewa") or die "This program must be run on kiewa!\n";
($ENV{'HOSTNAME'} eq "kiewa.cs.ubc.ca") or die "This program must be run on kiewa!\n";
-- BradAtcheson - 15 May 2009 |