T.R | Title | User | Personal Name | Date | Lines |
---|
972.1 | Re: bsubmit query | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Mon Oct 03 1994 20:43 | 15 |
| Date Of Receipt: 3-OCT-1994 16:50:39.93
From: FLAMBE::johnf "John Flanagan USG Test Johnf Tools Group 03-Oct-1994 1648"
To: [email protected]
CC: [email protected], [email protected], [email protected], [email protected]
Subj: Re: bsubmit query
Sunil,
This error is usually caused by someone else trying to submit the same
file. Look at the file "bsubmit.hold" in the logs directory of the
submit tree to see who has a hold on it. That hold needs to be released
before your submit will go.
John
|
972.2 | Re: bsubmit query | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Mon Oct 03 1994 20:44 | 26 |
| Date Of Receipt: 3-OCT-1994 16:52:59.89
From: QUARRY::tomp "Tom Peterson USG 03-Oct-1994 1650"
To: [email protected]
CC: tomp@DEC:.zko.quarry, [email protected], odehelp@DEC:.zko.quarry
Subj: Re: bsubmit query
Sunil,
>I have indeed changed this file, but bsubmit refuses to recognize
>this change and accept this file for submission. How to convince it?
I don't believe this is a problem with bsubmit recognizing the change,
but is a problem with a lock on the file somewhere, which is preventing
the bsubmit from working. These lines are the clue:
>File: ./kernel/sys/errno.h
>is held by
Someone from odehelp please correct me if I'm wrong. Looks like someone
else has a lock on the file. The question is, how to find out who, since
the error message doesn't list a name (which seems to be a bug???). And
then, what do you do about it? The fact that this is taking place in a
shared sandbox might have something to do with it also.
- Tom
|
972.3 | Re: bsubmit query | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Mon Oct 03 1994 20:45 | 55 |
| Date Of Receipt: 3-OCT-1994 16:55:06.40
From: WASTED::"[email protected]" "03-Oct-1994 1653"
To: John Flanagan <[email protected]>
CC: [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected]
Subj: Re: bsubmit query
_.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._
|
> Sunil,
>
> This error is usually caused by someone else trying to submit the same
> file. Look at the file "bsubmit.hold" in the logs directory of the
> submit tree to see who has a hold on it. That hold needs to be released
> before your submit will go.
>
> John
|
-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-
Hi John,
Yaa, it is there in our shared sb:bsubmit.hold
But who has hold on it?
===============
brandy.unx.dec.com> pwd
/spec1170/sandbox/stdsbld/logs
brandy.unx.dec.com> id
uid=8896(stdsbld) gid=10(staff) groups=0(system)
brandy.unx.dec.com> ls -ll
total 56
-rw-r----- 1 stdsbld system 0 Jul 11 17:55 DEFUNCT
-rw-r--r-- 1 stdsbld system 1384 Sep 27 14:58 SNAPSHOT
-rw-r--r-- 1 stdsbld system 21 Sep 27 15:59 bsubmit.hold
-rw-r--r-- 1 stdsbld system 41609 Sep 27 14:58 bsubmit.log
-r--r--r-- 1 stdsbld system 997 Jul 15 17:52 kxct.conf
-rw-r--r-- 1 stdsbld system 56 Sep 27 15:32 sadmin.acl
-rw-r--r-- 1 root system 58 Sep 27 15:32 sadmin.acl.SAV
drwxr-xr-x 3 stdsbld system 8192 Jul 15 15:53 srequest/
-rw-r--r-- 1 stdsbld system 84 Jul 15 16:16 submit.acl
brandy.unx.dec.com> cat bsubmit.hold
./kernel/sys/errno.h
brandy.unx.dec.com> date
Mon Oct 3 16:50:16 EDT 1994
brandy.unx.dec.com> hostname
brandy.unx.dec.com
===============
Thanks,
Sunil.
|
972.4 | Re: bsubmit query | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Mon Oct 03 1994 20:46 | 24 |
| Date Of Receipt: 3-OCT-1994 17:06:15.12
From: FLAMBE::johnf "John Flanagan USG Test Johnf Tools Group 03-Oct-1994 1703"
To: [email protected]
CC: John Flanagan <[email protected]>, [email protected],
[email protected], [email protected], [email protected]
Subj: Re: bsubmit query
Hmm. This is strange. Usually the entries in the bsubmit.hold file are
accompanied by the user and date of the hold, for example
: James_Smith; Date: 9/29/94; Time: 15:42
./kernel/bsd/kern_exec.c
but the user/date/time line is missing in yours.
If you do a blog on the file, you can look for any existing private branches
of the file to see who might be submitting it. A private branch is usually
in the form of
Principal_Name_sandbox: n.n.n
John
|