Re: CVS dying gasps updating www

2006-05-22 Thread Antoine Jacoutot
Selon Antoine Jacoutot [EMAIL PROTECTED]:
 Does anyone can reproduce this, because I did not find the cause of this
 issue yet...

OK, more info about this.

# cd /usr
# cvs -d [EMAIL PROTECTED]:/cvs -q co -P www
[...] # = checkout without any error
# cvs -d [EMAIL PROTECTED]:/cvs -q up -Pd www
cvs update: dying gasps from anoncvs3.usa.openbsd.org unexpected

This is 100% reproductible under my -current machines (amd64+macppc)
using different mirrors (and _only_ for the www tree.

The only relevant thing I could find in src is about some error that
was fixed in 1997 and the following in
/usr/src/gnu/usr.bin/cvs/src/client.c (but I don't speak C):

#endif /* START_RSH_WITH_POPEN_RW */
{
error (1, errno, closing connection to %s,
   current_parsed_root-hostname);
}
}

if (! buf_empty_p (from_server)
|| getc (from_server_fp) != EOF)
error (0, 0, dying gasps from %s unexpected,
current_parsed_root-hostname);
else if (ferror (from_server_fp))
error (0, errno, reading from %s, current_parsed_root-hostname);

fclose (from_server_fp);
#endif /* SHUTDOWN_SERVER */

Once again, if you have any idea...

-- 
Antoine



Re: CVS dying gasps updating www

2006-05-22 Thread Otto Moerbeek
On Mon, 22 May 2006, Antoine Jacoutot wrote:

 Selon Antoine Jacoutot [EMAIL PROTECTED]:
  Does anyone can reproduce this, because I did not find the cause of this
  issue yet...
 
 OK, more info about this.
 
 # cd /usr
 # cvs -d [EMAIL PROTECTED]:/cvs -q co -P www
 [...] # = checkout without any error
 # cvs -d [EMAIL PROTECTED]:/cvs -q up -Pd www
 cvs update: dying gasps from anoncvs3.usa.openbsd.org unexpected
 
 This is 100% reproductible under my -current machines (amd64+macppc)
 using different mirrors (and _only_ for the www tree.

I can reproduce this with anoncvs3, but anoncvs.uk.openbsd.org works
ok for me. The main cvs repository is also ok.

-Otto



Re: CVS dying gasps updating www

2006-05-22 Thread Antoine Jacoutot

On Mon, 22 May 2006, Otto Moerbeek wrote:

I can reproduce this with anoncvs3, but anoncvs.uk.openbsd.org works
ok for me. The main cvs repository is also ok.


Allright, thanks!
It's good to know I was not alone. I guess I tried the wrong mirrors 
then...


Regards,

--
Antoine



Re: CVS dying gasps updating www

2006-05-18 Thread Antoine Jacoutot

On Fri, 12 May 2006, Antoine Jacoutot wrote:
Recently, when trying to cvs -q up the www tree under -current, it fails 
with :

cvs update: dying gasps from anoncvs.usa.openbsd.org unexpected


Does anyone can reproduce this, because I did not find the cause of this 
issue yet...
Actually, at first I could reproduce this on my macppc and amd64 but now 
it looks that only my amd64 has problems with this and only with the www 
tree.

Strange...

--
Antoine



CVS dying gasps updating www

2006-05-12 Thread Antoine Jacoutot

Hi.

Recently, when trying to cvs -q up the www tree under -current, it fails 
with :

cvs update: dying gasps from anoncvs.usa.openbsd.org unexpected

I tried several CVS mirrors but I still get this error. I can reproduce 
this on an amd64 and macppc -current boxes.
If I erase /usr/www then cvs -q co, then it works, but I soon as I try 
to update, the same error comes again.


Any idea why this is happening ? Can anyone reproduce the same behaviour ?
Thanks!

Regards,

--
Antoine Jacoutot
Observatoire de Paris
SIO - Centre de calcul (Bat 15)
5, Place Jules Janssen
92195 Meudon Cedex
Tel : +33 (0)1.45.07.71.95