All of lore.kernel.org
 help / color / mirror / Atom feed
* melo git outage
@ 2010-09-15 20:32 Tom King
  2010-09-15 20:58 ` Frans Meulenbroeks
  2010-09-16  8:28 ` Steffen Sledz
  0 siblings, 2 replies; 7+ messages in thread
From: Tom King @ 2010-09-15 20:32 UTC (permalink / raw)
  To: openembedded-devel

In approximately 1hr 21:30UTC I need to rsync the server to create a backup
and perform an upgrade to the melo server so that we can add some additional
functionality.

I suspect that the rsync and upgrad will take approx 2-3hrs (to fix things
that break)

Thanks,

ka6sox
(for the oe infrastructure team)


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

* Re: melo git outage
  2010-09-15 20:32 melo git outage Tom King
@ 2010-09-15 20:58 ` Frans Meulenbroeks
  2010-09-16  8:28 ` Steffen Sledz
  1 sibling, 0 replies; 7+ messages in thread
From: Frans Meulenbroeks @ 2010-09-15 20:58 UTC (permalink / raw)
  To: openembedded-devel

2010/9/15 Tom King <ka6sox@gmail.com>:
> In approximately 1hr 21:30UTC I need to rsync the server to create a backup
> and perform an upgrade to the melo server so that we can add some additional
> functionality.
>
> I suspect that the rsync and upgrad will take approx 2-3hrs (to fix things
> that break)
>
> Thanks,
>
> ka6sox
> (for the oe infrastructure team)
>
Thanks for the notice and thanks for the good work!

Frans.



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

* Re: melo git outage
  2010-09-15 20:32 melo git outage Tom King
  2010-09-15 20:58 ` Frans Meulenbroeks
@ 2010-09-16  8:28 ` Steffen Sledz
  2010-09-16  8:51   ` Frans Meulenbroeks
  1 sibling, 1 reply; 7+ messages in thread
From: Steffen Sledz @ 2010-09-16  8:28 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Tom King

Am 15.09.2010 22:32, schrieb Tom King:
> In approximately 1hr 21:30UTC I need to rsync the server to create a backup
> and perform an upgrade to the melo server so that we can add some additional
> functionality.
> 
> I suspect that the rsync and upgrad will take approx 2-3hrs (to fix things
> that break)

No yet back again. :(

> git pull
git.openembedded.net[0: 140.211.169.165]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)

Steffen

-- 
Steffen Sledz
DResearch Digital Media Systems GmbH
Otto-Schmirgal-Str.3, D-10319 Berlin, Germany
Tel: +49 (30) 515932237 mailto:sledz@DResearch.DE
Fax: +49 (30) 515932299 http://www.DResearch.DE
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 54412;
Ust.-IDNr. DE169013825; WEEE Reg.-Nr. DE 85995642




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

* Re: melo git outage
  2010-09-16  8:28 ` Steffen Sledz
@ 2010-09-16  8:51   ` Frans Meulenbroeks
  2010-09-17  3:56     ` Steve Sakoman
  0 siblings, 1 reply; 7+ messages in thread
From: Frans Meulenbroeks @ 2010-09-16  8:51 UTC (permalink / raw)
  To: openembedded-devel

2010/9/16 Steffen Sledz <sledz@dresearch.de>:
> Am 15.09.2010 22:32, schrieb Tom King:
>> In approximately 1hr 21:30UTC I need to rsync the server to create a backup
>> and perform an upgrade to the melo server so that we can add some additional
>> functionality.
>>
>> I suspect that the rsync and upgrad will take approx 2-3hrs (to fix things
>> that break)
>
> No yet back again. :(
>
>> git pull
> git.openembedded.net[0: 140.211.169.165]: errno=Connection refused
> fatal: unable to connect a socket (Connection refused)
>
> Steffen

Here it works:

frans@frans-desktop:~/workspace/openembedded.git$ git pull
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 3), reused 0 (delta 0)
Unpacking objects: 100% (5/5), done.
From git.openembedded.org:openembedded
   23e6589..6aa0766  master     -> origin/master
   23e6589..6aa0766  org.openembedded.dev -> origin/org.openembedded.dev
Updating 23e6589..6aa0766
Fast-forward
 recipes/nodejs/nodejs_0.2.1.bb |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)

Frans



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

* Re: melo git outage
  2010-09-16  8:51   ` Frans Meulenbroeks
@ 2010-09-17  3:56     ` Steve Sakoman
  2010-09-17  8:45       ` Paul Menzel
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Sakoman @ 2010-09-17  3:56 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Sep 16, 2010 at 1:51 AM, Frans Meulenbroeks
<fransmeulenbroeks@gmail.com> wrote:
> 2010/9/16 Steffen Sledz <sledz@dresearch.de>:
>> Am 15.09.2010 22:32, schrieb Tom King:
>>> In approximately 1hr 21:30UTC I need to rsync the server to create a backup
>>> and perform an upgrade to the melo server so that we can add some additional
>>> functionality.
>>>
>>> I suspect that the rsync and upgrad will take approx 2-3hrs (to fix things
>>> that break)
>>
>> No yet back again. :(
>>
>>> git pull
>> git.openembedded.net[0: 140.211.169.165]: errno=Connection refused
>> fatal: unable to connect a socket (Connection refused)
>>
>> Steffen
>
> Here it works:
>
> frans@frans-desktop:~/workspace/openembedded.git$ git pull
> remote: Counting objects: 9, done.
> remote: Compressing objects: 100% (5/5), done.
> remote: Total 5 (delta 3), reused 0 (delta 0)
> Unpacking objects: 100% (5/5), done.
> From git.openembedded.org:openembedded
>   23e6589..6aa0766  master     -> origin/master
>   23e6589..6aa0766  org.openembedded.dev -> origin/org.openembedded.dev
> Updating 23e6589..6aa0766
> Fast-forward
>  recipes/nodejs/nodejs_0.2.1.bb |   23 ++++++++++++++---------
>  1 files changed, 14 insertions(+), 9 deletions(-)

Unfortunately for many others it is still broken:

steve@www:~/openembedded$ git pull
git.openembedded.org[0: 140.211.169.165]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)

Is anyone working on this?

Steve



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

* Re: melo git outage
  2010-09-17  3:56     ` Steve Sakoman
@ 2010-09-17  8:45       ` Paul Menzel
  2010-09-17  9:03         ` [solved/over] " Paul Menzel
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Menzel @ 2010-09-17  8:45 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

Am Donnerstag, den 16.09.2010, 20:56 -0700 schrieb Steve Sakoman:

[…]

> Unfortunately for many others it is still broken:
> 
> steve@www:~/openembedded$ git pull
> git.openembedded.org[0: 140.211.169.165]: errno=Connection refused
> fatal: unable to connect a socket (Connection refused)

It looks like the Git Daemon is not running (?), since SSH access is
working.

> Is anyone working on this?


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [solved/over] melo git outage
  2010-09-17  8:45       ` Paul Menzel
@ 2010-09-17  9:03         ` Paul Menzel
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Menzel @ 2010-09-17  9:03 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

Am Freitag, den 17.09.2010, 10:45 +0200 schrieb Paul Menzel:
> Am Donnerstag, den 16.09.2010, 20:56 -0700 schrieb Steve Sakoman:
> 
> […]
> 
> > Unfortunately for many others it is still broken:
> > 
> > steve@www:~/openembedded$ git pull
> > git.openembedded.org[0: 140.211.169.165]: errno=Connection refused
> > fatal: unable to connect a socket (Connection refused)
> 
> It looks like the Git Daemon is not running (?), since SSH access is
> working.
> 
> > Is anyone working on this?

It is working for me now!

Thank you to everyone having been involved in getting this done!


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2010-09-17  9:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-15 20:32 melo git outage Tom King
2010-09-15 20:58 ` Frans Meulenbroeks
2010-09-16  8:28 ` Steffen Sledz
2010-09-16  8:51   ` Frans Meulenbroeks
2010-09-17  3:56     ` Steve Sakoman
2010-09-17  8:45       ` Paul Menzel
2010-09-17  9:03         ` [solved/over] " Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.