mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] trace-cmd-v2.3.1.tar.bz2 from kernel.org is not loading
@ 2015-02-03 11:05 Hänel-Baas, Alexander
  2015-02-03 11:18 ` Marc Kleine-Budde
  0 siblings, 1 reply; 5+ messages in thread
From: Hänel-Baas, Alexander @ 2015-02-03 11:05 UTC (permalink / raw)
  To: ptxdist


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

Hi

I used ptxdist version 2014.10.0 and need the trace-cmd kit, but the download from kernel.org fails.

I found out that the repository
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
was changed to
git://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git

So I changed the url in the trace-cmd.make file from
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;tag=trace-cmd-v2.3.1
to
git://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git; tag=trace-cmd-v2.3.1)

But the error was:
-------------------------------
target: trace-cmd-2.3.1.tar.bz2
-------------------------------

git: fetching 'git://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git into '/opt/g3DevelBase/g3Toolchain/g3BspSrc/git.kernel.org.cgit.linux.kernel.git.rostedt.trace-cmd.git'...
Initialized empty shared Git repository in /opt/g3DevelBase/g3Toolchain/g3BspSrc/git.kernel.org.cgit.linux.kernel.git.rostedt.trace-cmd.git/
fatal: unable to connect to git.kernel.org:
git.kernel.org[0: 199.204.44.194]: errno=Connection timed out
git.kernel.org[1: 149.20.4.72]: 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

--2015-02-03 11:52:12--  http://www.pengutronix.de/software/ptxdist/temporary-src/trace-cmd-2.3.1.tar.bz2
Resolving proxy.sieb-meyer.de (proxy.sieb-meyer.de)... 192.168.1.1
Connecting to proxy.sieb-meyer.de (proxy.sieb-meyer.de)|192.168.1.1|:3128... connected.
Proxy request sent, awaiting response... 404 Not Found
2015-02-03 11:52:17 ERROR 404: Not Found.


Could not download package
URL: git://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git;tag=trace-cmd-v2.3.1
---------------------------

So my question:
What must I do to get the trace-cmd-v2.3.1 package from kernel.org?

With best regards,
Alexander Hänel-Baas

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

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

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] trace-cmd-v2.3.1.tar.bz2 from kernel.org is not loading
  2015-02-03 11:05 [ptxdist] trace-cmd-v2.3.1.tar.bz2 from kernel.org is not loading Hänel-Baas, Alexander
@ 2015-02-03 11:18 ` Marc Kleine-Budde
  2015-02-03 14:14   ` Hänel-Baas, Alexander
  0 siblings, 1 reply; 5+ messages in thread
From: Marc Kleine-Budde @ 2015-02-03 11:18 UTC (permalink / raw)
  To: ptxdist


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

On 02/03/2015 12:05 PM, Hänel-Baas, Alexander wrote:

> I used ptxdist version 2014.10.0 and need the trace-cmd kit, but the
> download from kernel.org fails.

> I found out that the repository
> git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
> was changed to
> git://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git

No, the original URL is correct. I assume your IT department thinks that
git is an evil protocol and thus should not be used.

Change the URL to:

http://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git

regards,
Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] trace-cmd-v2.3.1.tar.bz2 from kernel.org is not loading
  2015-02-03 11:18 ` Marc Kleine-Budde
@ 2015-02-03 14:14   ` Hänel-Baas, Alexander
  2015-02-03 14:26     ` Marc Kleine-Budde
  0 siblings, 1 reply; 5+ messages in thread
From: Hänel-Baas, Alexander @ 2015-02-03 14:14 UTC (permalink / raw)
  To: ptxdist

Hi Marc

Thank you for your reply.

Ok the other packages are http and not git, so the IT blocks this right.
Now, I revert my changes and will talk to the IT-people.

Regards,
Alex

-----Ursprüngliche Nachricht-----
Von: ptxdist-bounces@pengutronix.de [mailto:ptxdist-bounces@pengutronix.de] Im Auftrag von Marc Kleine-Budde
Gesendet: Dienstag, 3. Februar 2015 12:19
An: ptxdist@pengutronix.de
Betreff: Re: [ptxdist] trace-cmd-v2.3.1.tar.bz2 from kernel.org is not loading

On 02/03/2015 12:05 PM, Hänel-Baas, Alexander wrote:

> I used ptxdist version 2014.10.0 and need the trace-cmd kit, but the 
> download from kernel.org fails.

> I found out that the repository
> git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
> was changed to
> git://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git

No, the original URL is correct. I assume your IT department thinks that git is an evil protocol and thus should not be used.

Change the URL to:

http://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git

regards,
Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] trace-cmd-v2.3.1.tar.bz2 from kernel.org is not loading
  2015-02-03 14:14   ` Hänel-Baas, Alexander
@ 2015-02-03 14:26     ` Marc Kleine-Budde
  2015-02-03 15:24       ` Hänel-Baas, Alexander
  0 siblings, 1 reply; 5+ messages in thread
From: Marc Kleine-Budde @ 2015-02-03 14:26 UTC (permalink / raw)
  To: ptxdist


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

On 02/03/2015 03:14 PM, Hänel-Baas, Alexander wrote:
> Thank you for your reply.
> 
> Ok the other packages are http and not git, so the IT blocks this right.
> Now, I revert my changes and will talk to the IT-people.

Have you tried this URL?

> Change the URL to:
> 
> http://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] trace-cmd-v2.3.1.tar.bz2 from kernel.org is not loading
  2015-02-03 14:26     ` Marc Kleine-Budde
@ 2015-02-03 15:24       ` Hänel-Baas, Alexander
  0 siblings, 0 replies; 5+ messages in thread
From: Hänel-Baas, Alexander @ 2015-02-03 15:24 UTC (permalink / raw)
  To: ptxdist

Hi Marc,

your URL ->  http://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git <-
Works, without trouble with the IT-people

Many thanks
Alex


-----Ursprüngliche Nachricht-----
Von: ptxdist-bounces@pengutronix.de [mailto:ptxdist-bounces@pengutronix.de] Im Auftrag von Marc Kleine-Budde
Gesendet: Dienstag, 3. Februar 2015 15:27
An: ptxdist@pengutronix.de
Betreff: Re: [ptxdist] trace-cmd-v2.3.1.tar.bz2 from kernel.org is not loading

On 02/03/2015 03:14 PM, Hänel-Baas, Alexander wrote:
> Thank you for your reply.
> 
> Ok the other packages are http and not git, so the IT blocks this right.
> Now, I revert my changes and will talk to the IT-people.

Have you tried this URL?

> Change the URL to:
> 
> http://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2015-02-03 15:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-03 11:05 [ptxdist] trace-cmd-v2.3.1.tar.bz2 from kernel.org is not loading Hänel-Baas, Alexander
2015-02-03 11:18 ` Marc Kleine-Budde
2015-02-03 14:14   ` Hänel-Baas, Alexander
2015-02-03 14:26     ` Marc Kleine-Budde
2015-02-03 15:24       ` Hänel-Baas, Alexander

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox