| Date Of Receipt: 17-APR-1996 14:51:38.57
From: SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE 17-Apr-1996 1443"
To: [email protected]
CC: odehelp@DEC:.zko.flume
Subj: Re: Why do I get this message?
Don, this means there's an flock outstanding on your sandbox src/.BCSlock
file. You probably ^C'd in the middle of some b* operation, and it's
waiting for it to complete. You should find that any b* command (but build)
will give the same message.
If you have another workon session which really is in the middle of some
command, that must first finish. If not, just remove the .BCSlock file
and the next b* command will create a new one, and everything should work
fine.
-josh
>
> I am trying to review a change, that was bci'd by
> Jim Mchale (against the steel backing tree). And I
> get a lockf message.
>
> yauw.zk3.dec.com:/usr/users/courtney/quarry/sb/inclink/src/usr/ccs/bin/ld
> 159 % bco -u -rJim_McHale_steel mipscoff.c
> Waiting for sandbox lock (with lockf())
>
>
> 159 % bco -u -rJim_McHale_steel mipscoff.c
> Waiting for sandbox lock (with lockf())
>
>
> yauw.zk3.dec.com:/usr/users/courtney/quarry/sb/inclink/src/usr/ccs/bin/ld
> 160 % bco -u -r4.3.30.12 mipscoff.c
> Waiting for sandbox lock (with lockf())
>
>
|