Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #7116 Can't reply by mail to a tracker
    Infos
    #7116
    Sandra Echinard (sechinard)
    2014-07-09 14:18
    2014-06-25 10:47
    7135
    Details
    Can't reply by mail to a tracker
    Here is the error I received :
    Final-Recipient: rfc822; forge__artifacts@c5-53.valid.enalean.com
    Original-Recipient: rfc822;forge__artifacts@c5-53.valid.enalean.com
    Action: failed
    Status: 5.3.0
    Diagnostic-Code: x-unix;
    /usr/share/codendi/plugins/tracker/bin/emailgateway.php: line 2: ?php: No
    such file or directory
    /usr/share/codendi/plugins/tracker/bin/emailgateway.php: line 3: /bin: is a
    directory /usr/share/codendi/plugins/tracker/bin/emailgateway.php: line 4:
    syntax error near unexpected token `('
    /usr/share/codendi/plugins/tracker/bin/emailgateway.php: line 4: ` *
    Copyright (c) Enalean, 2014. All Rights Reserved.'
    Trackers
    development
    CentOS 5 + php53
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Nicolas Terray (nterray)
    Closed
    2014-07-01
    Attachments
    Empty
    References
    Referencing request #7116
    Referenced by request #7116

    Follow-ups

    User avatar
    • Status changed from Acknowledged to Under implementation
    • Assigned to changed from None to Nicolas Terray (nterray)
    User avatar
    last edited by: Nicolas Terray (nterray) 2014-06-25 17:04
    The feature works on CentOS 6, not on CentOS 5.

    After deep investigation it comes from the version of the kernel you are using.
    CentOS 5: Linux 2.6.18
    CentOS 6: Linux 2.6.32

    The issue comes from the fact that we are using nested shebangs, wich are supported only from kernel 2.6.27 (for details, see https://lkml.org/lkml/2008/9/6/66).

    We will fix this by using a wrapper instead of shebang.

    • Status changed from New to Acknowledged
    User avatar
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes