Chad Bennett
07/31/2022, 3:46 AMjimmy
07/28/2022, 12:02 PMzwass
cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ..
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at process/CMakeLists.txt:31 (add_osquery_library):
Unknown CMake command "add_osquery_library".
Call Stack (most recent call first):
process/CMakeLists.txt:9 (generateOsqueryProcess)
process/CMakeLists.txt:106 (osqueryProcessMain)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.23)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
Stefano Bonicatti
08/02/2022, 6:21 PMVictor De Souza
08/02/2022, 8:09 PMprofile.py
with an extension? When I pass it our .conf file, all queries that come from our extension returns a -1daguy666
08/03/2022, 2:24 PMVictor Chaplygin
08/03/2022, 5:13 PMTommy P
08/03/2022, 8:37 PMTommy P
08/03/2022, 8:38 PMpvirani
08/04/2022, 5:15 PMsudo add-apt-repository 'deb [arch=amd64] <https://pkg.osquery.io/deb> deb main'
any idea why or how to solve it?
Err:19 <https://osquery-packages.s3.amazonaws.com/xenial> xenial Release
404 Not Found
Err:6 <http://apt.datadoghq.com> stable Release.gpg
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
E: The repository '<https://osquery-packages.s3.amazonaws.com/xenial> xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: <http://apt.datadoghq.com> stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
pvirani
08/04/2022, 5:16 PMStefano Bonicatti
08/04/2022, 5:30 PMHit:9 <https://osquery-packages.s3.us-east-1.amazonaws.com/deb> deb InRelease
Stefano Bonicatti
08/04/2022, 5:32 PM/etc/apt/sources.list
and /etc/apt/apt.conf.d
folder for anything that specifies the repo with the other formatZohaib Nasir
08/05/2022, 1:51 PMJordan
08/05/2022, 5:00 PMihor
08/08/2022, 7:32 AMZohaib Nasir
08/08/2022, 11:55 AMStefano Bonicatti
08/08/2022, 12:17 PMtls_server_certs
and similar, be sure to give them through the flagfile or the process arguments, not the config file.
In 5.4.0 we enforce this, because they are CLI flags and shouldn’t be given or changed through the config file. You will also get warnings in the logs about them if that’s the case.Zohaib Nasir
08/08/2022, 12:34 PMIbra
08/08/2022, 12:37 PMAleksandr Maus
08/08/2022, 4:11 PMQuery
call through the context timeout/cancellation and it doesn’t seem to work. The Query
call still waits until the query completes. Checking the ctx.Err() after the call verifies that the context was indeed cancelled.
Anybody saw this before? before I dig any furtherSagar Patil
08/08/2022, 4:56 PMHugh (Zercurity)
08/09/2022, 4:02 PMHugh (Zercurity)
08/09/2022, 4:02 PM--logger_plugin=filesystem
--logger_path=...
Hugh (Zercurity)
08/09/2022, 4:03 PMZohaib Nasir
08/09/2022, 4:04 PMZohaib Nasir
08/09/2022, 4:06 PMHugh (Zercurity)
08/09/2022, 4:07 PMHugh (Zercurity)
08/09/2022, 4:07 PMHugh (Zercurity)
08/09/2022, 4:07 PM