Francisco Tuduri

Results 9 comments of Francisco Tuduri

## Amazon Linux 2 #### Uname output - uname -m: x86_64 - uname -p: x86_64 ![AmznLnx2 - uname](https://user-images.githubusercontent.com/7939712/177648694-3aa9ee85-5544-42b1-a8ed-66e2cf748555.png) #### Dependencies URL ``` [root@MiWiFi-R4AC-srv src]# make deps curl -so external/cJSON.tar.gz https://packages.wazuh.com/deps/17/libraries/linux/amd64/cJSON.tar.gz...

## Gentoo/Linux #### Uname output - uname -m: x86_64 - uname -p: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz ![Gentoo - uname](https://user-images.githubusercontent.com/7939712/177650234-fe31f5ea-4151-4e4a-a9ae-eac0d967abf5.png) #### Dependencies URL ``` vagrant@gentoo ~/wazuh/src $ make -j4...

## Ubuntu 22.04 LTS (Jammy Jellyfish) #### OS ``` root@jammy:/# cat /etc/os-release PRETTY_NAME="Ubuntu 22.04 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy ```...

## Arch Linux #### OS Version ``` [root@archlinux src]# cat /etc/os-release NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch BUILD_ID=rolling ANSI_COLOR="38;2;23;147;209" HOME_URL="https://archlinux.org/" DOCUMENTATION_URL="https://wiki.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/" LOGO=archlinux-logo ``` #### Uname output ``` [root@archlinux src]#...

These are different PRECOMPILED_ARCH for several combinations of values of "uname -s", "uname -m", "uname -p". This was done with a 'unit test approach', making a dummy makefile just with...

## AIX #### OS ``` $ oslevel 6.1.0.0 ``` #### Uname output ``` $ uname -a AIX soaxp184 1 6 00CADA644C00 $ uname -m 00CADA644C00 $ uname -p powerpc ```...

## HP-UX #### OS ``` $ machinfo CPU info: Intel(R) Itanium 2 9000 series processor (1.6 GHz, 9 MB) 1 core, 1 logical processor per socket 200 MHz bus, CPU...

## Solaris 10 #### OS ``` # cat /etc/release Oracle Solaris 10 1/13 s10s_u11wos_24a SPARC Copyright (c) 1983, 2013, Oracle and/or its affiliates. All rights reserved. Assembled 17 January 2013...

GJ @tsarquis88! Another suggestion: > A method's functionality was fixed in sqlite_wrapper.cpp. May be add a short sentence with some details about the problem that was fixed.