[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

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 13: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.RTitleUserPersonal
Name
DateLines
1931.1Re: why doesn t this work?AOSG::FILTERAutomatic Posting Software - mail to flume::puckFri Nov 03 1995 13:1113
Date Of Receipt: 	 3-NOV-1995 09:38:56.74
From: 	SMURF::QUARRY::"davidson@sean.zk3.dec.com" "03-Nov-1995 0936"
To: 	rem@quarry.zk3.dec.com
CC: 	odehelp@quarry.zk3.dec.com, davidson@sean.zk3.dec.com
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