[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

1411.0. "trying to do bsubmit" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Tue Apr 18 1995 22:38

Date Of Receipt: 	13-APR-1995 10:49:45.76
From: 	SMURF::FLUME::"adams@smada.zk3.dec.com" "13-Apr-1995 1048"
To: 	odehelp@flume.zk3.dec.com
CC: 	
Subj: 	trying to do bsubmit

Hello

I'm getting the following problem

csh> bsubmit logger.c
Enter the defect number this submission applies to: v32supportos-74-adams

File: ./usr/bin/logger/logger.c
is held by: Stephanie_Adams; Date: 4/12/95; Time: 14:52
*** RE-SUBMISSION REQUIRED ***

- Source control information is in an intermediate state.
- Re-submit using -resub <time> -date <mm/dd/yy>,
- where <time> and <date> are specified above.

csh> kinit Stephanie_Adams
Kerberos Initialization for "Stephanie_Adams"
Password:
csh>

Is this telling me I'm not Stephanie_Adams?   I Am.

I don't know how to fix this and get the code submitted.

Thanks
Stevie

T.RTitleUserPersonal
Name
DateLines
1411.1Re: trying to do bsubmitAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Apr 18 1995 22:3966
Date Of Receipt: 	13-APR-1995 10:55:43.81
From: 	SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: 	adams@DEC:.zko.flume
CC: 	odehelp@DEC:.zko.flume
Subj: 	Re:  trying to do bsubmit

Stephanie, this says that you're in the middle of a submit of
this file already, and you started it 4/12/95 @ 14:52.  You
must have dones bsubmit logger.c yesterday and something happend
to interrupt the submit.

You can pick up where it left off by doing
	bsubmit -resub 14:52 -date 4/12/95  (do this from the src
					    directory of your sandbox)

or if nothing was really done in yesterday's attempted submit, you can
remove the pending submit as follows:
	sadmin -rm 14:52 -date 4/12/95

Then you can do a new bsubmit.

	-josh


	From adams@smada.zk3.dec.com  Thu Apr 13 10:48:32 1995
	Delivery-Date: Thu, 13 Apr 95 10:49:09 -0400
	Return-Path: adams@smada.zk3.dec.com
	Received: from smada.zk3.dec.com by flume.zk3.dec.com; (5.65/1.1.8.2/16Jan95-0946AM)
		id AA03488; Thu, 13 Apr 1995 10:48:32 -0400
	Received: from localhost by smada.zk3.dec.com; (5.65/1.1.8.2/01Dec94-0227PM)
		id AA16015; Thu, 13 Apr 1995 10:48:31 -0400
	Message-Id: <9504131448.AA16015@smada.zk3.dec.com>
	To: odehelp@flume.zk3.dec.com
	Subject: trying to do bsubmit 
	Date: Thu, 13 Apr 95 10:48:31 -0400
	From: adams@smada.zk3.dec.com
	X-Mts: smtp
	
	Hello
	
	I'm getting the following problem
	
	csh> bsubmit logger.c
	Enter the defect number this submission applies to: v32supportos-74-adams
	
	File: ./usr/bin/logger/logger.c
	is held by: Stephanie_Adams; Date: 4/12/95; Time: 14:52
	*** RE-SUBMISSION REQUIRED ***
	
	- Source control information is in an intermediate state.
	- Re-submit using -resub <time> -date <mm/dd/yy>,
	- where <time> and <date> are specified above.
	
	csh> kinit Stephanie_Adams
	Kerberos Initialization for "Stephanie_Adams"
	Password:
	csh>
	
	Is this telling me I'm not Stephanie_Adams?   I Am.
	
	I don't know how to fix this and get the code submitted.
	
	Thanks
	Stevie
	

1411.2Re: trying to do bsubmitAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Apr 18 1995 22:4164
Date Of Receipt: 	13-APR-1995 11:02:29.37
From: 	SMURF::WASTED::"vandyck@cardinal.zk3.dec.com" "13-Apr-1995 1100"
To: 	adams@smada.zk3.dec.com
CC: 	odehelp@zk3.dec.com
Subj: 	Re: trying to do bsubmit

It's telling you that you tried to submit yesterday and were unsuccessful, so 
the file you attempted then is in a state of limbo called appendhold. If you 
do the following:

sadmin -all 

in your sandbox, you'll see:

: Stephanie_Adams; Date: 4/12/95; Time: 14:52
./usr/bin/logger/logger.c


If this version that you tried to submit is OK, then do this:

bsubmit -resub 14:52  -date 4/12/95 

and it will attempt to continue the submission. Perhaps there's a merge 
involved of some other problem that caused it to get here in the first place.

If you cannot complete the original submission, make sure you have a good 
version of the file saved somewhere, then 

sadmin -rm 14:52  -date 4/12/95  # to remove the file from appendhold

Then resubmit the file.


	-Grant


| Hello
| 
| I'm getting the following problem
| 
| csh> bsubmit logger.c
| Enter the defect number this submission applies to: v32supportos-74-adams
| 
| File: ./usr/bin/logger/logger.c
| is held by: Stephanie_Adams; Date: 4/12/95; Time: 14:52
| *** RE-SUBMISSION REQUIRED ***
| 
| - Source control information is in an intermediate state.
| - Re-submit using -resub <time> -date <mm/dd/yy>,
| - where <time> and <date> are specified above.
| 
| csh> kinit Stephanie_Adams
| Kerberos Initialization for "Stephanie_Adams"
| Password:
| csh>
| 
| Is this telling me I'm not Stephanie_Adams?   I Am.
| 
| I don't know how to fix this and get the code submitted.
| 
| Thanks
| Stevie