[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | USG buildhelp questions/answers |
|
Moderator: | SMURF::FILTER |
|
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
1931.0. "why doesn t this work?" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Fri Nov 03 1995 10:10
Date Of Receipt: 3-NOV-1995 09:16:09.01
From: SMURF::QUARRY::rem "Robert Mance USG 03-Nov-1995 0914"
To: odehelp@DEC:.zko.quarry
CC: rem@DEC:.zko.quarry
Subj: why doesn't this work?
shlib.zk3.dec.com>
shlib.zk3.dec.com> kinit $PRINCIPAL
Kerberos Initialization for "Robert_Mance"
Password:
shlib.zk3.dec.com>
shlib.zk3.dec.com> klist
Ticket file: /var/dss/kerberos/tkt/tkt9245
Principal: Robert_Mance@ZONE
Issued Expires Principal
Nov 3 09:05:27 Nov 3 19:05:27 krbtgt.ZONE@ZONE
shlib.zk3.dec.com>
shlib.zk3.dec.com> workon -sb driver_39535
cd'ing to sandbox source directory: /usr/users/rem/sb/driver_39535/src.
starting new shell: /bin/ksh.
To access your ODE server you must:
o kinit $PRINCIPAL (then input your kerberos password)
o Enter workon -sb sandbox name or default.
Please obtain kerberos ticket and try again.
NOTE: You are in your sandbox.
o This sandbox can only be used for ODE services which don't
require the ODE server (i.e. build, mklinks, etc. ).
To avoid this message use the no kerberos switch:
workon -nk -sb sandbox name
$
$ cd usr/ccs/bin/driver
$
$ bco -u driver.c
[ ./usr/ccs/bin/driver/driver.c ]
ODE_SERVER: DECode client is not authorized!
ODE_SERVER: Are you in a workon?
bco: The following rcs command failed:
ode_client exists ./usr/ccs/bin/driver/driver.c,v
[ unable to access source control information in file: "./usr/ccs/bin/driver/dri
ver.c,v" ]
$
$
T.R | Title | User | Personal Name | Date | Lines |
---|
1931.1 | Re: why doesn t this work? | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Fri Nov 03 1995 10:11 | 13 |
| Date Of Receipt: 3-NOV-1995 09:38:56.74
From: SMURF::QUARRY::"[email protected]" "03-Nov-1995 0936"
To: [email protected]
CC: [email protected], [email protected]
Subj: Re: why doesn't this work?
This looks like the PRINCIPAL environment variable isn't being exported
to the workon command.
export PRINCIPAL
Sean
|