You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2009/09/26 01:04:16 UTC

[jira] Created: (INFRA-2254) Install Python etc. packages needed to run download_cgi scripts on minotaur

Install Python etc. packages needed to run download_cgi scripts on minotaur
---------------------------------------------------------------------------

                 Key: INFRA-2254
                 URL: https://issues.apache.org/jira/browse/INFRA-2254
             Project: Infrastructure
          Issue Type: Wish
      Security Level: public (Regular issues)
            Reporter: Sebb


It's not possible currently to test download_cgi/html scripts on minotaur, because some of the Python packages are missing.

For example:

$ sh downloads_bcel.cgi
Traceback (most recent call last):
  File "/www/www.apache.org/dyn/mirrors/mirrors.cgi", line 199, in <module>
    from flup.server.fcgi import WSGIServer
ImportError: No module named flup.server.fcgi

[I think this may have broken with the recent change to improve the security of the CGI scripts.]

It would be really useful to be able to check download scripts directly from minotaur (using the proxy trick) rather than having to wait for the synchronise to occur.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (INFRA-2254) Install Python etc. packages needed to run download_cgi scripts on minotaur

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb reopened INFRA-2254:
-------------------------


Unfortunately, there's still a problem running download CGI scripts - not sure what the problem is. The browser says:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@apache.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.2.13 (Unix) Server at jakarta.apache.org Port 80

[This was accessing http://jakarta.apache.org/site/downloads/downloads_bsf.cgi using the proxy minotaur-2.apache.org which works fine for the HTML pages]

> Install Python etc. packages needed to run download_cgi scripts on minotaur
> ---------------------------------------------------------------------------
>
>                 Key: INFRA-2254
>                 URL: https://issues.apache.org/jira/browse/INFRA-2254
>             Project: Infrastructure
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>            Reporter: Sebb
>            Assignee: Philip M. Gollucci
>
> It's not possible currently to test download_cgi/html scripts on minotaur, because some of the Python packages are missing.
> For example:
> $ sh downloads_bcel.cgi
> Traceback (most recent call last):
>   File "/www/www.apache.org/dyn/mirrors/mirrors.cgi", line 199, in <module>
>     from flup.server.fcgi import WSGIServer
> ImportError: No module named flup.server.fcgi
> [I think this may have broken with the recent change to improve the security of the CGI scripts.]
> It would be really useful to be able to check download scripts directly from minotaur (using the proxy trick) rather than having to wait for the synchronise to occur.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-2254) Install Python etc. packages needed to run download_cgi scripts on minotaur

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777911#action_12777911 ] 

Sebb commented on INFRA-2254:
-----------------------------

Thanks, the Python errors have gone away - "sh downloads_bsf.cgi" works OK.

However, the proxy trick still does not work.
Getting http://jakarta.apache.org/site/downloads/downloads_bsf.cgi using the proxy minotaur-2.apache.org generates the output:

--- cut here ---
#!/usr/local/bin/python
#
#   Copyright 2004 The Apache Software Foundation
#
#   Licensed under the Apache License, Version 2.0 (the "License");
#   you may not use this file except in compliance with the License.
#   You may obtain a copy of 
--- cut here ---


> Install Python etc. packages needed to run download_cgi scripts on minotaur
> ---------------------------------------------------------------------------
>
>                 Key: INFRA-2254
>                 URL: https://issues.apache.org/jira/browse/INFRA-2254
>             Project: Infrastructure
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>          Components: Website
>            Reporter: Sebb
>            Assignee: Paul Querna
>
> It's not possible currently to test download_cgi/html scripts on minotaur, because some of the Python packages are missing.
> For example:
> $ sh downloads_bcel.cgi
> Traceback (most recent call last):
>   File "/www/www.apache.org/dyn/mirrors/mirrors.cgi", line 199, in <module>
>     from flup.server.fcgi import WSGIServer
> ImportError: No module named flup.server.fcgi
> [I think this may have broken with the recent change to improve the security of the CGI scripts.]
> It would be really useful to be able to check download scripts directly from minotaur (using the proxy trick) rather than having to wait for the synchronise to occur.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (INFRA-2254) Install Python etc. packages needed to run download_cgi scripts on minotaur

Posted by "#asfinfra IRC Bot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

#asfinfra IRC Bot updated INFRA-2254:
-------------------------------------

    Assignee: Paul Querna  (was: Philip M. Gollucci)

> Install Python etc. packages needed to run download_cgi scripts on minotaur
> ---------------------------------------------------------------------------
>
>                 Key: INFRA-2254
>                 URL: https://issues.apache.org/jira/browse/INFRA-2254
>             Project: Infrastructure
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>            Reporter: Sebb
>            Assignee: Paul Querna
>
> It's not possible currently to test download_cgi/html scripts on minotaur, because some of the Python packages are missing.
> For example:
> $ sh downloads_bcel.cgi
> Traceback (most recent call last):
>   File "/www/www.apache.org/dyn/mirrors/mirrors.cgi", line 199, in <module>
>     from flup.server.fcgi import WSGIServer
> ImportError: No module named flup.server.fcgi
> [I think this may have broken with the recent change to improve the security of the CGI scripts.]
> It would be really useful to be able to check download scripts directly from minotaur (using the proxy trick) rather than having to wait for the synchronise to occur.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-2254) Install Python etc. packages needed to run download_cgi scripts on minotaur

Posted by "#asfinfra IRC Bot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760468#action_12760468 ] 

#asfinfra IRC Bot commented on INFRA-2254:
------------------------------------------

<pgollucci> py26-flup installed, it never worked on people before


> Install Python etc. packages needed to run download_cgi scripts on minotaur
> ---------------------------------------------------------------------------
>
>                 Key: INFRA-2254
>                 URL: https://issues.apache.org/jira/browse/INFRA-2254
>             Project: Infrastructure
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>            Reporter: Sebb
>            Assignee: Philip M. Gollucci
>
> It's not possible currently to test download_cgi/html scripts on minotaur, because some of the Python packages are missing.
> For example:
> $ sh downloads_bcel.cgi
> Traceback (most recent call last):
>   File "/www/www.apache.org/dyn/mirrors/mirrors.cgi", line 199, in <module>
>     from flup.server.fcgi import WSGIServer
> ImportError: No module named flup.server.fcgi
> [I think this may have broken with the recent change to improve the security of the CGI scripts.]
> It would be really useful to be able to check download scripts directly from minotaur (using the proxy trick) rather than having to wait for the synchronise to occur.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-2254) Install Python etc. packages needed to run download_cgi scripts on minotaur

Posted by "Gavin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777822#action_12777822 ] 

Gavin commented on INFRA-2254:
------------------------------

Can this be closed now?

> Install Python etc. packages needed to run download_cgi scripts on minotaur
> ---------------------------------------------------------------------------
>
>                 Key: INFRA-2254
>                 URL: https://issues.apache.org/jira/browse/INFRA-2254
>             Project: Infrastructure
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>          Components: Website
>            Reporter: Sebb
>            Assignee: Paul Querna
>
> It's not possible currently to test download_cgi/html scripts on minotaur, because some of the Python packages are missing.
> For example:
> $ sh downloads_bcel.cgi
> Traceback (most recent call last):
>   File "/www/www.apache.org/dyn/mirrors/mirrors.cgi", line 199, in <module>
>     from flup.server.fcgi import WSGIServer
> ImportError: No module named flup.server.fcgi
> [I think this may have broken with the recent change to improve the security of the CGI scripts.]
> It would be really useful to be able to check download scripts directly from minotaur (using the proxy trick) rather than having to wait for the synchronise to occur.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (INFRA-2254) Install Python etc. packages needed to run download_cgi scripts on minotaur

Posted by "Gavin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated INFRA-2254:
-------------------------

    Component/s: Website

> Install Python etc. packages needed to run download_cgi scripts on minotaur
> ---------------------------------------------------------------------------
>
>                 Key: INFRA-2254
>                 URL: https://issues.apache.org/jira/browse/INFRA-2254
>             Project: Infrastructure
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>          Components: Website
>            Reporter: Sebb
>            Assignee: Paul Querna
>
> It's not possible currently to test download_cgi/html scripts on minotaur, because some of the Python packages are missing.
> For example:
> $ sh downloads_bcel.cgi
> Traceback (most recent call last):
>   File "/www/www.apache.org/dyn/mirrors/mirrors.cgi", line 199, in <module>
>     from flup.server.fcgi import WSGIServer
> ImportError: No module named flup.server.fcgi
> [I think this may have broken with the recent change to improve the security of the CGI scripts.]
> It would be really useful to be able to check download scripts directly from minotaur (using the proxy trick) rather than having to wait for the synchronise to occur.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-2254) Install Python etc. packages needed to run download_cgi scripts on minotaur

Posted by "#asfinfra IRC Bot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760832#action_12760832 ] 

#asfinfra IRC Bot commented on INFRA-2254:
------------------------------------------

<pgollucci> deep in python code now


> Install Python etc. packages needed to run download_cgi scripts on minotaur
> ---------------------------------------------------------------------------
>
>                 Key: INFRA-2254
>                 URL: https://issues.apache.org/jira/browse/INFRA-2254
>             Project: Infrastructure
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>            Reporter: Sebb
>            Assignee: Paul Querna
>
> It's not possible currently to test download_cgi/html scripts on minotaur, because some of the Python packages are missing.
> For example:
> $ sh downloads_bcel.cgi
> Traceback (most recent call last):
>   File "/www/www.apache.org/dyn/mirrors/mirrors.cgi", line 199, in <module>
>     from flup.server.fcgi import WSGIServer
> ImportError: No module named flup.server.fcgi
> [I think this may have broken with the recent change to improve the security of the CGI scripts.]
> It would be really useful to be able to check download scripts directly from minotaur (using the proxy trick) rather than having to wait for the synchronise to occur.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (INFRA-2254) Install Python etc. packages needed to run download_cgi scripts on minotaur

Posted by "#asfinfra IRC Bot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

#asfinfra IRC Bot closed INFRA-2254.
------------------------------------

    Resolution: Fixed

> Install Python etc. packages needed to run download_cgi scripts on minotaur
> ---------------------------------------------------------------------------
>
>                 Key: INFRA-2254
>                 URL: https://issues.apache.org/jira/browse/INFRA-2254
>             Project: Infrastructure
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>            Reporter: Sebb
>            Assignee: Philip M. Gollucci
>
> It's not possible currently to test download_cgi/html scripts on minotaur, because some of the Python packages are missing.
> For example:
> $ sh downloads_bcel.cgi
> Traceback (most recent call last):
>   File "/www/www.apache.org/dyn/mirrors/mirrors.cgi", line 199, in <module>
>     from flup.server.fcgi import WSGIServer
> ImportError: No module named flup.server.fcgi
> [I think this may have broken with the recent change to improve the security of the CGI scripts.]
> It would be really useful to be able to check download scripts directly from minotaur (using the proxy trick) rather than having to wait for the synchronise to occur.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (INFRA-2254) Install Python etc. packages needed to run download_cgi scripts on minotaur

Posted by "#asfinfra IRC Bot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

#asfinfra IRC Bot updated INFRA-2254:
-------------------------------------

    Assignee: Philip M. Gollucci

> Install Python etc. packages needed to run download_cgi scripts on minotaur
> ---------------------------------------------------------------------------
>
>                 Key: INFRA-2254
>                 URL: https://issues.apache.org/jira/browse/INFRA-2254
>             Project: Infrastructure
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>            Reporter: Sebb
>            Assignee: Philip M. Gollucci
>
> It's not possible currently to test download_cgi/html scripts on minotaur, because some of the Python packages are missing.
> For example:
> $ sh downloads_bcel.cgi
> Traceback (most recent call last):
>   File "/www/www.apache.org/dyn/mirrors/mirrors.cgi", line 199, in <module>
>     from flup.server.fcgi import WSGIServer
> ImportError: No module named flup.server.fcgi
> [I think this may have broken with the recent change to improve the security of the CGI scripts.]
> It would be really useful to be able to check download scripts directly from minotaur (using the proxy trick) rather than having to wait for the synchronise to occur.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (INFRA-2254) Install Python etc. packages needed to run download_cgi scripts on minotaur

Posted by "Gavin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin closed INFRA-2254.
------------------------

      Assignee:     (was: Paul Querna)
    Resolution: Fixed

This seems to be working fine now.

> Install Python etc. packages needed to run download_cgi scripts on minotaur
> ---------------------------------------------------------------------------
>
>                 Key: INFRA-2254
>                 URL: https://issues.apache.org/jira/browse/INFRA-2254
>             Project: Infrastructure
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>          Components: Website
>            Reporter: Sebb
>
> It's not possible currently to test download_cgi/html scripts on minotaur, because some of the Python packages are missing.
> For example:
> $ sh downloads_bcel.cgi
> Traceback (most recent call last):
>   File "/www/www.apache.org/dyn/mirrors/mirrors.cgi", line 199, in <module>
>     from flup.server.fcgi import WSGIServer
> ImportError: No module named flup.server.fcgi
> [I think this may have broken with the recent change to improve the security of the CGI scripts.]
> It would be really useful to be able to check download scripts directly from minotaur (using the proxy trick) rather than having to wait for the synchronise to occur.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.