Cannot download TD while installing MadAnalysis automatic

Asked by LiHuang

like this,
--2014-04-01 02:14:07-- (try: 5) http://madgraph.phys.ucl.ac.be/Downloads/td
Connecting to madgraph.phys.ucl.ac.be (madgraph.phys.ucl.ac.be)|130.104.133.249|:80... failed: Connection timed out.
Retrying.

details:
when I install MadAnalysis in this way,

cd MG5
./bin/mg5
install MadAnalysis

it shows that ,

Compilation succeeded
Downloading TD for Linux 32 bit
--2014-04-01 02:05:28-- http://madgraph.phys.ucl.ac.be/Downloads/td
Resolving madgraph.phys.ucl.ac.be (madgraph.phys.ucl.ac.be)... 130.104.133.249
Connecting to madgraph.phys.ucl.ac.be (madgraph.phys.ucl.ac.be)|130.104.133.249|:80... failed: Connection timed out.
Retrying.

I tried for a whole day but i cannot solve this problem
and I do not know how to install MadAnalysis manual...

when i try,
cd MadAnalysis/
make

it shows ,it has been up to date

i do not know if i shall install td
when i try , it shows a error like, no commend( g77)..

i just want a plot.........

(pls forgive my poor English ...)

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Solved by:
LiHuang
Solved:
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi,

This cluster is currently in maintenance (up to at least wednesday).

I think that you can replace the line (madgraph/interface/madgraph_interface.py (l.4363):
target = ‘http://madgraph.phys.ucl.ac.be/Downloads/td'
by
target = “https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/TopDrawer/td"

No guarantee that it will work but I think it should.

Cheers,

Olivier

On Mar 31, 2014, at 8:26 PM, LiHuang <email address hidden> wrote:

> New question #246310 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/246310
>
> like this,
> --2014-04-01 02:14:07-- (try: 5) http://madgraph.phys.ucl.ac.be/Downloads/td
> Connecting to madgraph.phys.ucl.ac.be (madgraph.phys.ucl.ac.be)|130.104.133.249|:80... failed: Connection timed out.
> Retrying.
>
> details:
> when I install MadAnalysis in this way,
>
> cd MG5
> ./bin/mg5
> install MadAnalysis
>
> it shows that ,
>
> Compilation succeeded
> Downloading TD for Linux 32 bit
> --2014-04-01 02:05:28-- http://madgraph.phys.ucl.ac.be/Downloads/td
> Resolving madgraph.phys.ucl.ac.be (madgraph.phys.ucl.ac.be)... 130.104.133.249
> Connecting to madgraph.phys.ucl.ac.be (madgraph.phys.ucl.ac.be)|130.104.133.249|:80... failed: Connection timed out.
> Retrying.
>
>
> I tried for a whole day but i cannot solve this problem
> and I do not know how to install MadAnalysis manual...
>
> when i try,
> cd MadAnalysis/
> make
>
> it shows ,it has been up to date
>
> i do not know if i shall install td
> when i try , it shows a error like, no commend( g77)..
>
>
> i just want a plot.........
>
>
> (pls forgive my poor English ...)
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
LiHuang (528826624-t) said :
#2

hi,

thanks alot,it seems work.but i still have a problem........

details,

Downloading TD for Linux 32 bit
--2014-04-01 04:25:16-- https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/TopDrawer/td.tgz
Resolving cp3.irmp.ucl.ac.be (cp3.irmp.ucl.ac.be)... 130.104.48.109
Connecting to cp3.irmp.ucl.ac.be (cp3.irmp.ucl.ac.be)|130.104.48.109|:443... connected.
ERROR: cannot verify cp3.irmp.ucl.ac.be's certificate, issued by `/C=NL/O=TERENA/CN=TERENA SSL CA':
  Unable to locally verify the issuer's authority.
To connect to cp3.irmp.ucl.ac.be insecurely, use `--no-check-certificate'.
Command "install MadAnalysis --no-check-certificate" interrupted with error:
OSError : [Errno 2] No such file or directory: '/home/ui/MG5_aMC_v2_1_0/td/td'
Please report this bug on https://bugs.launchpad.net/madgraph5
More information is found in 'MG5_debug'.
Please attach this file to your report.

i do not know how to deal with
To connect to cp3.irmp.ucl.ac.be insecurely, use `--no-check-certificate'.

where should i add `--no-check-certificate'?

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#3

Hi,

I guess on the line below:
                misc.call([‘wget', target], cwd=pjoin(MG5DIR,'td'))
make it to
                misc.call([‘wget’, target, '--no-check-certificate’], cwd=pjoin(MG5DIR,'td'))

Cheers,

Olivier

On Mar 31, 2014, at 10:36 PM, LiHuang <email address hidden> wrote:

> Question #246310 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/246310
>
> Status: Answered => Open
>
> LiHuang is still having a problem:
> hi,
>
> thanks alot,it seems work.but i still have a problem........
>
> details,
>
> Downloading TD for Linux 32 bit
> --2014-04-01 04:25:16-- https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/TopDrawer/td.tgz
> Resolving cp3.irmp.ucl.ac.be (cp3.irmp.ucl.ac.be)... 130.104.48.109
> Connecting to cp3.irmp.ucl.ac.be (cp3.irmp.ucl.ac.be)|130.104.48.109|:443... connected.
> ERROR: cannot verify cp3.irmp.ucl.ac.be's certificate, issued by `/C=NL/O=TERENA/CN=TERENA SSL CA':
> Unable to locally verify the issuer's authority.
> To connect to cp3.irmp.ucl.ac.be insecurely, use `--no-check-certificate'.
> Command "install MadAnalysis --no-check-certificate" interrupted with error:
> OSError : [Errno 2] No such file or directory: '/home/ui/MG5_aMC_v2_1_0/td/td'
> Please report this bug on https://bugs.launchpad.net/madgraph5
> More information is found in 'MG5_debug'.
> Please attach this file to your report.
>
> i do not know how to deal with
> To connect to cp3.irmp.ucl.ac.be insecurely, use `--no-check-certificate'.
>
> where should i add `--no-check-certificate'?
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
LiHuang (528826624-t) said :
#4

Hi,
It works,i install MadAnalysis sucessed.THANKS !

but it brings a new problem
File not found
Firefox can't find the file at /home/ui/MG5_aMC_v2_1_0/PROC_sm_3/HTML/run_01/plots_parton/plots.ps.

I cannot find plots.ps

"Download all plots in topdrawer format " it seems work but "Download all plots in one postscript file " has no result...

i had install ia32-libs...
i am using ubuntu 12.04.....

SO HARD...for a plot

Revision history for this message
LiHuang (528826624-t) said :
#5

I solved this problem by chance....

(when i install MadAnalysis using the way introduced by OLIVER MATTELAER .there are something wrong with the TD.)

SOLUTION:
just install MadAnalysis as usual. and off the terminal when you meet the mistake that you can not download td automatic.Then you can download it at https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/TopDrawer/td by youself,then copy what you down to the dir,~/MG5/td. then use chmod 777 td in dir td .and it works.

I do not know why .i just try some ways and i am lucky...