Re: [ewg] error cloning rdma-core

2018-11-27 Thread Steve Wise
Works now.  Thanks!


On 11/27/2018 3:57 PM, Vladimir Sokolovsky wrote:
> Hi Steve,
> Try now,
>
> Ken,
> git-daemon was not running.
> Can you enable the git-daemon service to run the following command
> upon boot?
> /usr/lib/git-core/git-daemon --syslog --detach --export-all --verbose
> --reuseaddr --user-path=scm --base-path=/pub/scm
>
> Thanks,
> Vladimir
>
> On 11/27/2018 05:54 PM, Steve Wise wrote:
>> Hey guys, I'm having problems cloning again:
>>
>> # git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
>> Cloning into 'compat-rdma'...
>> fatal: unable to connect to git.openfabrics.org:
>> git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused
>>
>> What am I doing wrong?
>>
>>
>> Thanks,
>>
>>
>> Steve.
>>
>>
>> On 8/27/2018 11:10 AM, Vladimir Sokolovsky wrote:
>>> On 08/27/2018 06:56 PM, Steve Wise wrote:
 Hey Ken, did the URL change to clone the various OFED git repos?

 [root@stevo2 tmp]# git clone
 https://git.openfabrics.org/compat-rdma/compat-rdma.git
 Cloning into 'compat-rdma'...
 fatal: repository
 'https://git.openfabrics.org/compat-rdma/compat-rdma.git/' not found
 [root@stevo2 tmp]# git clone
 git://git.openfabrics.org/compat-rdma/compat-rdma.git
 Cloning into 'compat-rdma'...
 fatal: unable to connect to git.openfabrics.org:
 git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused

 [root@stevo2 tmp]#

 THanks,

 Steve.

 ___
 ewg mailing list
 ewg@lists.openfabrics.org
 https://lists.openfabrics.org/mailman/listinfo/ewg
>>> Hi Steve,
>>> Clone with git protocol should work now:
>>> git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
>>>
>>> Regards,
>>> Vladimir
>

___
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg


Re: [ewg] error cloning rdma-core

2018-11-27 Thread Vladimir Sokolovsky

Hi Steve,
Try now,

Ken,
git-daemon was not running.
Can you enable the git-daemon service to run the following command upon 
boot?
/usr/lib/git-core/git-daemon --syslog --detach --export-all --verbose 
--reuseaddr --user-path=scm --base-path=/pub/scm


Thanks,
Vladimir

On 11/27/2018 05:54 PM, Steve Wise wrote:

Hey guys, I'm having problems cloning again:

# git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
Cloning into 'compat-rdma'...
fatal: unable to connect to git.openfabrics.org:
git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused

What am I doing wrong?


Thanks,


Steve.


On 8/27/2018 11:10 AM, Vladimir Sokolovsky wrote:

On 08/27/2018 06:56 PM, Steve Wise wrote:

Hey Ken, did the URL change to clone the various OFED git repos?

[root@stevo2 tmp]# git clone
https://git.openfabrics.org/compat-rdma/compat-rdma.git
Cloning into 'compat-rdma'...
fatal: repository
'https://git.openfabrics.org/compat-rdma/compat-rdma.git/' not found
[root@stevo2 tmp]# git clone
git://git.openfabrics.org/compat-rdma/compat-rdma.git
Cloning into 'compat-rdma'...
fatal: unable to connect to git.openfabrics.org:
git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused

[root@stevo2 tmp]#

THanks,

Steve.

___
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg

Hi Steve,
Clone with git protocol should work now:
git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git

Regards,
Vladimir



___
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg


Re: [ewg] error cloning rdma-core

2018-11-27 Thread Ken Strandberg
I don't know that you're doing anything wrong. The daemon is running and
hasn't changed configuration since the last time you git'd. Some system
updates have happened over the last few weeks. If the daemon is based on
python there could be some new python updates that aren't compatible with
this version of the daemon. Or, there could be some weirdness in the
firewall. The git port is open in the firewall, but the server seems to be
refusing connection.  I'm still looking into it, but I have a meeting for a
couple hrs. I'll dig back into it after I get back. We do have the web-git
service running at http://git.openfabrics.org if that would help
temporarily to get files through a browser. Not sure if that's helpful.

Vlad, you're welcome to see if you can find a reason Steve can't connect.

On Tue, Nov 27, 2018 at 7:54 AM Steve Wise 
wrote:

> Hey guys, I'm having problems cloning again:
>
> # git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
> Cloning into 'compat-rdma'...
> fatal: unable to connect to git.openfabrics.org:
> git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused
>
> What am I doing wrong?
>
>
> Thanks,
>
>
> Steve.
>
>
> On 8/27/2018 11:10 AM, Vladimir Sokolovsky wrote:
> > On 08/27/2018 06:56 PM, Steve Wise wrote:
> >> Hey Ken, did the URL change to clone the various OFED git repos?
> >>
> >> [root@stevo2 tmp]# git clone
> >> https://git.openfabrics.org/compat-rdma/compat-rdma.git
> >> Cloning into 'compat-rdma'...
> >> fatal: repository
> >> 'https://git.openfabrics.org/compat-rdma/compat-rdma.git/' not found
> >> [root@stevo2 tmp]# git clone
> >> git://git.openfabrics.org/compat-rdma/compat-rdma.git
> >> Cloning into 'compat-rdma'...
> >> fatal: unable to connect to git.openfabrics.org:
> >> git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused
> >>
> >> [root@stevo2 tmp]#
> >>
> >> THanks,
> >>
> >> Steve.
> >>
> >> ___
> >> ewg mailing list
> >> ewg@lists.openfabrics.org
> >> https://lists.openfabrics.org/mailman/listinfo/ewg
> > Hi Steve,
> > Clone with git protocol should work now:
> > git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
> >
> > Regards,
> > Vladimir
>
> ___
> ewg mailing list
> ewg@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
k...@catlowcommunications.com
775-690-6575 (v)
775-313-9617 (f)
___
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg


Re: [ewg] error cloning rdma-core

2018-11-27 Thread Ken Strandberg
Looking at it now, Steve.

On Tue, Nov 27, 2018 at 7:54 AM Steve Wise 
wrote:

> Hey guys, I'm having problems cloning again:
>
> # git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
> Cloning into 'compat-rdma'...
> fatal: unable to connect to git.openfabrics.org:
> git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused
>
> What am I doing wrong?
>
>
> Thanks,
>
>
> Steve.
>
>
> On 8/27/2018 11:10 AM, Vladimir Sokolovsky wrote:
> > On 08/27/2018 06:56 PM, Steve Wise wrote:
> >> Hey Ken, did the URL change to clone the various OFED git repos?
> >>
> >> [root@stevo2 tmp]# git clone
> >> https://git.openfabrics.org/compat-rdma/compat-rdma.git
> >> Cloning into 'compat-rdma'...
> >> fatal: repository
> >> 'https://git.openfabrics.org/compat-rdma/compat-rdma.git/' not found
> >> [root@stevo2 tmp]# git clone
> >> git://git.openfabrics.org/compat-rdma/compat-rdma.git
> >> Cloning into 'compat-rdma'...
> >> fatal: unable to connect to git.openfabrics.org:
> >> git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused
> >>
> >> [root@stevo2 tmp]#
> >>
> >> THanks,
> >>
> >> Steve.
> >>
> >> ___
> >> ewg mailing list
> >> ewg@lists.openfabrics.org
> >> https://lists.openfabrics.org/mailman/listinfo/ewg
> > Hi Steve,
> > Clone with git protocol should work now:
> > git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
> >
> > Regards,
> > Vladimir
>
> ___
> ewg mailing list
> ewg@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
k...@catlowcommunications.com
775-690-6575 (v)
775-313-9617 (f)
___
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg


Re: [ewg] error cloning rdma-core

2018-11-27 Thread Steve Wise
Hey guys, I'm having problems cloning again:

# git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
Cloning into 'compat-rdma'...
fatal: unable to connect to git.openfabrics.org:
git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused

What am I doing wrong?


Thanks,


Steve.


On 8/27/2018 11:10 AM, Vladimir Sokolovsky wrote:
> On 08/27/2018 06:56 PM, Steve Wise wrote:
>> Hey Ken, did the URL change to clone the various OFED git repos?
>>
>> [root@stevo2 tmp]# git clone
>> https://git.openfabrics.org/compat-rdma/compat-rdma.git
>> Cloning into 'compat-rdma'...
>> fatal: repository
>> 'https://git.openfabrics.org/compat-rdma/compat-rdma.git/' not found
>> [root@stevo2 tmp]# git clone
>> git://git.openfabrics.org/compat-rdma/compat-rdma.git
>> Cloning into 'compat-rdma'...
>> fatal: unable to connect to git.openfabrics.org:
>> git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused
>>
>> [root@stevo2 tmp]#
>>
>> THanks,
>>
>> Steve.
>>
>> ___
>> ewg mailing list
>> ewg@lists.openfabrics.org
>> https://lists.openfabrics.org/mailman/listinfo/ewg
> Hi Steve,
> Clone with git protocol should work now:
> git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
>
> Regards,
> Vladimir

___
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg


Re: [ewg] error cloning rdma-core

2018-08-27 Thread Ken Strandberg
Thanks, Vlad. I didn't go back after you set up the daemon to make it
auto-start with boot. Looks like you already did. It should restart after
next boot.

On Mon, Aug 27, 2018 at 9:33 AM Vladimir Sokolovsky 
wrote:

> On 08/27/2018 07:24 PM, Steve Wise wrote:
> >
> > On 8/27/2018 11:10 AM, Vladimir Sokolovsky wrote:
> >
> >> Hi Steve,
> >> Clone with git protocol should work now:
> >> git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
> >>
> > It worked this time. Before I was getting "connection refused" when
> > using the git:// URL. What changed? Maybe I'm having a MUNDAY. :) Steve.
> I started git-daemon, it was not running after reboot.
>
> Regards,
> Vladimir
> ___
> ewg mailing list
> ewg@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
k...@catlowcommunications.com
775-690-6575 (v)
775-313-9617 (f)
___
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg


Re: [ewg] error cloning rdma-core

2018-08-27 Thread Vladimir Sokolovsky

On 08/27/2018 07:24 PM, Steve Wise wrote:


On 8/27/2018 11:10 AM, Vladimir Sokolovsky wrote:


Hi Steve,
Clone with git protocol should work now:
git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git

It worked this time. Before I was getting "connection refused" when 
using the git:// URL. What changed? Maybe I'm having a MUNDAY. :) Steve.

I started git-daemon, it was not running after reboot.

Regards,
Vladimir
___
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg


Re: [ewg] error cloning rdma-core

2018-08-27 Thread Steve Wise


On 8/27/2018 11:10 AM, Vladimir Sokolovsky wrote:

> Hi Steve,
> Clone with git protocol should work now:
> git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
> 

It worked this time.  Before I was getting "connection refused" when
using the git:// URL.

What changed? Maybe I'm having a MUNDAY. :)

Steve.

___
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg


Re: [ewg] error cloning rdma-core

2018-08-27 Thread Vladimir Sokolovsky

On 08/27/2018 06:56 PM, Steve Wise wrote:

Hey Ken, did the URL change to clone the various OFED git repos?

[root@stevo2 tmp]# git clone
https://git.openfabrics.org/compat-rdma/compat-rdma.git
Cloning into 'compat-rdma'...
fatal: repository
'https://git.openfabrics.org/compat-rdma/compat-rdma.git/' not found
[root@stevo2 tmp]# git clone
git://git.openfabrics.org/compat-rdma/compat-rdma.git
Cloning into 'compat-rdma'...
fatal: unable to connect to git.openfabrics.org:
git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused

[root@stevo2 tmp]#

THanks,

Steve.

___
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg

Hi Steve,
Clone with git protocol should work now:
git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git

Regards,
Vladimir
___
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg


[ewg] error cloning rdma-core

2018-08-27 Thread Steve Wise
Hey Ken, did the URL change to clone the various OFED git repos?

[root@stevo2 tmp]# git clone
https://git.openfabrics.org/compat-rdma/compat-rdma.git
Cloning into 'compat-rdma'...
fatal: repository
'https://git.openfabrics.org/compat-rdma/compat-rdma.git/' not found
[root@stevo2 tmp]# git clone
git://git.openfabrics.org/compat-rdma/compat-rdma.git
Cloning into 'compat-rdma'...
fatal: unable to connect to git.openfabrics.org:
git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused

[root@stevo2 tmp]#

THanks,

Steve.

___
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg