public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* CVS?
@ 2001-10-23 17:59 Mark Mitchell
  2001-10-24  8:24 ` CVS? Phil Edwards
  2001-11-21 13:56 ` CVS? Mark Mitchell
  0 siblings, 2 replies; 8+ messages in thread
From: Mark Mitchell @ 2001-10-23 17:59 UTC (permalink / raw)
  To: overseers

Is there currently a problem with SSH-based CVS on the gcc.gnu.org box?
I am getting:

bash$ slogin -v gcc.gnu.org -l gccadmin
SSH Version 1.2.27 [i586-unknown-linux], protocol version 1.5.
Compiled with RSAREF.
gandalf.codesourcery.com: Reading configuration data 
/nfs/gandalf/u2/mitchell/.ssh/config
gandalf.codesourcery.com: Applying options for gcc.gnu.org
gandalf.codesourcery.com: Applying options for *
gandalf.codesourcery.com: Reading configuration data /etc/ssh/ssh_config
gandalf.codesourcery.com: ssh_connect: getuid 501 geteuid 0 anon 1
gandalf.codesourcery.com: Connecting to gcc.gnu.org [209.249.29.67] port 22.
gandalf.codesourcery.com: Connection established.
Connection closed by foreign host.
bash$

Thanks.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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

* Re: CVS?
  2001-10-23 17:59 CVS? Mark Mitchell
@ 2001-10-24  8:24 ` Phil Edwards
  2001-10-24  9:56   ` CVS? Christopher Faylor
  2001-11-21 14:23   ` CVS? Phil Edwards
  2001-11-21 13:56 ` CVS? Mark Mitchell
  1 sibling, 2 replies; 8+ messages in thread
From: Phil Edwards @ 2001-10-24  8:24 UTC (permalink / raw)
  To: Mark Mitchell; +Cc: overseers

On Wed, Nov 21, 2001 at 10:45:27AM -0800, Mark Mitchell wrote:
> Is there currently a problem with SSH-based CVS on the gcc.gnu.org box?

There was.  Somebody eventually rebooted the box.  Or it crashed.  Fixed now.

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams

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

* Re: CVS?
  2001-10-24  8:24 ` CVS? Phil Edwards
@ 2001-10-24  9:56   ` Christopher Faylor
  2001-10-25 16:58     ` CVS? Angela Marie Thomas
  2001-11-21 15:24     ` CVS? Christopher Faylor
  2001-11-21 14:23   ` CVS? Phil Edwards
  1 sibling, 2 replies; 8+ messages in thread
From: Christopher Faylor @ 2001-10-24  9:56 UTC (permalink / raw)
  To: Phil Edwards; +Cc: Mark Mitchell, overseers

On Wed, Nov 21, 2001 at 05:26:53PM -0500, Phil Edwards wrote:
>On Wed, Nov 21, 2001 at 10:45:27AM -0800, Mark Mitchell wrote:
>> Is there currently a problem with SSH-based CVS on the gcc.gnu.org box?
>
>There was.  Somebody eventually rebooted the box.  Or it crashed.  Fixed now.

Rebooted.

cgf

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

* Re: CVS?
  2001-10-24  9:56   ` CVS? Christopher Faylor
@ 2001-10-25 16:58     ` Angela Marie Thomas
  2001-11-21 21:05       ` CVS? Angela Marie Thomas
  2001-11-21 15:24     ` CVS? Christopher Faylor
  1 sibling, 1 reply; 8+ messages in thread
From: Angela Marie Thomas @ 2001-10-25 16:58 UTC (permalink / raw)
  To: Christopher Faylor; +Cc: Phil Edwards, Mark Mitchell, overseers

> On Wed, Nov 21, 2001 at 05:26:53PM -0500, Phil Edwards wrote:
> >On Wed, Nov 21, 2001 at 10:45:27AM -0800, Mark Mitchell wrote:
> >> Is there currently a problem with SSH-based CVS on the gcc.gnu.org box?
> >
> >There was.  Somebody eventually rebooted the box.  Or it crashed.  Fixed now
.
> 
> Rebooted.

Bad perms my fault.  cvs-tmp was one of the partitions that was very
unhappy when the machine hung.  I had to mkfs it.  I rebooted afterwards
to make sure the machine came up clean, but did not check the perms.

rc.local currently does:

    if [ -d /sourceware/cvs-tmp ]
    then
      cd /sourceware/cvs-tmp
      rm -rf *
    fi

I added a chmod to the above.  However, if the dir doesn't exist at all,
it won't do anything.

--Angela

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

* CVS?
  2001-10-23 17:59 CVS? Mark Mitchell
  2001-10-24  8:24 ` CVS? Phil Edwards
@ 2001-11-21 13:56 ` Mark Mitchell
  1 sibling, 0 replies; 8+ messages in thread
From: Mark Mitchell @ 2001-11-21 13:56 UTC (permalink / raw)
  To: overseers

Is there currently a problem with SSH-based CVS on the gcc.gnu.org box?
I am getting:

bash$ slogin -v gcc.gnu.org -l gccadmin
SSH Version 1.2.27 [i586-unknown-linux], protocol version 1.5.
Compiled with RSAREF.
gandalf.codesourcery.com: Reading configuration data 
/nfs/gandalf/u2/mitchell/.ssh/config
gandalf.codesourcery.com: Applying options for gcc.gnu.org
gandalf.codesourcery.com: Applying options for *
gandalf.codesourcery.com: Reading configuration data /etc/ssh/ssh_config
gandalf.codesourcery.com: ssh_connect: getuid 501 geteuid 0 anon 1
gandalf.codesourcery.com: Connecting to gcc.gnu.org [209.249.29.67] port 22.
gandalf.codesourcery.com: Connection established.
Connection closed by foreign host.
bash$

Thanks.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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

* Re: CVS?
  2001-10-24  8:24 ` CVS? Phil Edwards
  2001-10-24  9:56   ` CVS? Christopher Faylor
@ 2001-11-21 14:23   ` Phil Edwards
  1 sibling, 0 replies; 8+ messages in thread
From: Phil Edwards @ 2001-11-21 14:23 UTC (permalink / raw)
  To: Mark Mitchell; +Cc: overseers

On Wed, Nov 21, 2001 at 10:45:27AM -0800, Mark Mitchell wrote:
> Is there currently a problem with SSH-based CVS on the gcc.gnu.org box?

There was.  Somebody eventually rebooted the box.  Or it crashed.  Fixed now.

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams

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

* Re: CVS?
  2001-10-24  9:56   ` CVS? Christopher Faylor
  2001-10-25 16:58     ` CVS? Angela Marie Thomas
@ 2001-11-21 15:24     ` Christopher Faylor
  1 sibling, 0 replies; 8+ messages in thread
From: Christopher Faylor @ 2001-11-21 15:24 UTC (permalink / raw)
  To: Phil Edwards; +Cc: Mark Mitchell, overseers

On Wed, Nov 21, 2001 at 05:26:53PM -0500, Phil Edwards wrote:
>On Wed, Nov 21, 2001 at 10:45:27AM -0800, Mark Mitchell wrote:
>> Is there currently a problem with SSH-based CVS on the gcc.gnu.org box?
>
>There was.  Somebody eventually rebooted the box.  Or it crashed.  Fixed now.

Rebooted.

cgf

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

* Re: CVS?
  2001-10-25 16:58     ` CVS? Angela Marie Thomas
@ 2001-11-21 21:05       ` Angela Marie Thomas
  0 siblings, 0 replies; 8+ messages in thread
From: Angela Marie Thomas @ 2001-11-21 21:05 UTC (permalink / raw)
  To: Christopher Faylor; +Cc: Phil Edwards, Mark Mitchell, overseers

> On Wed, Nov 21, 2001 at 05:26:53PM -0500, Phil Edwards wrote:
> >On Wed, Nov 21, 2001 at 10:45:27AM -0800, Mark Mitchell wrote:
> >> Is there currently a problem with SSH-based CVS on the gcc.gnu.org box?
> >
> >There was.  Somebody eventually rebooted the box.  Or it crashed.  Fixed now
.
> 
> Rebooted.

Bad perms my fault.  cvs-tmp was one of the partitions that was very
unhappy when the machine hung.  I had to mkfs it.  I rebooted afterwards
to make sure the machine came up clean, but did not check the perms.

rc.local currently does:

    if [ -d /sourceware/cvs-tmp ]
    then
      cd /sourceware/cvs-tmp
      rm -rf *
    fi

I added a chmod to the above.  However, if the dir doesn't exist at all,
it won't do anything.

--Angela

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

end of thread, other threads:[~2001-11-22  5:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-23 17:59 CVS? Mark Mitchell
2001-10-24  8:24 ` CVS? Phil Edwards
2001-10-24  9:56   ` CVS? Christopher Faylor
2001-10-25 16:58     ` CVS? Angela Marie Thomas
2001-11-21 21:05       ` CVS? Angela Marie Thomas
2001-11-21 15:24     ` CVS? Christopher Faylor
2001-11-21 14:23   ` CVS? Phil Edwards
2001-11-21 13:56 ` CVS? Mark Mitchell

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