[787] in SIPB-AFS-requests
synctree errors
daemon@ATHENA.MIT.EDU (Calvin Clark)
Mon Sep 14 06:56:59 1992
Date: Mon, 14 Sep 92 06:56:36 -0400
From: Calvin Clark <ckclark@mit.edu>
To: sipb-afsreq@Athena.MIT.EDU
Reply-To: Calvin Clark <ckclark@mit.edu>
/mit/synctree/synctree: Connection timed out.
Why is the script running synctree out of the synctree locker? It's on the
system packs as /usr/athena/etc/synctree. Included find a patch to fix
this. I would make this modification myself, since the sync hasn't been
done for the past couple of days because of the unavailability of the
synctree locker; however, for all I know the script could be depending on
some weird modification in the locker sources that aren't in the release.
I suspect this is not the case, and someone (Derek or Richard?) should
verify that suspicion and make the appropriate change.
-Calvin
*** /afs/sipb/project/ronald-ann/usr/local/sync/synclocker Wed Jul 1 12:06:57 1992
--- synclocker Mon Sep 14 06:47:11 1992
***************
*** 5,11 ****
# Created by: Derek Atkins <warlord@MIT.EDU>
set path = (/usr/athena /etc /etc/athena /bin/athena /usr/ucb\
! /bin /usr/bin /usr/local . /usr/new /usr/etc /usr/bin/X)
setenv KRBTKFILE /tmp/tkt_root.$$
###################################################################
--- 5,11 ----
# Created by: Derek Atkins <warlord@MIT.EDU>
set path = (/usr/athena /etc /etc/athena /bin/athena /usr/ucb\
! /bin /usr/bin /usr/local . /usr/new /usr/athena/etc /usr/etc /usr/bin/X)
setenv KRBTKFILE /tmp/tkt_root.$$
###################################################################
***************
*** 79,87 ****
# Lets log this!
logger "Starting SIPB SyncTree"
- # attach synctree so we have it!
- attach -q -h -n synctree
-
# Get the ticket and then get our afs tokens
/afs/net/tools/@sys/krbtgp -s $hosttkt
aklog -cell $destcell
--- 79,84 ----
***************
*** 93,99 ****
touch /tmp/synclog
if ($?debug) echo -n Syncing...
if ("$sync_system" == "true") then
! /mit/synctree/synctree -q -s $sourcedir -d $destdir |& grep -v "SyncTree version" |& grep -v "chown failed" |& grep -v "chown() failed" |& grep -v "xscreensaver: chmod()" |& /bin/tee -i /tmp/synclog
endif
if ($?debug) echo done
--- 90,96 ----
touch /tmp/synclog
if ($?debug) echo -n Syncing...
if ("$sync_system" == "true") then
! synctree -q -s $sourcedir -d $destdir |& grep -v "SyncTree version" |& grep -v "chown failed" |& grep -v "chown() failed" |& grep -v "xscreensaver: chmod()" |& /bin/tee -i /tmp/synclog
endif
if ($?debug) echo done