[ewg] Fwd: Re: Error cloning repo to local
FuLong Wang
fulwang at linux.vnet.ibm.com
Mon Oct 26 20:26:43 PDT 2020
Thanks ken,
I tried this morning from my home and also from office network, but
still no lucky!
encountered the same error.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[root at rhel82a ~]# ping www.google.com
PING www.google.com (172.217.24.196) 56(84) bytes of data.
64 bytes from hkg12s13-in-f4.1e100.net (172.217.24.196): icmp_seq=1
ttl=100 time=48.6 ms
64 bytes from hkg12s13-in-f4.1e100.net (172.217.24.196): icmp_seq=2
ttl=100 time=48.5 ms
64 bytes from hkg12s13-in-f4.1e100.net (172.217.24.196): icmp_seq=3
ttl=100 time=48.2 ms
64 bytes from hkg12s13-in-f4.1e100.net (172.217.24.196): icmp_seq=4
ttl=100 time=48.1 ms
64 bytes from hkg12s13-in-f4.1e100.net (172.217.24.196): icmp_seq=5
ttl=100 time=48.6 ms
^C
--- www.google.com ping statistics ---
6 packets transmitted, 5 received, 16.6667% packet loss, time 11ms
rtt min/avg/max/mdev = 48.053/48.409/48.638/0.329 ms
[root at rhel82a ~]#
[root at rhel82a ~]# ping git.openfabrics.org
PING git.openfabrics.org (69.55.231.76) 56(84) bytes of data.
64 bytes from openfabrics.org (69.55.231.76): icmp_seq=1 ttl=34 time=177 ms
64 bytes from openfabrics.org (69.55.231.76): icmp_seq=2 ttl=34 time=175 ms
64 bytes from openfabrics.org (69.55.231.76): icmp_seq=3 ttl=34 time=174 ms
64 bytes from openfabrics.org (69.55.231.76): icmp_seq=4 ttl=34 time=175 ms
64 bytes from openfabrics.org (69.55.231.76): icmp_seq=5 ttl=34 time=176 ms
^C
--- git.openfabrics.org ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 9ms
rtt min/avg/max/mdev = 174.492/175.151/176.547/0.972 ms
[root at rhel82a ~]#
[root at rhel82a ~]# git clone git://git.openfabrics.org/~vlad/build.git -b
master
Cloning into 'build'...
fatal: unable to connect to git.openfabrics.org:
git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused
[root at rhel82a ~]#
--
Regards
FuLong Wang
_______________________________________________
On 10/26/20 23:35, Ken Strandberg wrote:
> While its status was active, I restarted it. On Sun, Oct 25, 2020 at
> 11:05 PM FuLong...
> This Message Is From an External Sender
> This message came from outside your organization.
>
> While its status was active, I restarted it.
>
> On Sun, Oct 25, 2020 at 11:05 PM FuLong Wang <fulwang at linux.vnet.ibm.com
> <mailto:fulwang at linux.vnet.ibm.com>> wrote:
>
>
> Ken,
>
> would you help to check if the daemons still running, cause we can't
> clone the repo again.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> sles12sp3:~ #
> sles12sp3:~ # git clone -b master
> git://git.openfabrics.org/compat-rdma/compat-rdma.git
> <http://git.openfabrics.org/compat-rdma/compat-rdma.git>
> Cloning into 'compat-rdma'...
> fatal: unable to connect to git.openfabrics.org
> <http://git.openfabrics.org>:
> git.openfabrics.org <http://git.openfabrics.org>[0: 69.55.231.76]:
> errno=Connection refused
>
> sles12sp3:~ #
>
>
> Many Thanks!
>
> Regards
> FuLong
>
> -------- Forwarded Message --------
> Subject: Re: [ewg] Error cloning repo to local
> Date: Tue, 18 Aug 2020 07:39:41 +0800
> From: FuLong Wang <fulwang at linux.vnet.ibm.com
> <mailto:fulwang at linux.vnet.ibm.com>>
> Reply-To: fulwang at linux.vnet.ibm.com <mailto:fulwang at linux.vnet.ibm.com>
> To: Ken Strandberg <ken at catlowcommunications.com
> <mailto:ken at catlowcommunications.com>>
>
> Thanks Ken,
>
> It works now!
>
>
> --
> Regards
> FuLong Wang
> _______________________________________________
>
> On 8/17/20 23:19, Ken Strandberg wrote:
> > I suspect the daemon was not running. Please try again.
> >
> > On Sun, Aug 16, 2020 at 11:11 PM FuLong Wang
> <fulwang at linux.vnet.ibm.com <mailto:fulwang at linux.vnet.ibm.com>
> > <mailto:fulwang at linux.vnet.ibm.com
> <mailto:fulwang at linux.vnet.ibm.com>>> wrote:
> >
> >
> > Hello everyone,
> >
> >
> > I'm following the below link to build OFED on my sles12 sp3
> server, but
> > immediately encounter access issues for the first try.
> >
> > Is there any further user/privileges setup for this to work?
> >
> >
> https://downloads.openfabrics.org/WorkGroups/ewg/Build%20Process/OFED-4-17-Build%20process-v2.pdf
> >
> >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> > sles12sp3:~ #
> > sles12sp3:~ # git clone
> git://git.openfabrics.org/~vlad/build.git
> <http://git.openfabrics.org/~vlad/build.git>
> > <http://git.openfabrics.org/~vlad/build.git>
> > Cloning into 'build'...
> >
> > fatal: unable to connect to git.openfabrics.org
> <http://git.openfabrics.org>
> > <http://git.openfabrics.org>:
> > git.openfabrics.org <http://git.openfabrics.org>
> <http://git.openfabrics.org>[0: 69.55.231.76]:
> > errno=Connection refused
> >
> > sles12sp3:~ #
> > sles12sp3:~ # git clone -b master
> > git://git.openfabrics.org/~vlad/build.git
> <http://git.openfabrics.org/~vlad/build.git>
> > <http://git.openfabrics.org/~vlad/build.git>
> > Cloning into 'build'...
> > fatal: unable to connect to git.openfabrics.org
> <http://git.openfabrics.org>
> > <http://git.openfabrics.org>:
> > git.openfabrics.org <http://git.openfabrics.org>
> <http://git.openfabrics.org>[0: 69.55.231.76]:
> > errno=Connection refused
> >
> > sles12sp3:~ # git clone -b master
> > git://git.openfabrics.org/compat-rdma/linux-4.17.git
> <http://git.openfabrics.org/compat-rdma/linux-4.17.git>
> > <http://git.openfabrics.org/compat-rdma/linux-4.17.git>
> > Cloning into 'linux-4.17'...
> > fatal: unable to connect to git.openfabrics.org
> <http://git.openfabrics.org>
> > <http://git.openfabrics.org>:
> > git.openfabrics.org <http://git.openfabrics.org>
> <http://git.openfabrics.org>[0: 69.55.231.76]:
> > errno=Connection refused
> >
> > sles12sp3:~ #
> >
> >
> >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> >
> > Thanks!
> >
> > --
> > Regards
> > FuLong Wang
> > _______________________________________________
> > _______________________________________________
> > ewg mailing list
> > ewg at lists.openfabrics.org <mailto:ewg at lists.openfabrics.org>
> <mailto:ewg at lists.openfabrics.org <mailto:ewg at lists.openfabrics.org>>
> > https://lists.openfabrics.org/mailman/listinfo/ewg
> >
> >
> >
> > --
> > ---------------
> > *Ken Strandberg*
> > *Catlow Communications*
> > /Technical Marketing Writing for Web, Print, Film/Video/
> > www.catlowcommunications.com
> <http://www.catlowcommunications.com>
> <http://www.catlowcommunications.com>
> > ken at catlowcommunications.com
> <mailto:ken at catlowcommunications.com>
> <mailto:ken at catlowcommunications.com
> <mailto:ken at catlowcommunications.com>>
> > 775-690-6575 (v)
> >
> _______________________________________________
> ewg mailing list
> ewg at lists.openfabrics.org <mailto:ewg at lists.openfabrics.org>
> https://lists.openfabrics.org/mailman/listinfo/ewg
>
>
>
> --
> ---------------
> *Ken Strandberg*
> *Catlow Communications*
> /Technical Marketing Writing for Web, Print, Film/Video/
> www.catlowcommunications.com <http://www.catlowcommunications.com>
> ken at catlowcommunications.com <mailto:ken at catlowcommunications.com>
> 775-690-6575 (v)
>
More information about the ewg
mailing list