* [dpdk-ci] ci/Intel-compilation is blocked due to 502 error when running "git pull"
@ 2018-08-17 9:47 Tu, Lijuan
2018-08-17 16:31 ` Yigit, Ferruh
0 siblings, 1 reply; 5+ messages in thread
From: Tu, Lijuan @ 2018-08-17 9:47 UTC (permalink / raw)
To: ci, Yigit, Ferruh
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
Hi,
CI/Intel-compilation system is blocked due to unable to access 'http://dpdk.org/git/dpdk/ in PRC
Get error "fatal: unable to access 'http://dpdk.org/git/dpdk/': The requested URL returned error: 502"
url = http://dpdk.org/git/dpdk
Could you please look into this ?
BR,
Lijuan
[-- Attachment #2: Type: text/html, Size: 3036 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-ci] ci/Intel-compilation is blocked due to 502 error when running "git pull"
2018-08-17 9:47 [dpdk-ci] ci/Intel-compilation is blocked due to 502 error when running "git pull" Tu, Lijuan
@ 2018-08-17 16:31 ` Yigit, Ferruh
2018-08-17 16:47 ` Jeremy Plsek
0 siblings, 1 reply; 5+ messages in thread
From: Yigit, Ferruh @ 2018-08-17 16:31 UTC (permalink / raw)
To: Tu, Lijuan, ci
[-- Attachment #1: Type: text/plain, Size: 571 bytes --]
It was a server issue, it has been fixed a while ago, it should be OK now.
From: Tu, Lijuan
Sent: Friday, August 17, 2018 10:47 AM
To: ci@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>
Subject: ci/Intel-compilation is blocked due to 502 error when running "git pull"
Hi,
CI/Intel-compilation system is blocked due to unable to access 'http://dpdk.org/git/dpdk/ in PRC
Get error "fatal: unable to access 'http://dpdk.org/git/dpdk/': The requested URL returned error: 502"
url = http://dpdk.org/git/dpdk
Could you please look into this ?
BR,
Lijuan
[-- Attachment #2: Type: text/html, Size: 3930 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-ci] ci/Intel-compilation is blocked due to 502 error when running "git pull"
2018-08-17 16:31 ` Yigit, Ferruh
@ 2018-08-17 16:47 ` Jeremy Plsek
2018-08-20 9:18 ` Thomas Monjalon
0 siblings, 1 reply; 5+ messages in thread
From: Jeremy Plsek @ 2018-08-17 16:47 UTC (permalink / raw)
To: Yigit, Ferruh; +Cc: lijuan.tu, ci
Running `git clone git://dpdk.org/dpdk` yields:
Cloning into 'dpdk'...
fatal: unable to connect to dpdk.org:
dpdk.org[0: 92.243.14.124]: errno=Connection refused
(Running `git clone http://dpdk.org/git/dpdk` works though)
On Fri, Aug 17, 2018 at 12:32 PM Yigit, Ferruh <ferruh.yigit@intel.com> wrote:
>
> It was a server issue, it has been fixed a while ago, it should be OK now.
>
>
>
> From: Tu, Lijuan
> Sent: Friday, August 17, 2018 10:47 AM
> To: ci@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>
> Subject: ci/Intel-compilation is blocked due to 502 error when running "git pull"
>
>
>
> Hi,
>
>
>
> CI/Intel-compilation system is blocked due to unable to access 'http://dpdk.org/git/dpdk/ in PRC
>
> Get error “fatal: unable to access 'http://dpdk.org/git/dpdk/': The requested URL returned error: 502”
>
> url = http://dpdk.org/git/dpdk
>
>
>
> Could you please look into this ?
>
>
>
> BR,
>
> Lijuan
--
Jeremy Plsek
UNH InterOperability Laboratory
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-ci] ci/Intel-compilation is blocked due to 502 error when running "git pull"
2018-08-17 16:47 ` Jeremy Plsek
@ 2018-08-20 9:18 ` Thomas Monjalon
2018-08-20 9:20 ` Tu, Lijuan
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2018-08-20 9:18 UTC (permalink / raw)
To: ci; +Cc: Jeremy Plsek, Yigit, Ferruh, lijuan.tu
There was an issue on the server.
I killed everything so the HTTP access became OK,
but I forgot to restart GIT daemon access.
Everything should be OK now.
Sorry for the troubles.
17/08/2018 18:47, Jeremy Plsek:
> Running `git clone git://dpdk.org/dpdk` yields:
>
> Cloning into 'dpdk'...
> fatal: unable to connect to dpdk.org:
> dpdk.org[0: 92.243.14.124]: errno=Connection refused
>
> (Running `git clone http://dpdk.org/git/dpdk` works though)
> On Fri, Aug 17, 2018 at 12:32 PM Yigit, Ferruh <ferruh.yigit@intel.com> wrote:
> >
> > It was a server issue, it has been fixed a while ago, it should be OK now.
> >
> >
> >
> > From: Tu, Lijuan
> > Sent: Friday, August 17, 2018 10:47 AM
> > To: ci@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>
> > Subject: ci/Intel-compilation is blocked due to 502 error when running "git pull"
> >
> >
> >
> > Hi,
> >
> >
> >
> > CI/Intel-compilation system is blocked due to unable to access 'http://dpdk.org/git/dpdk/ in PRC
> >
> > Get error “fatal: unable to access 'http://dpdk.org/git/dpdk/': The requested URL returned error: 502”
> >
> > url = http://dpdk.org/git/dpdk
> >
> >
> >
> > Could you please look into this ?
> >
> >
> >
> > BR,
> >
> > Lijuan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-ci] ci/Intel-compilation is blocked due to 502 error when running "git pull"
2018-08-20 9:18 ` Thomas Monjalon
@ 2018-08-20 9:20 ` Tu, Lijuan
0 siblings, 0 replies; 5+ messages in thread
From: Tu, Lijuan @ 2018-08-20 9:20 UTC (permalink / raw)
To: Thomas Monjalon, ci; +Cc: Jeremy Plsek, Yigit, Ferruh
Thanks, everything is ok.
> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Monday, August 20, 2018 5:18 PM
> To: ci@dpdk.org
> Cc: Jeremy Plsek <jplsek@iol.unh.edu>; Yigit, Ferruh
> <ferruh.yigit@intel.com>; Tu, Lijuan <lijuan.tu@intel.com>
> Subject: Re: [dpdk-ci] ci/Intel-compilation is blocked due to 502 error when
> running "git pull"
>
> There was an issue on the server.
> I killed everything so the HTTP access became OK, but I forgot to restart GIT
> daemon access.
> Everything should be OK now.
> Sorry for the troubles.
>
>
> 17/08/2018 18:47, Jeremy Plsek:
> > Running `git clone git://dpdk.org/dpdk` yields:
> >
> > Cloning into 'dpdk'...
> > fatal: unable to connect to dpdk.org:
> > dpdk.org[0: 92.243.14.124]: errno=Connection refused
> >
> > (Running `git clone http://dpdk.org/git/dpdk` works though) On Fri,
> > Aug 17, 2018 at 12:32 PM Yigit, Ferruh <ferruh.yigit@intel.com> wrote:
> > >
> > > It was a server issue, it has been fixed a while ago, it should be OK now.
> > >
> > >
> > >
> > > From: Tu, Lijuan
> > > Sent: Friday, August 17, 2018 10:47 AM
> > > To: ci@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>
> > > Subject: ci/Intel-compilation is blocked due to 502 error when running
> "git pull"
> > >
> > >
> > >
> > > Hi,
> > >
> > >
> > >
> > > CI/Intel-compilation system is blocked due to unable to access
> > > 'http://dpdk.org/git/dpdk/ in PRC
> > >
> > > Get error “fatal: unable to access 'http://dpdk.org/git/dpdk/': The
> requested URL returned error: 502”
> > >
> > > url = http://dpdk.org/git/dpdk
> > >
> > >
> > >
> > > Could you please look into this ?
> > >
> > >
> > >
> > > BR,
> > >
> > > Lijuan
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-08-20 9:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-17 9:47 [dpdk-ci] ci/Intel-compilation is blocked due to 502 error when running "git pull" Tu, Lijuan
2018-08-17 16:31 ` Yigit, Ferruh
2018-08-17 16:47 ` Jeremy Plsek
2018-08-20 9:18 ` Thomas Monjalon
2018-08-20 9:20 ` Tu, Lijuan
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 NNTP newsgroup(s).