You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Nick Allen (JIRA)" <ji...@apache.org> on 2017/01/03 18:43:58 UTC

[jira] [Commented] (METRON-645) Unable to Start Fastcapa Test Environment

    [ https://issues.apache.org/jira/browse/METRON-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795799#comment-15795799 ] 

Nick Allen commented on METRON-645:
-----------------------------------

Also, running into a problem building DPDK 2.2.0 on the later versions of CentOS 6.

{code}
== Build lib/librte_eal/linuxapp/igb_uio
  LD      /root/dpdk-2.2.0/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/built-in.o
  CC [M]  /root/dpdk-2.2.0/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.o
/root/dpdk-2.2.0/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c: In function ‘igbuio_msix_mask_irq’:
/root/dpdk-2.2.0/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c:213: error: ‘PCI_MSIX_ENTRY_CTRL_MASKBIT’ undeclared (first use in this function)
/root/dpdk-2.2.0/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c:213: error: (Each undeclared identifier is reported only once
/root/dpdk-2.2.0/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c:213: error: for each function it appears in.)
{code}

> Unable to Start Fastcapa Test Environment
> -----------------------------------------
>
>                 Key: METRON-645
>                 URL: https://issues.apache.org/jira/browse/METRON-645
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Nick Allen
>            Assignee: Nick Allen
>
> {code}
> $ vagrant up
> Bringing machine 'source' up with 'virtualbox' provider...
> Bringing machine 'sink' up with 'virtualbox' provider...
> ...
> ==> sink: Running provisioner: ansible...
>     sink: Running ansible-playbook...
> ERROR! role definitions must contain a role name
> The error appears to have been in '/Users/nallen/Development/incubator-metron/metron-deployment/vagrant/fastcapa-test-platform/playbook.yml': line 30, column 7, but may
> be elsewhere in the file depending on the exact syntax problem.
> The offending line appears to be:
>     - { role: sensor-test-mode, pcap_replay: True, install_yaf: False, install_snort: False }
>     - service: name=pcap-replay state=started
>       ^ here
> Ansible failed to complete successfully. Any error output should be
> visible above. Please fix these errors and try again.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)