https://github.com/osquery/osquery logo
#arm-architecture
Title
# arm-architecture
t

theopolis

04/11/2021, 1:26 AM
It looks like my original CI workflow had an error causing it to only build the project, and not actually run the tests. I've corrected this in a branch and it looks like some tests are failing. https://github.com/osquery/osquery/runs/2283618080
p

Paul Roberts

04/13/2021, 6:56 PM
What instance type was this being run on?
@David Gibb ^^
d

David Gibb

04/14/2021, 6:35 PM
there looks like there's errors of the form
Copy code
95: W0407 02:01:06.374836 49153 tls.cpp:101] Cannot read TLS server certificate(s): /usr/share/osquery/certs/certs.pem
95: E0407 02:01:06.381587 49153 aws_util.cpp:202] Exception making HTTP request to URL (<https://ec2.us-east-1.amazonaws.com>): certificate verify failed
stupid question, but does
/usr/share/osquery/certs/certs.pem
exist, and is it readable?
11 Views