Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(debian): compile enabled header middleware #220

Merged
merged 3 commits into from
Aug 2, 2022
Merged

Conversation

aloisklink
Copy link
Contributor

@aloisklink aloisklink commented Aug 1, 2022

The header middleware allows capturing metadata from PCAP files, and would be useful to be included in the .deb file.

This will copy how we compile the OpenWRT version of edgesec, see https://github.com/nqminds/manysecured-openwrt-packages/blob/484ffebf2d21adfe21117ee4a8861a9af2dcfe2c/edgesec/Makefile#L62

Edit: The test_run_capture and test_sqlite_header are failing in the pdebuild due to SQLITE read_only errors, so I've disabled them for the debuild. I think this is because pdebuild builds in a temporary file system, so I'm guessing there's some sort of permission error there? (or maybe the file-system doesn't support file-locks, which SQLite requires?)

The header middleware allows capturing metadata from PCAP files, and would be useful to be included in the `.deb` file.
@aloisklink aloisklink added the bug Something isn't working label Aug 1, 2022
These tests seem to be failing due the permissions/properties of the
chroot that pbuilder uses. I can't figure out how to fix them,
but we can temporarily disable them.
@mereacre mereacre merged commit a1bbe0f into main Aug 2, 2022
@mereacre mereacre deleted the aloisklink-patch-3 branch August 2, 2022 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants