T.R | Title | User | Personal Name | Date | Lines |
---|
12.1 | Problems | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Aug 16 1995 14:29 | 24 |
| Date Of Receipt: 16-AUG-1995 06:19:37.09
From: SMURF::ALPHA::dvalin "David Valin USG"
To: odehelp@DEC:.zko.alpha
CC:
Subj: Problems
On the switch to ode3.0 I am getting the following
message on any ode type command:
bco -u setacl.c
[ ./seccmd/policy/setacl.c ]
ODE CLIENT: ERROR - Failed client authentication.
Have you done a kinit & workon?
bco: The following rcs command failed:
ode_client exists ./seccmd/policy/setacl.c,v
[ unable to access source control information in file: "./seccmd/policy/setacl.c,v" ]
Until the switch I had no problems using the environment.
Dave
|
12.2 | Re: Problems | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Aug 16 1995 14:32 | 45 |
| Date Of Receipt: 16-AUG-1995 09:45:50.17
From: SMURF::WASTED::"[email protected]"
To: [email protected] (David Valin USG)
CC: [email protected]
Subj: Re: Problems
Check your path to make sure that you don't have ode2.0 wired into it. It
should be defined something like:
set toolspath=( /usr/sde/tools/`machine`_`uname`/bin )
set path=( $path $toolspath /usr/ucb /bin /usr/bin /sbin /usr/sbin /etc /usr/bin/X11 $HOME/bin $HOME/bin/osf1 /usr/local/bin /usr/bin/mh /contrib/alpha.OSF1/bin /tools/bin . /usr/build/devbld/bin )
If that is correct, then try bco -u -ode_debug -cvs setacl.c
and see what you get back.
-Grant
>
> On the switch to ode3.0 I am getting the following
> message on any ode type command:
>
> bco -u setacl.c
>
> [ ./seccmd/policy/setacl.c ]
> ODE CLIENT: ERROR - Failed client authentication.
> Have you done a kinit & workon?
>
> bco: The following rcs command failed:
> ode_client exists ./seccmd/policy/setacl.c,v
> [ unable to access source control information in file: "./seccmd/policy/setacl.c,v" ]
>
>
> Until the switch I had no problems using the environment.
>
> Dave
>
--
-Grant
|
12.3 | Re: Problems | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Aug 16 1995 14:35 | 20 |
| Date Of Receipt: 16-AUG-1995 10:07:34.48
From: SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE 16-Aug-1995 1006"
To: [email protected] (David Valin USG), [email protected]
CC: [email protected]
Subj: Re: Problems
Dave, here's a little fix to Grant's command:
bco -u -ode_debug -cvs setacl.c
should be:
bco -u -odedebug cvs setacl.c
(there was a bug/typo in the training slide which is being fixed)
This is also in the "odeman bco" page.
-josh
|