[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 gi

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

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 havin

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://

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, Vladimi

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.

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

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 ve

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, St

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 > --reusead