All of lore.kernel.org
 help / color / mirror / Atom feed
* obtaining xfstests repository
@ 2016-03-21  4:57 Sonia mandelbrott
  2016-03-21  6:38 ` Dave Chinner
  0 siblings, 1 reply; 7+ messages in thread
From: Sonia mandelbrott @ 2016-03-21  4:57 UTC (permalink / raw)
  To: xfs


[-- Attachment #1.1: Type: text/plain, Size: 311 bytes --]

Hi. This might sound stupid to you, but I have gotproblem with obtaining
xfstests repo.
When I try git clone git://oss.sgi.com/xfs/cmds/xfstests
I get timeout after several minutes. I think it is problem with ssh keys?
Can You possibly guide me step by step what I need to do?
Sorry for all the trouble,

Sonia

[-- Attachment #1.2: Type: text/html, Size: 725 bytes --]

[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: obtaining xfstests repository
  2016-03-21  4:57 obtaining xfstests repository Sonia mandelbrott
@ 2016-03-21  6:38 ` Dave Chinner
  2016-03-21  7:22   ` Sonia mandelbrott
  0 siblings, 1 reply; 7+ messages in thread
From: Dave Chinner @ 2016-03-21  6:38 UTC (permalink / raw)
  To: Sonia mandelbrott; +Cc: xfs

On Mon, Mar 21, 2016 at 05:57:39AM +0100, Sonia mandelbrott wrote:
> Hi. This might sound stupid to you, but I have gotproblem with obtaining
> xfstests repo.
> When I try git clone git://oss.sgi.com/xfs/cmds/xfstests
> I get timeout after several minutes. I think it is problem with ssh keys?
> Can You possibly guide me step by step what I need to do?
> Sorry for all the trouble,

Just use this repository:

git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: obtaining xfstests repository
  2016-03-21  6:38 ` Dave Chinner
@ 2016-03-21  7:22   ` Sonia mandelbrott
  2016-03-21  7:27     ` Eryu Guan
  2016-03-21  7:30     ` Dave Chinner
  0 siblings, 2 replies; 7+ messages in thread
From: Sonia mandelbrott @ 2016-03-21  7:22 UTC (permalink / raw)
  To: Dave Chinner; +Cc: xfs


[-- Attachment #1.1: Type: text/plain, Size: 1175 bytes --]

Thank you for your replies, here is output when used your link:

-bash-4.2$ git clone git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
Cloning into 'xfstests-dev'...
fatal: unable to connect to git.kernel.org:
git.kernel.org[0: 149.20.4.72]: errno=Connection timed out
git.kernel.org[1: 199.204.44.194]: errno=Connection timed out
git.kernel.org[2: 198.145.20.140]: errno=Connection timed out
git.kernel.org[3: 2620:3:c000:a:0:1991:8:25]: errno=Network is unreachable
git.kernel.org[4: 2001:4f8:1:10:0:1991:8:25]: errno=Network is unreachable


On Mon, Mar 21, 2016 at 7:38 AM, Dave Chinner <david@fromorbit.com> wrote:

> On Mon, Mar 21, 2016 at 05:57:39AM +0100, Sonia mandelbrott wrote:
> > Hi. This might sound stupid to you, but I have gotproblem with obtaining
> > xfstests repo.
> > When I try git clone git://oss.sgi.com/xfs/cmds/xfstests
> > I get timeout after several minutes. I think it is problem with ssh keys?
> > Can You possibly guide me step by step what I need to do?
> > Sorry for all the trouble,
>
> Just use this repository:
>
> git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
>
> Cheers,
>
> Dave.
> --
> Dave Chinner
> david@fromorbit.com
>

[-- Attachment #1.2: Type: text/html, Size: 2259 bytes --]

[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: obtaining xfstests repository
  2016-03-21  7:22   ` Sonia mandelbrott
@ 2016-03-21  7:27     ` Eryu Guan
  2016-03-21  7:30     ` Dave Chinner
  1 sibling, 0 replies; 7+ messages in thread
From: Eryu Guan @ 2016-03-21  7:27 UTC (permalink / raw)
  To: Sonia mandelbrott; +Cc: xfs

On Mon, Mar 21, 2016 at 08:22:09AM +0100, Sonia mandelbrott wrote:
> Thank you for your replies, here is output when used your link:
> 
> -bash-4.2$ git clone git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
> Cloning into 'xfstests-dev'...
> fatal: unable to connect to git.kernel.org:
> git.kernel.org[0: 149.20.4.72]: errno=Connection timed out
> git.kernel.org[1: 199.204.44.194]: errno=Connection timed out
> git.kernel.org[2: 198.145.20.140]: errno=Connection timed out
> git.kernel.org[3: 2620:3:c000:a:0:1991:8:25]: errno=Network is unreachable
> git.kernel.org[4: 2001:4f8:1:10:0:1991:8:25]: errno=Network is unreachable

I have no problem cloning both repos, perhaps something went wrong with
your network connection?

Thanks,
Eryu

> 
> On Mon, Mar 21, 2016 at 7:38 AM, Dave Chinner <david@fromorbit.com> wrote:
> 
>     On Mon, Mar 21, 2016 at 05:57:39AM +0100, Sonia mandelbrott wrote:
>     > Hi. This might sound stupid to you, but I have gotproblem with obtaining
>     > xfstests repo.
>     > When I try git clone git://oss.sgi.com/xfs/cmds/xfstests
>     > I get timeout after several minutes. I think it is problem with ssh keys?
>     > Can You possibly guide me step by step what I need to do?
>     > Sorry for all the trouble,
> 
>     Just use this repository:
> 
>     git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
> 
>     Cheers,
> 
>     Dave.
>     --
>     Dave Chinner
>     david@fromorbit.com
> 

> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: obtaining xfstests repository
  2016-03-21  7:22   ` Sonia mandelbrott
  2016-03-21  7:27     ` Eryu Guan
@ 2016-03-21  7:30     ` Dave Chinner
  2016-03-21  7:39       ` Sonia mandelbrott
  1 sibling, 1 reply; 7+ messages in thread
From: Dave Chinner @ 2016-03-21  7:30 UTC (permalink / raw)
  To: Sonia mandelbrott; +Cc: xfs

On Mon, Mar 21, 2016 at 08:22:09AM +0100, Sonia mandelbrott wrote:
> Thank you for your replies, here is output when used your link:
> 
> -bash-4.2$ git clone git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
> Cloning into 'xfstests-dev'...
> fatal: unable to connect to git.kernel.org:
> git.kernel.org[0: 149.20.4.72]: errno=Connection timed out
> git.kernel.org[1: 199.204.44.194]: errno=Connection timed out
> git.kernel.org[2: 198.145.20.140]: errno=Connection timed out
> git.kernel.org[3: 2620:3:c000:a:0:1991:8:25]: errno=Network is unreachable
> git.kernel.org[4: 2001:4f8:1:10:0:1991:8:25]: errno=Network is unreachable

There's almost certainly a firewall in your way. Try cloning over
http.

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: obtaining xfstests repository
  2016-03-21  7:30     ` Dave Chinner
@ 2016-03-21  7:39       ` Sonia mandelbrott
  2016-03-21 11:20         ` Carlos Maiolino
  0 siblings, 1 reply; 7+ messages in thread
From: Sonia mandelbrott @ 2016-03-21  7:39 UTC (permalink / raw)
  To: xfs


[-- Attachment #1.1: Type: text/plain, Size: 977 bytes --]

It is probably because I am using my work connection...
But thank you for all the replies :)


On Mon, Mar 21, 2016 at 8:30 AM, Dave Chinner <david@fromorbit.com> wrote:

> On Mon, Mar 21, 2016 at 08:22:09AM +0100, Sonia mandelbrott wrote:
> > Thank you for your replies, here is output when used your link:
> >
> > -bash-4.2$ git clone git://
> git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
> > Cloning into 'xfstests-dev'...
> > fatal: unable to connect to git.kernel.org:
> > git.kernel.org[0: 149.20.4.72]: errno=Connection timed out
> > git.kernel.org[1: 199.204.44.194]: errno=Connection timed out
> > git.kernel.org[2: 198.145.20.140]: errno=Connection timed out
> > git.kernel.org[3: 2620:3:c000:a:0:1991:8:25]: errno=Network is
> unreachable
> > git.kernel.org[4: 2001:4f8:1:10:0:1991:8:25]: errno=Network is
> unreachable
>
> There's almost certainly a firewall in your way. Try cloning over
> http.
>
> Cheers,
>
> Dave.
> --
> Dave Chinner
> david@fromorbit.com
>

[-- Attachment #1.2: Type: text/html, Size: 2046 bytes --]

[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: obtaining xfstests repository
  2016-03-21  7:39       ` Sonia mandelbrott
@ 2016-03-21 11:20         ` Carlos Maiolino
  0 siblings, 0 replies; 7+ messages in thread
From: Carlos Maiolino @ 2016-03-21 11:20 UTC (permalink / raw)
  To: xfs

As Dave suggested, try cloning over http, your work firewall might be blocking
different protocols.

$git clone https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git

On Mon, Mar 21, 2016 at 08:39:37AM +0100, Sonia mandelbrott wrote:
>    It is probably because I am using my work connection...
>    But thank you for all the replies :)
> 
>    On Mon, Mar 21, 2016 at 8:30 AM, Dave Chinner <[1]david@fromorbit.com>
>    wrote:
> 
>      On Mon, Mar 21, 2016 at 08:22:09AM +0100, Sonia mandelbrott wrote:
>      > Thank you for your replies, here is output when used your link:
>      >
>      > -bash-4.2$ git clone
>      git://[2]git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
>      > Cloning into 'xfstests-dev'...
>      > fatal: unable to connect to [3]git.kernel.org:
>      > [4]git.kernel.org[0: 149.20.4.72]: errno=Connection timed out
>      > [5]git.kernel.org[1: 199.204.44.194]: errno=Connection timed out
>      > [6]git.kernel.org[2: 198.145.20.140]: errno=Connection timed out
>      > [7]git.kernel.org[3: 2620:3:c000:a:0:1991:8:25]: errno=Network is
>      unreachable
>      > [8]git.kernel.org[4: 2001:4f8:1:10:0:1991:8:25]: errno=Network is
>      unreachable
>      There's almost certainly a firewall in your way. Try cloning over
>      http.
> 
>    Cheers,
>    Dave.
>    --
>    Dave Chinner
>    [9]david@fromorbit.com
> 
> References
> 
>    1. mailto:david@fromorbit.com
>    2. http://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
>    3. http://git.kernel.org/
>    4. http://git.kernel.org/
>    5. http://git.kernel.org/
>    6. http://git.kernel.org/
>    7. http://git.kernel.org/
>    8. http://git.kernel.org/
>    9. mailto:david@fromorbit.com

> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs


-- 
Carlos

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2016-03-21 11:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-21  4:57 obtaining xfstests repository Sonia mandelbrott
2016-03-21  6:38 ` Dave Chinner
2016-03-21  7:22   ` Sonia mandelbrott
2016-03-21  7:27     ` Eryu Guan
2016-03-21  7:30     ` Dave Chinner
2016-03-21  7:39       ` Sonia mandelbrott
2016-03-21 11:20         ` Carlos Maiolino

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.