unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* CVS problems?
@ 2005-10-02  1:42 hypert
  2005-10-02 20:30 ` Richard M. Stallman
  0 siblings, 1 reply; 9+ messages in thread
From: hypert @ 2005-10-02  1:42 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 369 bytes --]

I haven¹t been able to pull from CVS this weekend.  Anyone else having
trouble?  The command I¹ve been using is:

> cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs

The error I get is:

> savannah.gnu.org: Operation timed out
> cvs [checkout aborted]: end of file from server (consult above messages if
> any)

Any suggestions?


Thanks!

[-- Attachment #1.2: Type: text/html, Size: 702 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

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

* Re: CVS problems?
  2005-10-02  1:42 hypert
@ 2005-10-02 20:30 ` Richard M. Stallman
  0 siblings, 0 replies; 9+ messages in thread
From: Richard M. Stallman @ 2005-10-02 20:30 UTC (permalink / raw)
  Cc: emacs-devel

The Emacs developers can't do anything about CVS problems.  When you
have problems accessing savannah.gnu.org, please report them to
savannah-hackers@gnu.org.  Those are the people who manage savannah.

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

* CVS problems?
@ 2009-10-21  0:17 Angelo Graziosi
  2009-10-21  0:51 ` Stefan Monnier
  2009-10-21  9:08 ` Andreas Schwab
  0 siblings, 2 replies; 9+ messages in thread
From: Angelo Graziosi @ 2009-10-21  0:17 UTC (permalink / raw)
  To: Emacs

Trying to checkout Emacs from CVS fails. For example:

$ cvs up -dP
can't create temporary directory /tmp/cvs-serv4934
Read-only file system

Or:

$ cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co emacs
can't create temporary directory /tmp/cvs-serv5281
Read-only file system

This happens both on my GNU/Linux Kubuntu (8.04, 9.04) and Cygwin.

Any comment?


Thanks,
Angelo.




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

* Re: CVS problems?
  2009-10-21  0:17 CVS problems? Angelo Graziosi
@ 2009-10-21  0:51 ` Stefan Monnier
  2009-10-21  2:46   ` Karl Fogel
  2009-10-21  9:08 ` Andreas Schwab
  1 sibling, 1 reply; 9+ messages in thread
From: Stefan Monnier @ 2009-10-21  0:51 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: Emacs

> Trying to checkout Emacs from CVS fails. For example:

> $ cvs up -dP
> can't create temporary directory /tmp/cvs-serv4934
> Read-only file system

> Or:

> $ cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co emacs
> can't create temporary directory /tmp/cvs-serv5281
> Read-only file system

> This happens both on my GNU/Linux Kubuntu (8.04, 9.04) and Cygwin.

> Any comment?

Yes, this a known bug in the Emacs dumper.  Try `make really-bootstrap'.


        Stefan "yes, just kidding"




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

* Re: CVS problems?
  2009-10-21  0:51 ` Stefan Monnier
@ 2009-10-21  2:46   ` Karl Fogel
  2009-10-21  7:31     ` Yavor Doganov
  0 siblings, 1 reply; 9+ messages in thread
From: Karl Fogel @ 2009-10-21  2:46 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Emacs, Angelo Graziosi

Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> Trying to checkout Emacs from CVS fails. For example:
>
>> $ cvs up -dP
>> can't create temporary directory /tmp/cvs-serv4934
>> Read-only file system
>
>> Or:
>
>> $ cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co emacs
>> can't create temporary directory /tmp/cvs-serv5281
>> Read-only file system
>
>> This happens both on my GNU/Linux Kubuntu (8.04, 9.04) and Cygwin.
>
>> Any comment?
>
> Yes, this a known bug in the Emacs dumper.  Try `make really-bootstrap'.

(Are you sure you're answering the right email, Stefan? :-) )

I've filed https://savannah.gnu.org/support/index.php?107070 for this.

The problem is that the CVS server's /tmp dir is mounted read-only.  I
get the error too:

  $ cvs up -dP
  can't create temporary directory /tmp/cvs-serv23644
  Read-only file system
  $ 

I also got this warning the first time I ran that just now:

  Warning: Permanently added the RSA host key for IP address
           '140.186.70.72' to the list of known hosts.

...which makes me suspect savannah switched the CVS server to a new
machine, and that the new machine is not configured right.

-Karl




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

* Re: CVS problems?
  2009-10-21  2:46   ` Karl Fogel
@ 2009-10-21  7:31     ` Yavor Doganov
  2009-10-21  7:39       ` Giorgos Keramidas
  0 siblings, 1 reply; 9+ messages in thread
From: Yavor Doganov @ 2009-10-21  7:31 UTC (permalink / raw)
  To: emacs-devel

Karl Fogel wrote:
> ...which makes me suspect savannah switched the CVS server to a new
> machine, and that the new machine is not configured right.

Yes, some services are being migrated to newer hardware; the
synchronization is still going on.  Should be fixed later today.





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

* Re: CVS problems?
  2009-10-21  7:31     ` Yavor Doganov
@ 2009-10-21  7:39       ` Giorgos Keramidas
  2009-10-21  7:47         ` Yavor Doganov
  0 siblings, 1 reply; 9+ messages in thread
From: Giorgos Keramidas @ 2009-10-21  7:39 UTC (permalink / raw)
  To: Yavor Doganov; +Cc: emacs-devel

On Wed, 21 Oct 2009 10:31:28 +0300, Yavor Doganov <yavor@gnu.org> wrote:
> Karl Fogel wrote:
>> ...which makes me suspect savannah switched the CVS server to a new
>> machine, and that the new machine is not configured right.
>
> Yes, some services are being migrated to newer hardware; the
> synchronization is still going on.  Should be fixed later today.

Hi Yavor,

Another thing that I noticed this morning is that the Git mirror of
Emacs seems to be down:

% keramida@kobe:/home/keramida/git/emacs$ git fetch
% load: 0.61  cmd: git 3462 [connec] 6.51r 0.00u 0.01s 0% 3132k
% load: 0.61  cmd: git 3462 [connec] 7.49r 0.00u 0.01s 0% 3132k
% load: 0.61  cmd: git 3462 [connec] 8.08r 0.00u 0.01s 0% 3132k
% git.sv.gnu.org[0: 140.186.70.72]: errno=No route to host
% fatal: unable to connect a socket (No route to host)
% keramida@kobe:/home/keramida/git/emacs$

Is this related to the hardware migration changes, or just something
that happened near the same time but should be reported elsewhere?





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

* Re: CVS problems?
  2009-10-21  7:39       ` Giorgos Keramidas
@ 2009-10-21  7:47         ` Yavor Doganov
  0 siblings, 0 replies; 9+ messages in thread
From: Yavor Doganov @ 2009-10-21  7:47 UTC (permalink / raw)
  To: emacs-devel

Giorgos Keramidas wrote:
> % git.sv.gnu.org[0: 140.186.70.72]: errno=No route to host

> Is this related to the hardware migration changes, 

Yes, most services are affected.





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

* Re: CVS problems?
  2009-10-21  0:17 CVS problems? Angelo Graziosi
  2009-10-21  0:51 ` Stefan Monnier
@ 2009-10-21  9:08 ` Andreas Schwab
  1 sibling, 0 replies; 9+ messages in thread
From: Andreas Schwab @ 2009-10-21  9:08 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: Emacs

Angelo Graziosi <angelo.graziosi@alice.it> writes:

> Trying to checkout Emacs from CVS fails. For example:

You can subscribe to savannah-users@ to get notified about such
incidents.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




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

end of thread, other threads:[~2009-10-21  9:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-21  0:17 CVS problems? Angelo Graziosi
2009-10-21  0:51 ` Stefan Monnier
2009-10-21  2:46   ` Karl Fogel
2009-10-21  7:31     ` Yavor Doganov
2009-10-21  7:39       ` Giorgos Keramidas
2009-10-21  7:47         ` Yavor Doganov
2009-10-21  9:08 ` Andreas Schwab
  -- strict thread matches above, loose matches on Subject: below --
2005-10-02  1:42 hypert
2005-10-02 20:30 ` Richard M. Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).