You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by anandsubbu <gi...@git.apache.org> on 2017/11/16 07:00:39 UTC

[GitHub] metron issue #841: METRON-1316 Fastcapa Fails to Compile in Test Environment

Github user anandsubbu commented on the issue:

    https://github.com/apache/metron/pull/841
  
    Hi @nickwallen , tested on the vagrant fastcapa deployment. Deployed fine, and I was able to see this message as well:
    ```
    TASK [debug] *******************************************************************
    ok: [source] => {
        "msg": "Successfully received packets sent from pcap-replay!"
    }
    ```
    During the deployment, I noticed the following message. I was not sure if this can be ignored or needs to be looked at.
    
    ```
    TASK [fastcapa : Restart for modified kernel params] ***************************
    fatal: [sink]: FAILED! => {"changed": false, "failed": true, "module_stderr": "", "module_stdout": "", "msg": "MODULE FAILURE", "parsed": false}
    ...ignoring
    ```



---