public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* CVS transient failure
@ 2000-12-30  6:08 Zack Weinberg
  2000-06-02 18:58 ` Zack Weinberg
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Zack Weinberg @ 2000-12-30  6:08 UTC (permalink / raw)
  To: overseers

CVS spat out the following:

Cannot open /sourceware/cvs-tmp/#gcc.lastdir.12290, 
	stopped at /usr/sourceware/bin/commit_prep line 76, <ENTRIES> chunk 2.
cvs server: Pre-commit check failed
Cannot open /sourceware/cvs-tmp/#gcc.lastdir.12290, 
	stopped at /usr/sourceware/bin/commit_prep line 76, <ENTRIES> chunk 2.
cvs server: Pre-commit check failed

I tried it again and it worked; the disk is not full and the directory
is writable, so I don't know what went wrong.  I note there are an
awful lot of stale files in that directory.

It would be nice if that script read

    open(FILE, ">$filename") || die("Cannot open $filename: $!\n");

instead of

    open(FILE, ">$filename") || die("Cannot open $filename, stopped");

-- then you'd be told the actual error return from open(2) and have a
chance of figuring out what happened.

zw

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2000-12-30  6:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-30  6:08 CVS transient failure Zack Weinberg
2000-06-02 18:58 ` Zack Weinberg
2000-12-30  6:08 ` Jason Molenda
2000-06-02 19:08   ` Jason Molenda
2000-12-30  6:08 ` Frank Ch. Eigler
2000-06-02 19:11   ` Frank Ch. Eigler
2000-12-30  6:08 ` Jim Kingdon
2000-06-03 11:39   ` Jim Kingdon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).