* [LTP] Is there another method to download?
@ 2010-03-04 7:01 Mitani
2010-03-05 20:29 ` Mike Frysinger
0 siblings, 1 reply; 4+ messages in thread
From: Mitani @ 2010-03-04 7:01 UTC (permalink / raw)
To: ltp-list
Hi,
I tried to get source by using GIT.
But It failed with following message:
------------
# git clone git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev.git ltp-dev
Initialized empty Git repository in /home/mitani/wk/ltp-dev/.git/
fatal: Unable to look up ltp.git.sourceforge.net (port 9418) (Temporary
failure in name resolution)
#
------------
It seems to be caused by the fact that port 9418 does not open.
This is a problem by me.
But I think that there are some companies which don't open a port 9418
due to the security. I think that it becomes the problem in those
companies that GIT cannot be used.
I'm saved very much if there is the method to download via HTTP.
Regards--
-Tomonori Mitani
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] Is there another method to download?
2010-03-04 7:01 [LTP] Is there another method to download? Mitani
@ 2010-03-05 20:29 ` Mike Frysinger
2010-03-05 21:23 ` Garrett Cooper
0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2010-03-05 20:29 UTC (permalink / raw)
To: ltp-list; +Cc: Mitani
[-- Attachment #1.1: Type: Text/Plain, Size: 916 bytes --]
On Thursday 04 March 2010 02:01:22 Mitani wrote:
> I tried to get source by using GIT.
> But It failed with following message:
>
> ------------
> # git clone git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev.git ltp-dev
> Initialized empty Git repository in /home/mitani/wk/ltp-dev/.git/
> fatal: Unable to look up ltp.git.sourceforge.net (port 9418) (Temporary
> failure in name resolution)
> #
> ------------
>
> It seems to be caused by the fact that port 9418 does not open.
> This is a problem by me.
> But I think that there are some companies which don't open a port 9418
> due to the security. I think that it becomes the problem in those
> companies that GIT cannot be used.
>
> I'm saved very much if there is the method to download via HTTP.
we have no control over this. talk to sf.net about the issue.
in the meantime, use the gitweb interface to download snapshots.
-mike
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 345 bytes --]
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
[-- Attachment #3: Type: text/plain, Size: 155 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] Is there another method to download?
2010-03-05 20:29 ` Mike Frysinger
@ 2010-03-05 21:23 ` Garrett Cooper
2010-03-08 7:12 ` Mitani
0 siblings, 1 reply; 4+ messages in thread
From: Garrett Cooper @ 2010-03-05 21:23 UTC (permalink / raw)
To: Mike Frysinger; +Cc: ltp-list, Mitani
On Fri, Mar 5, 2010 at 12:29 PM, Mike Frysinger <vapier@gentoo.org> wrote:
> On Thursday 04 March 2010 02:01:22 Mitani wrote:
>> I tried to get source by using GIT.
>> But It failed with following message:
>>
>> ------------
>> # git clone git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev.git ltp-dev
>> Initialized empty Git repository in /home/mitani/wk/ltp-dev/.git/
>> fatal: Unable to look up ltp.git.sourceforge.net (port 9418) (Temporary
>> failure in name resolution)
>> #
>> ------------
>>
>> It seems to be caused by the fact that port 9418 does not open.
>> This is a problem by me.
>> But I think that there are some companies which don't open a port 9418
>> due to the security. I think that it becomes the problem in those
>> companies that GIT cannot be used.
>>
>> I'm saved very much if there is the method to download via HTTP.
>
> we have no control over this. talk to sf.net about the issue.
>
> in the meantime, use the gitweb interface to download snapshots.
Can you DNS resolve ltp.git.sourceforge.net from that machine?
Thanks,
-Garrett
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [LTP] Is there another method to download?
2010-03-05 21:23 ` Garrett Cooper
@ 2010-03-08 7:12 ` Mitani
0 siblings, 0 replies; 4+ messages in thread
From: Mitani @ 2010-03-08 7:12 UTC (permalink / raw)
To: 'Garrett Cooper'; +Cc: ltp-list
> -----Original Message-----
> From: Garrett Cooper [mailto:yanegomi@gmail.com]
> Sent: Saturday, March 06, 2010 6:23 AM
> To: Mike Frysinger
> Cc: ltp-list@lists.sourceforge.net; Mitani
> Subject: Re: [LTP] Is there another method to download?
>
> On Fri, Mar 5, 2010 at 12:29 PM, Mike Frysinger <vapier@gentoo.org>
> wrote:
> > On Thursday 04 March 2010 02:01:22 Mitani wrote:
> >> I tried to get source by using GIT.
> >> But It failed with following message:
> >>
> >> ------------
> >> # git clone git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev.git
> ltp-dev
> >> Initialized empty Git repository in /home/mitani/wk/ltp-dev/.git/
> >> fatal: Unable to look up ltp.git.sourceforge.net (port 9418)
> (Temporary
> >> failure in name resolution)
> >> #
> >> ------------
> >>
> >> It seems to be caused by the fact that port 9418 does not open.
> >> This is a problem by me.
> >> But I think that there are some companies which don't open a port
> 9418
> >> due to the security. I think that it becomes the problem in those
> >> companies that GIT cannot be used.
> >>
> >> I'm saved very much if there is the method to download via HTTP.
> >
> > we have no control over this. talk to sf.net about the issue.
> >
> > in the meantime, use the gitweb interface to download snapshots.
>
> Can you DNS resolve ltp.git.sourceforge.net from that machine?
> Thanks,
> -Garrett
I tried and succeeded to get from "ltp.git.sourceforge.net".
Thank you!
-Tomonori MItani
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-03-08 7:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-04 7:01 [LTP] Is there another method to download? Mitani
2010-03-05 20:29 ` Mike Frysinger
2010-03-05 21:23 ` Garrett Cooper
2010-03-08 7:12 ` Mitani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox