| Date Of Receipt: 13-JUL-1993 13:34:53.55
From: FLAMBE::zap "Carolyn Hurley 13-Jul-1993 1334"
To: Chris Clark USSG <clark@DEC:.zko.flambe>
CC: zap@DEC:.zko.flambe, odehelp@DEC:.zko.flambe
Subj: Re: I'm having trouble with workon
Chris,
There are basically two steps to fix this problem:
1. Edit your ~/.sandboxrc file and change all occurrences of:
/usr/staff/kr4/clark
to
/home/clark
(it appears that you have already done this step)
2. For each sandbox that you have edit the rc_files/shared file (for
example /home/clark/sandboxes/maint/rc_files/shared) and for the
variable "sandbox_base" change /usr/staff/kr4 to /home.
Send more mail if that doesn't fix your problem.
/Carolyn
==================
Return-Path: clark
Delivery-Date: Tue, 13 Jul 93 12:59:52 +28716
Return-Path: clark
Received: by flambe.zk3.dec.com; id AA14975; Tue, 13 Jul 1993 12:59:51 -0400
Received: by quarry.zk3.dec.com; id AA18989; Tue, 13 Jul 1993 12:59:07 -0400
Date: Tue, 13 Jul 1993 12:59:07 -0400
From: Chris Clark USSG <clark>
Message-Id: <[email protected]>
To: odehelp
Subject: I'm having trouble with workon
They have changed the mount point on quarry (where I do my workons) of
my home directory exported from Krisis and this is giving me problems
getting my workon sessions started. The directory used to be mounted
on quarry as /usr/staff/kr4/clark, but is now mounted as /home/clark.
Here is a recent attempt at starting a workon session:
/home/clark/testbin /home/clark/bin /usr/sde/tools/alpha_osf/bin /usr/ucb /bin
/usr/bin /usr/bin/X11 /usr/local /usr/new /usr/hosts /usr/include . /usr/dec
Tue Jul 13 12:46:26 EDT 1993
/tmp_mnt/krisis/home/clark/sandboxes/links/src/usr/ccs/bin/uopt
quarry.zk3.dec.com{clark}1: MIT Project Athena (quarry.zk3.dec.com)
Kerberos Initialization for "Chris_Clark"
Password:
quarry.zk3.dec.com{clark}2: workon -setdir usr/ccs/bin/uopt -sb maint
makepath: unable to create directory /usr/staff/kr4/clark: Permission denied
>> FATAL ERROR in workon:
could not create path /usr/staff/kr4/clark/sandboxes/maint/src.
quarry.zk3.dec.com{clark}3: setenv
setenv
TERM=emacs-virtual
TERMCAP=emacs-virtual:co#212:li#72:cm=^p=%+ %+
:cr=^p^a:le=^p^b:nd=^p^f:nw=^j:ce=^pc:cd=^pC:cl=^p^l:bl=^p^g:IC=^p_%+ :DC=^pd%+
:AL=^p^o%+ :DL=^p^k%+ :LP:NF:ic=^p_!:dc=^pd!:al=^p^o!:dl=^p^k!:ho=^p=
:im=:ei=:dm=:ed=:mi:do=^p^j:nl=^p^j:bs:
EMACS=t
EDITOR=ed
PRINCIPAL=Chris_Clark
USER=clark
PATH=/home/clark/testbin:
/home/clark/bin:/usr/sde/tools/alpha_osf/bin
:/usr/ucb:/bin:/usr/bin:/usr/bin/X11:/usr/local:/usr/new:/usr/hosts:/usr/include
:.:/usr/dec
SHELL=/bin/csh
HOME=/home/clark
quarry.zk3.dec.com{clark}4: workon -verbose -setdir usr/ccs/bin/uopt -sb maint
workon -setdir usr/ccs/bin/uopt -sb maint
makepath: unable to create directory /usr/staff/kr4/clark: Permission denied
>> FATAL ERROR in workon:
could not create path /usr/staff/kr4/clark/sandboxes/maint/src.
quarry.zk3.dec.com{clark}5: workon -setdir usr/ccs/bin/uopt -sb maint -verbose
workon -setdir usr/ccs/bin/uopt -sb maint -verbose
> setting environment variable SANDBOX to: maint.
makepath: unable to create directory /usr/staff/kr4/clark: Permission denied
>> FATAL ERROR in workon:
could not create path /usr/staff/kr4/clark/sandboxes/maint/src.
quarry.zk3.dec.com{clark}6: workon -verbose -setdir usr/ccs/bin/uopt -sb maint
workon -verbose -setdir usr/ccs/bin/uopt -sb maint
> Reading rc file : /home/clark/.sandboxrc
> setting environment variable SANDBOX to: maint.
makepath: unable to create directory /usr/staff/kr4/clark: Permission denied
>> FATAL ERROR in workon:
could not create path /usr/staff/kr4/clark/sandboxes/maint/src.
quarry.zk3.dec.com{clark}7: !!
!!
workon -verbose -setdir usr/ccs/bin/uopt -sb maint
> Reading rc file : /home/clark/.sandboxrc
> setting environment variable SANDBOX to: maint.
makepath: unable to create directory /usr/staff/kr4/clark: Permission denied
>> FATAL ERROR in workon:
could not create path /usr/staff/kr4/clark/sandboxes/maint/src.
quarry.zk3.dec.com{clark}8:
Here is the contents of my ~/.sandboxrc. Note that I have manually
added the value of base maint and editted the value of base * to point
to the proper directory names (as shown below) before the above run.
Is it possible, that some other file, not in my area has the directory
name of my maint sandbox in it? If so, how can I correct this
problem, without losing the precious files I have in my maint sandbox?
# sandbox rc file created by mksb
# default sandbox
default maint
# base directories to sandboxes
base links /home/clark/sandboxes
base minor /home/clark/sandboxes
base maint /home/clark/sandboxes
base * /home/clark/sandboxes
# list of sandboxes
# mksb config specific
mksb -dir /home/clark/sandboxes
mksb -m alpha
mksb -tools b
mksb -obj b /
mksb -src b /
sb links
sb minor
sb maint
|